-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 running Modrinth "create_plus" modpack (Minecraft 1.19.2) in container #3241
Comments
It's very easy to do with mod failures, but you missed the important error log which was a few lines before the ones you captured:
Looks like "distxform" needs to be excluded since it was implemented correctly to skip registering itself from server environments. |
This seems to fix it: environment:
EULA: "TRUE"
TYPE: "MODRINTH"
MODRINTH_MODPACK: "create_plus"
MODRINTH_EXCLUDE_FILES: |
cwb
feytweaks
connectedness
craftpresence
screenshot_viewer
zume
reforgium
figura
MODRINTH_FORCE_SYNCHRONIZE: true |
@itzg First of all thank you so much for helping, I wasn't expecting a response that fast. Now, if you allow me I have two questions:
|
It turned out that "distxform" identifier wasn't a mod name, but rather some kind of identifier in the Forge or mixin loading code. I got lucky and happened to notice this error further up:
So I first excluded "feytweaks" Then it started to get easier since the next error was:
Excluded "cwb", then the last round of errors:
The good news is that with that exploration I found a new set of client mods to add to the global exclusions. |
Oh, okay. Yeah, now I fully understand your thought process there. Thanks for breaking it down, and once again, your help is much appreciated. |
Describe the problem
I am attempting to run a Minecraft server using the
itzg/minecraft-server:java17-alpine
container with the Modrinth modpack "create_plus" for Minecraft version 1.19.2. However, the server crashes with an exception on startup.Any guidance or suggestions to resolve this issue would be greatly appreciated.
Thank you for your help!
Container definition
Container logs
The text was updated successfully, but these errors were encountered: