MitchTalmadge / AMP-dockerized

CubeCoders AMP in a Docker Image. Easily create game servers for games like Minecraft, GMod, TF2, Factorio, and StarBound!
https://hub.docker.com/r/mitchtalmadge/amp-dockerized
Other
89 stars 21 forks source link

Minecraft Bedorck 1.20.5 does not start anymore #184

Open BigMichi1 opened 7 months ago

BigMichi1 commented 7 months ago

When starting the server a log entry is written and the server does not start

[06:54:11] /home/amp/.ampdata/instances/Main/./Minecraft/bedrock_server: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
MitchTalmadge commented 7 months ago

Thanks for the report, I think this will be the solution:

https://stackoverflow.com/a/72633324

I'll find time to add a patch

IceOfWraith commented 7 months ago

This is a bug with AMP. The release Wednesday will fix it. My bad. :(

MitchTalmadge commented 7 months ago

Thanks @IceOfWraith !

ForDefault commented 6 months ago

Is the 2.4.7 update ‘Decadeus’ suppose to fix this issue? I tried updating in the web UI but nothing changed in the version. Not sure if that is expected. sidenote- I bought my license 3 years ago for minecraft bedrock - have yet to get it working for bedrock lol.

IceOfWraith commented 6 months ago

The release for 2.4.7 is coming soon and fixes this issue. The only way to get it right now is to switch it to the development build under Configuration->New Instance Defaults and make a new instance.

Jacob-Lasky commented 6 months ago

Any updates to this? Bedrock edition is still not starting for me.

IceOfWraith commented 6 months ago

This was fixed in the latest AMP release. If you share your log we can maybe help. Right click the instance and View Logs if you can.

Jacob-Lasky commented 6 months ago

@IceOfWraith ah, I didn't realize AMP was updated!

I dug through my logs and found that the Forge jar wasn't being identified correctly. I redownloaded the correct version and everything is working again. Not sure what happened to cause this issue but glad it's fixed now!

IceOfWraith commented 6 months ago

The Forge folks messed around with how they handled the JAR files. It's been a moving target with them a few times.