Startup Issue with Minecraft - Minecraft bedrock application won’t start after update

System Information

Field Value
Operating System Linux - Debian GNU/Linux 12 on x86_64
Product AMP ‘Decadeus’ v2.4.6.10 (Mainline)
Virtualization Docker
Application Minecraft
Module MinecraftModule
Running in Container Yes
Current State PreStart

Problem Description

Issue

Attempted to upgrade server to latest Minecraft Bedrock Official server (1.20.50) but unable to start after update.

Error:
/AMP/./Minecraft/bedrock_server: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

After running the install command I received:
libssl1.1 is already the newest version (1.1.1f-1ubuntu2.20)

when trying to start the server again the notification states “Starting Server” and continues to cycle. Left instance running in this state for over 8 hours but server never starts.

Reproduction Steps

  • Clicked the “Update” button from Status page
  • Clicked “update” button from Console page
  • Clicked “update” from server settings page
  • Updated Minecraft server from previous version (1.20.41) to current server version (1.20.50)
  • Created a new instance and selected “default” bedrock server settings
  • restarted amp instance and host system
  • ran script to install libssl1.1

SSH into your server and go to your amp user with: sudo su -l amp
Then we are going to switch your bedrock instance to Development branch:
ampinstmgr switch instancename Development replacing instancename with the actual name of the instance in AMP.
Then we are going to update your instance with ampinstmgr upgrade instancename

This will fix that error that you are getting. We know of the problem and this branch should work. If you have any more problems, please reply back on here or join the discord. AMP logs do help to track down any more problems you have.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.