Release 1.16.220.02 is broken
We've just tried to update our Minecraft servers and noticed that the build bedrock-server-1.16.220.02.zip might be not complete.
- First we noticed that the server was not able to start because it was missing some libraries which were not shipped anymore.
- At second glance we saw a huge difference in filesize between the last 2 releases.

- furthermore the presence of the cmake file also does not seem normal
Linked Issues
Attachments1
Comments10
History6
Changed description:
We've just tried to update our Minecraft servers and noticed that the build bedrock-server-1.16.210.05.zip might be not complete.
0- 0
- First we noticed that the server was not able to start because it was missing some libraries which were not shipped anymore. 0
- At second glance we saw a huge difference in filesize between the last 2 releases.
0
0 - furthermore the presence of the cmake file also does not seem normal
Changed description:
We've just tried to update our Minecraft servers and noticed that the build bedrock-server-1.16.2
- 0
- First we noticed that the server was not able to start because it was missing some libraries which were not shipped anymore. 0
- At second glance we saw a huge difference in filesize between the last 2 releases.
0
0 - furthermore the presence of the cmake file also does not seem normal 0
We've just tried to update our Minecraft servers and noticed that the build bedrock-server-1.16.2
- 0
- First we noticed that the server was not able to start because it was missing some libraries which were not shipped anymore. 0
- At second glance we saw a huge difference in filesize between the last 2 releases.
0
0 - furthermore the presence of the cmake file also does not seem normal 0
Added duplicates link: BDS-12751Failed to open curl lib from binary, use libcurl.so insteadFixed
Resolution: Unresolved → Duplicate
Here is the div i did between the two versions
Note: corrected a typo in the version string for the zipfile.
How can we use/get an older version of the files?
I´ve downloaded this for the first time and dont know where i can get older Versions and i dont have one.
I can start the server
Interestingly, so can I if you directly launch bedrock_server without specifying the LD_LIBRARY_PATH option.
@FabianFydrich the old download links are still working, so here is the prior version
https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.210.05.zip
Just checking libraries used by bedrock_server on mine (tested against a fresh install with no files left over from previous installs other than the world files), it's been running now for the past couple of hours just fine without specifying the `LD_LIBRARY_PATH` option. Checking with ldd shows
# ldd bedrock_server linux-vdso.so.1 (0x00007ffe2a5e5000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f91fb47a000) libnsl.so.1 => /lib/x86_64-linux-gnu/libnsl.so.1 (0x00007f91fb461000) libssl.so.1.1 => /lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f91fb3cf000) libcrypto.so.1.1 => /lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f91fb0e6000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f91fb0e1000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f91fb0d7000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f91faf52000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f91faf31000) libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f91fadad000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f91fad93000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f91fabd2000) /lib64/ld-linux-x86-64.so.2 (0x00007f91fb6a5000)I have the following packages installed which provide these libraries:
I've had major issues since trying to update to bedrock-server-1.16.220.02.zip on my Ubuntu Server 20.04.2 LTS x86_64 VM, which has been running flawlessly for close to a year, through multiple upgrades.
The eventual solution for me was to go into /etc/systemd/system/bedrock.service and modify the following two lines:
{{ExecStart=/bin/sh -c " ./bedrock_server"
TimeoutStopSec=20}}
and replacing it with:
ExecStart=/bin/sh -c "LD_LIBRARY_PATH=. ./bedrock_server"
@nierik
I don´t use Linux.
But i want to find a link to the Historie of older Versions. Normally there is a link on a site to an overview of older Versions but not at the offical MC-Site.
Thank you for your report!
We're tracking this issue in
BDS-12751, so this ticket is being resolved and linked as a duplicate.If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 BDS Wiki – 📖 FAQs