Incompat with Essential
collatzcoder opened this issue · 5 comments
Describe the bug
@P3pp3rF1y
Crash document.txt
log document.txt
When joining an essential world with the mod it crashes.
Using a modpack, https://drive.google.com/drive/u/0/folders/1-wBUM1s7JGlLSmUC1lEl73Pk5EXfCjep
To Reproduce
Steps to reproduce the behavior:
Have mod, join world of a friend with essential, see the crash.
Expected behavior
Player joins into world normally and is allowed to play.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
1.19.2-3.20.1035, forge 43.3.13
Some mod is removing Sophisticated Backpacks class or is preventing that class from being class loaded. Neither of these is something any mod should be doing. but you will need to figure out which one it is and report to them / drop it if you want to play with sophisticated backpacks. There's nothing I can do on my side, but if you figure out what mod causes that I would like to know to be able to let others know.
Actually took a closer look at this and I just assumed when I saw NoClassDefFoundError I assumed the class is being remove altogether. However what is happening instead is that copper backpack isn't getting initialized for some reason and because of that it crashes later on. I am not even sure what could be going on in your pack to get to this state. Potentially something trying to remove copper backpack but then it would be doing it in a very nasty way.