Minecraft-Nintendo-Switch-Private-Server
Minecraft-Nintendo-Switch-Private-Server copied to clipboard
"exec format error" when starting bedrock server
Starting the minecraft server brings this error:
Starting minecraft_mc_1 ... done Attaching to minecraft_mc_1
mc_1 | standard_init_linux.go:211: exec user process caused "exec format error"
minecraft_mc_1 exited with code 1
Don´t know much about docker ...... Docker is running on a windows 10 pc.
I have the same problem. After running minecraft server following happens:
Attaching to minecraft_mc_1 mc_1 | standard_init_linux.go:211: exec user process caused "exec format error" minecraft_mc_1 exited with code 1
I have absolutely no knowledge about docker.
Edit: forgot to mention, running docker on W10
Hey folks. Thanks for raising the issue. I got my hands on a windows 10 machine and am experiencing the same. The problem has to do with the underlying architecture of our machines. I'll have to look to see if I can fix this, but no promises....
Hello, I have the same issue but under CentOS 7.7 :
docker-compose up Recreating minecraft_mc_1 ... done Attaching to minecraft_mc_1 mc_1 | standard_init_linux.go:211: exec user process caused "exec format error" minecraft_mc_1 exited with code 1
If somebody can help me :-)
Any progress on this? My issue isn't quite the same, but it appears that running this in a VM on W10 will be a problem?
Getting the same issue on Ubuntu
You can fix this by using a third-party minecraft server docker image, instead of the one bundled into this repo.
eg.
docker run -d \
-e EULA=TRUE -e ONLINE_MODE=false \
-p 19132:19132/udp -p 19133:19133/udp \
itzg/minecraft-bedrock-server
See PR #8