[BDS-12695] Release 1.16.220.02 is broken Created: 07/Apr/21  Updated: 11/Jun/21  Resolved: 11/Jun/21

Status: Resolved
Project: Bedrock Dedicated Server
Affects Version/s: 1.16.220
Fix Version/s: None

Type: Bug
Reporter: nierik Assignee: Unassigned
Resolution: Duplicate Votes: 5
Labels: None

Attachments: PNG File image-2021-04-07-12-33-43-455.png    
Issue Links:
Duplicate
duplicates BDS-12751 Failed to open curl lib from binary, ... Resolved
Confirmation Status: Unconfirmed

 Description   

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


 Comments   
Comment by [Mod] Greymagic27 [ 11/Jun/21 ]

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

Comment by Fabian Fydrich [ 09/Apr/21 ]

@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.

 

Comment by Peatrick [ 09/Apr/21 ]

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"

Comment by Paul Bramhall [ 08/Apr/21 ]

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:

libc6      - 2.28-10
libgcc1    - 1:8.3.0-6
libssl1.1  - 1.1.1d-0+deb10u5
libstdc++6 - 8.3.0-6
zlib1g     - 1:1.2.11.dfsg-1

 

Comment by nierik [ 08/Apr/21 ]

@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

Comment by Paul Bramhall [ 08/Apr/21 ]

Interestingly, so can I if you directly launch bedrock_server without specifying the LD_LIBRARY_PATH option.

Comment by qingqingni [ 08/Apr/21 ]

I can start the server

Comment by Fabian Fydrich [ 08/Apr/21 ]

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.

Comment by nierik [ 07/Apr/21 ]

Note: corrected a typo in the version string for the zipfile.

Comment by nierik [ 07/Apr/21 ]

Here is the div i did between the two versions

