Crash on startup with newer versions.
Marius-jj opened this issue ยท 6 comments
When updating to newer version of the mod, my game crashes on startup.
Mod version:3.1.59.909.
I have a lot of other mods installed, but all of them works fine with the old version of the Backpack mod.
Is it possible to see the problem through the crash log?
https://mclo.gs/0tQZuS8
There's nothing in that crash log that even remotely points to any issue in SB / SC but this tells me you should be able to see something in you log One of more entry values did not copy to the correct id. Check log for details!
What are you seeing in there? (that is in latest.log
)
Yeah that worked, thanks a lot!
Could i ask where in the latest log you saw that that was the problem? So maybe i'l be able to see it myself if i have any crashes at a later time.
This part and then I checked the Chipped version. But even though it's obvious to me it probably won't be to anyone who doesn't have a bit more experience with SB / Chipped.
In general I would say double check versions of mods. If you have some that is a really old one and you can see multiple new versions of the mod that may be a clue to issues especially if some other mod has a compatibility with it.
[22Nov2024 13:47:47.942] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event RegisterEvent dispatch for modid sophisticatedbackpacks
java.lang.NoSuchFieldError: BOTANIST_WORKBENCH
at net.p3pp3rf1y.sophisticatedbackpacks.compat.chipped.ChippedCompat.lambda$static$0(ChippedCompat.java:35) ~[sophisticatedbackpacks-1.20.1-3.20.17.1150.jar%23520!/:1.20.1-3.20.17.1150]
```
Thank you! Yeah the error didn't make much sense to me, but at least i can see the name of the mods involved, so now i know where to look when troubleshooting crashes in the future! Thanks for the help!
Sorry for the late reply, but here is the latest log