[Bug]: server crash
valdenoc opened this issue ยท 8 comments
Minecraft Version
1.19.0
What happened?
hello!
i just downloaded the new forge version + the last update of the mod but it crash my server every time i try to run it.
this is the message i get
maybe im doing something wrong? anyway, i tried to remove it but it won't let me log in to the server because of missing file, thanks for the help!
How do you trigger this bug?
- remove the mod
- change version
...
Loader
Forge
Loader Version
forge - 1.19 - 41.1.0
Fabric API Version
No response
Mod Version
[6.0.0-beta.5+1.19] - 2022.07.26
Relevant Log Outputs
No response
Please attach the full crash log, located in the crash-reports folder. The screenshot you've shown doesn't tell me enough information about what caused the crash.
Please attach the full crash log, located in the crash-reports folder. The screenshot you've shown doesn't tell me enough information about what caused the crash.
sorry! here you have, thanks for answer
Hmm, I think this might be a Forge issue. I'll report it to them and see what comes of it. In the meantime, I believe you can workaround this by downgrading to Forge 41.0.109 or below.
thank you so much!
and yes, i downgraded the forge server and it works perfectly again. I will wait for the new version to work, thanks for all your work!
It's a Forge issue, not much I can do about it. We just have to wait for them to fix it.
A temporary workaround for servers is to extract the jar files from within the META-INF\jarjar
folder in the mod file and then place them into the server's mods
folder. Then remove the META-INF\jarjar
folder from the mod file.
Using 7-zip:
- Open the mod file in 7-Zip
- Navigate to the
META-INF\jarjar
folder - Extract the Jar files in this folder to the
mods
folder - Navigate up one level to
META-INF
- Remove the
jarjar
folder
I don't know if JiJ skips jars that are already loaded, if it does then you can skip steps 4 and 5.