TheRemote / MinecraftBedrockServer

Sets up a Minecraft Bedrock dedicated server on Ubuntu with options for automatic updates and running at startup
https://jamesachambers.com/minecraft-bedrock-edition-ubuntu-dedicated-server-guide/
MIT License
811 stars 173 forks source link

Raspberry Pi 4 Setup Issue? #82

Closed IBXCODECAT closed 3 years ago

IBXCODECAT commented 3 years ago

I am new to Linux and ubuntu so I might be doing something extremely dumb, but I am using a raspberry pi 4 as well (8GB) with the latest version of ubuntu server and following the instructions that you have linked in the README.md file. I am getting the error

/home/ubuntu/minecraftbe/IBX-Server/bedrock_server: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory.

After this I enter the directory where I have the server and run the ./start.sh script. It says that the server is launched however when I try to change screens it says that there is no screen with label IBX-Server to resume.

Please help me, and thanks in advance

Nunya-9018 commented 3 years ago

So the reason it doesn't work is this.

ARM 64bit (BROKEN -- needs linker and other binaries used for emulation to be updated) this is taken from the read me

IBXCODECAT commented 3 years ago

So would I be able to update the binaries myself? Is there a guide/resource you can link me to?

TheRemote commented 3 years ago

https://jamesachambers.com/official-minecraft-bedrock-dedicated-server-on-raspberry-pi/

The other posters in this are right. Generating the dependencies is pretty easy and I walk through how to do it there!

IBXCODECAT commented 3 years ago

Thanks!