Trying to understand why "Minecraft server failed" #3757
-
|
Hi everyone, I've been using this Docker image for a Vanilla server and it's been working fine. Recently, however, I've been trying to create a server with the 'Beyond Depth' modpack. I think I did everything I had to: I excluded client mods (like asked by the modpack) and used the correct versions of Minecraft and Java. However, it keeps failing and I don't really understand why. I would like to know what is wrong here so that I can improve next time. Thanks everyone. Compose : and logs here : https://mclo.gs/AOF0bZq |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
First of all, you have a whole lot of duplicate exclusions with https://github.com/itzg/docker-minecraft-server/blob/master/files/cf-exclude-include.json I'm curious what was your methodology to identify the client mods to exclude? Also, be sure to set Speaking of methodology, these modpacks and mods require trial and error to identify ones to exclude. Surprisingly, you're still missing some more like https://mclo.gs/AOF0bZq#L1007 The final, fatal error is quite vague but I'm hoping addressing the proper exclusions will help. |
Beta Was this translation helpful? Give feedback.
-
|
Well, after adding To answer your question: On the official Beyond Depth page, there is a list of mods to exclude and I just put all of them.. Thanks a lot and keep up the good work! |
Beta Was this translation helpful? Give feedback.
First of all, you have a whole lot of duplicate exclusions with https://github.com/itzg/docker-minecraft-server/blob/master/files/cf-exclude-include.json
I'm curious what was your methodology to identify the client mods to exclude?
Also, be sure to set
CF_FORCE_SYNCHRONIZEto "true" while working on adjusting that list of exclusions.Speaking of methodology, these modpacks and mods require trial and error to identify ones to exclude. Surprisingly, you're still missing some more like https://mclo.gs/AOF0bZq#L1007
The final, fatal error is quite vague but I'm hoping addressing the proper exclusions will help.