Files 1.16.210.05/bedrock_server and 1.16.220.02/bedrock_server differ
Only in 1.16.220.02/: bedrock_server_symbols.debug
Only in 1.16.220.02/behavior_packs/chemistry: contents.json
Only in 1.16.210.05/behavior_packs/chemistry: texts
Only in 1.16.210.05/behavior_packs: disabled_experiment
Only in 1.16.210.05/behavior_packs: experimental_caves_and_cliffs
Only in 1.16.220.02/behavior_packs: experimental_caves_and_cliffs_internal
Only in 1.16.220.02/behavior_packs/test_vanilla_1.11: contents.json
Only in 1.16.220.02/behavior_packs/test_vanilla_1.12: contents.json
Only in 1.16.220.02/behavior_packs/vanilla: contents.json
Only in 1.16.220.02/behavior_packs/vanilla_1.14: contents.json
Only in 1.16.220.02/behavior_packs/vanilla_1.15: contents.json
Only in 1.16.220.02/behavior_packs/vanilla_1.16: contents.json
Only in 1.16.220.02/behavior_packs/vanilla_1.16.100: contents.json
Only in 1.16.220.02/behavior_packs/vanilla_1.16.200: contents.json
Only in 1.16.220.02/behavior_packs/vanilla_1.16.210: contents.json
Only in 1.16.210.05/behavior_packs/vanilla_1.16.210: entities
Only in 1.16.210.05/behavior_packs/vanilla_1.16.210: loot_tables
Only in 1.16.220.02/behavior_packs: vanilla_1.16.220
Only in 1.16.210.05/behavior_packs: vanilla_experimental
Only in 1.16.220.02/behavior_packs/vanilla_gametest: contents.json
Only in 1.16.210.05/behavior_packs/vanilla_gametest: gametests
Files 1.16.210.05/behavior_packs/vanilla_gametest/manifest.json and 1.16.220.02/behavior_packs/vanilla_gametest/manifest.json differ
Only in 1.16.220.02/behavior_packs/vanilla_gametest: .prettierrc.json
Only in 1.16.220.02/behavior_packs/vanilla_gametest: scripts
Only in 1.16.220.02/behavior_packs/vanilla_gametest/structures: APITests
Only in 1.16.220.02/behavior_packs/vanilla_gametest/structures/BlockTests: concrete_pops_off_waterlogged_chest.mcstructure
Only in 1.16.210.05/behavior_packs/vanilla_gametest/structures/BlockTests: concrete_wtr_chest.mcstructure
Only in 1.16.220.02/behavior_packs/vanilla_gametest/structures: DispenserTests
Only in 1.16.220.02/behavior_packs/vanilla_gametest: .vscode
Only in 1.16.220.02/: cmake_install.cmake
Only in 1.16.220.02/definitions/feature_rules: nether_cave_carver_feature.json
Only in 1.16.220.02/definitions/feature_rules: overworld_cave_carver_feature.json
Only in 1.16.220.02/definitions/feature_rules: overworld_underwater_cave_carver_feature.json
Only in 1.16.220.02/definitions/features: nether_hell_cave_carver_feature.json
Only in 1.16.220.02/definitions/features: underground_cave_carver_feature.json
Only in 1.16.220.02/definitions/features: underground_underwater_cave_carver_feature.json
Only in 1.16.210.05/: libCrypto.so
Only in 1.16.220.02/: Makefile
Only in 1.16.220.02/resource_packs/chemistry: contents.json
Only in 1.16.210.05/resource_packs/chemistry: texts
Files 1.16.210.05/resource_packs/vanilla/texts/bg_BG.lang and 1.16.220.02/resource_packs/vanilla/texts/bg_BG.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/cs_CZ.lang and 1.16.220.02/resource_packs/vanilla/texts/cs_CZ.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/da_DK.lang and 1.16.220.02/resource_packs/vanilla/texts/da_DK.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/de_DE.lang and 1.16.220.02/resource_packs/vanilla/texts/de_DE.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/el_GR.lang and 1.16.220.02/resource_packs/vanilla/texts/el_GR.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/en_GB.lang and 1.16.220.02/resource_packs/vanilla/texts/en_GB.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/en_US.lang and 1.16.220.02/resource_packs/vanilla/texts/en_US.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/es_ES.lang and 1.16.220.02/resource_packs/vanilla/texts/es_ES.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/es_MX.lang and 1.16.220.02/resource_packs/vanilla/texts/es_MX.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/fi_FI.lang and 1.16.220.02/resource_packs/vanilla/texts/fi_FI.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/fr_CA.lang and 1.16.220.02/resource_packs/vanilla/texts/fr_CA.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/fr_FR.lang and 1.16.220.02/resource_packs/vanilla/texts/fr_FR.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/hu_HU.lang and 1.16.220.02/resource_packs/vanilla/texts/hu_HU.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/id_ID.lang and 1.16.220.02/resource_packs/vanilla/texts/id_ID.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/it_IT.lang and 1.16.220.02/resource_packs/vanilla/texts/it_IT.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/ja_JP.lang and 1.16.220.02/resource_packs/vanilla/texts/ja_JP.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/ko_KR.lang and 1.16.220.02/resource_packs/vanilla/texts/ko_KR.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/nb_NO.lang and 1.16.220.02/resource_packs/vanilla/texts/nb_NO.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/nl_NL.lang and 1.16.220.02/resource_packs/vanilla/texts/nl_NL.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/pl_PL.lang and 1.16.220.02/resource_packs/vanilla/texts/pl_PL.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/pt_BR.lang and 1.16.220.02/resource_packs/vanilla/texts/pt_BR.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/pt_PT.lang and 1.16.220.02/resource_packs/vanilla/texts/pt_PT.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/ru_RU.lang and 1.16.220.02/resource_packs/vanilla/texts/ru_RU.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/sk_SK.lang and 1.16.220.02/resource_packs/vanilla/texts/sk_SK.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/sv_SE.lang and 1.16.220.02/resource_packs/vanilla/texts/sv_SE.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/tr_TR.lang and 1.16.220.02/resource_packs/vanilla/texts/tr_TR.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/uk_UA.lang and 1.16.220.02/resource_packs/vanilla/texts/uk_UA.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/zh_CN.lang and 1.16.220.02/resource_packs/vanilla/texts/zh_CN.lang differ
Files 1.16.210.05/resource_packs/vanilla/texts/zh_TW.lang and 1.16.220.02/resource_packs/vanilla/texts/zh_TW.lang differ
Generated at Sat Jan 11 08:00:23 UTC 2025 using Jira 9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13.