Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error regarding allowlist.json during start #369

Closed
lfischer opened this issue Nov 4, 2023 · 3 comments · Fixed by #370
Closed

error regarding allowlist.json during start #369

lfischer opened this issue Nov 4, 2023 · 3 comments · Fixed by #370

Comments

@lfischer
Copy link

lfischer commented Nov 4, 2023

Latest docker fails on start with the following log.
If I create a file allowlist.json, it gets deleted during the start.

DEBU[0000] Resolved UID=0 from match path
DEBU[0000] Resolved GID=0 from match path
Looking up latest version...
Starting Bedrock server...
NO LOG FILE! - setting up server logging...
[2023-11-04 23:43:39:938 INFO] Starting Server
[2023-11-04 23:43:39:938 INFO] Version: 1.20.41.02
[2023-11-04 23:43:39:938 INFO] Session ID: 4b07189e-b87d-4378-abe1-00990a8cfa57
[2023-11-04 23:43:39:938 INFO] Build ID: 19385779
[2023-11-04 23:43:39:938 INFO] Branch: r/20_u4
[2023-11-04 23:43:39:938 INFO] Commit ID: fb9e4a5f54462276397ac295c1afe7df03b900d6
[2023-11-04 23:43:39:938 INFO] Configuration: Publish
[2023-11-04 23:43:39:938 INFO] Level Name: Bedrock level
[2023-11-04 23:43:39:942 ERROR] Error opening allow list file: allowlist.json
[2023-11-04 23:43:39:990 INFO] Package: com.mojang.minecraft.dedicatedserver
Version: 1.20.41.02
OS: Linux
Server start: 2023-11-04 23:43:39 UTC
Dmp timestamp: 2023-11-04 23:43:39 UTC
Upload Date: 2023-11-04 23:43:39 UTC
Session ID: 4b07189e-b87d-4378-abe1-00990a8cfa57
Commit hash: fb9e4a5f54462276397ac295c1afe7df03b900d6
Build id: 19385779
CrashReporter Key: 8c4937c1-64cb-3532-a8dc-1deb28f67293

Crash```
@itzg
Copy link
Owner

itzg commented Nov 5, 2023

You're reporting two very different issues. I can't recreate the crash failure -- that will need to be reported to Mojang.

If I create a file allowlist.json, it gets deleted during the start.

This is actually fixable.

@itzg
Copy link
Owner

itzg commented Nov 5, 2023

@drardin your change in #359 introduced a regression, which is what I cautioned about. I am going to remove the else condition here

else
ALLOW_LIST=false
rm -f allowlist.json
fi

@lfischer
Copy link
Author

lfischer commented Nov 5, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants