My minecraft suddenly stopped starting at 10 AM on May 5 #320
Replies: 13 comments 6 replies
-
I apologize if my PC knowledge is limited and I don't have enough information. |
Beta Was this translation helpful? Give feedback.
-
I'm afraid it's going to be something unique to your system. I'm not seeing anything obvious, but those logs are massive so I only scrolled to the end. Test things out by creating a fresh, temp container using:
|
Beta Was this translation helpful? Give feedback.
-
Sorry, I tried putting that command into SSH, but it doesn't work! nasname:/$ docker run -it --rm -e EULA=true -p 19132:19132/udp itzg/minecraft-bedrock-server I've removed and reinstalled docker's itzg-minecraft-bedrock-server, but the result is the same |
Beta Was this translation helpful? Give feedback.
-
In that case, you need to "sudo" in front of that. Set |
Beta Was this translation helpful? Give feedback.
-
nasname:/$ sudo docker run -it --rm -e EULA=true -p 19132:19132/udp itzg/minecraft-bedrock-server make trouble for someone |
Beta Was this translation helpful? Give feedback.
-
No, I don't understand. Also, I asked for DEBUG to be enabled. Please run
|
Beta Was this translation helpful? Give feedback.
-
sorry,I've re-run it. nasname:/$ sudo docker run -it --rm -e EULA=true -e DEBUG=true -p 19132:19132/udp itzg/minecraft-bedrock-server
|
Beta Was this translation helpful? Give feedback.
-
Something is wrong with your docker/system networking. See if this reveals any clues:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. nasname:/$ sudo docker run -it --rm --entrypoint curl itzg/minecraft-bedrock-server -vfsSL -H 'accept-language:*' -A itzg/minecraft-bedrock-server -o /dev/null https://www.minecraft.net/en-us/download/server/bedrock
|
Beta Was this translation helpful? Give feedback.
-
Sorry, resolved. |
Beta Was this translation helpful? Give feedback.
-
I’m going to convert to discussion so it can remain open for others to find similar problem and solution. |
Beta Was this translation helpful? Give feedback.
-
I'm having issues booting latest with an issue of not being able to resolve the domain where it downloads the latest bedrock server. This was mentioned in #340 I just ran the command you mentioned on this thread, here are my results:
This issue is so weird. |
Beta Was this translation helpful? Give feedback.
-
I'm seeing the same issue, Output from a docker-compose start with ENABLED is here: https://pastebin.com/1Xe5xXdG bds | + curl -v -o /tmp/bedrock-server-1.20.13.01.zip -fsSL https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.13.01.zip |
Beta Was this translation helpful? Give feedback.
-
I have been playing minecraft with docker since january 2023 using a synology NAS!
However, since yesterday I suddenly cannot connect to it.
Why?
This is the output log
SYONOLOGY has output in HTML.
(HTML cannot be uploaded, so it is converted to a TXT file.
5-5 itzg-minecraft-bedrock-server1.txt
5-6 itzg-minecraft-bedrock-server1.txt
This is the exported file
Downloads.zip
Beta Was this translation helpful? Give feedback.
All reactions