itzg / docker-minecraft-bedrock-server

Containerized Minecraft Bedrock Dedicated Server with selectable version
MIT License
1.1k stars 207 forks source link

1.20.62.03 missing libs error #397

Open Phil-T1 opened 4 months ago

Phil-T1 commented 4 months ago

Hi,

I've been using this for a while and it's great - thanks!

However, it doesn't seem to work for the latest Bedrock version:

Error: Loading needed libs in elf /data/bedrock_server-1.20.62.03 minecraft

Any ideas? Full log below.

Thanks very much,

Phil.

minecraft | DEBU[0000] Using /data to match uid and gid minecraft | DEBU[0000] Resolved UID=0 from match path minecraft | DEBU[0000] Resolved GID=0 from match path minecraft | Looking up latest version... minecraft | Downloading Bedrock server version 1.20.62.03 ...minecraft | 2024/03/05 19:15:28 Setting server-name to Rex's Kingdom in server.properties minecraft | 2024/03/05 19:15:28 Setting gamemode to creative in server.properties minecraft | 2024/03/05 19:15:28 Setting allow-cheats to true in server.properties minecraft | 2024/03/05 19:15:28 Setting online-mode to false in server.properties minecraft | 2024/03/05 19:15:28 Setting view-distance to 40 in server.properties minecraft | 2024/03/05 19:15:28 Setting level-name to Bedrock Level in server.properties minecraft | 2024/03/05 19:15:28 Setting default-player-permission-level to operator in server.properties minecraft | Starting Bedrock server... minecraft | Error: Loading needed libs in elf /data/bedrock_server-1.20.62.03 minecraft | 2024-03-05T19:15:29.321Z WARN mc-server-runner Minecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error. {"exitCode": 255} minecraft | 2024-03-05T19:15:29.321Z INFO mc-server-runner Done

itzg commented 4 months ago

Sorry, I haven't gotten a chance yet to confirm if it does the same for me.

Phil-T1 commented 4 months ago

No worries, I'm suspecting that this might be a Pi5 PageSize issue.

I'd assumed it was the MC server update, but I had also moved to Pi 5. Although your image doesn't specifically indicate this, when I tried another MC image, that did fail with a PageSize error.

I'll test it on a Pi4 and let you know...

Phil-T1 commented 2 months ago

A switch to the docker-minecraft-server image using Bedrock emulation resolved this for me - thanks. It was a Pi5 issue. Thanks.