Crash on startup of existing world
laserlemons opened this issue ยท 15 comments
Version 1.5-136
AutoRegLib 1.3-24
Looks to be related to the recipe toast change. It crashed to desktop as soon as I clicked the button to load my singleplayer world.
https://pastebin.com/RyNC3zb9
same crash, just starting up a NEW world.
Edit: using very latest branch of forge (2796)
Yep same crash, initially tested with Forge recommended, then 2796 https://pastebin.com/LFNV1QJr
same crash with latest forge https://pastebin.com/GSjLY9s3
I was able to load a world by turning off the "Automatic recipe unlock" module in the config.
Same here on loading an existing world after updating quark to build 136. Dowgrading back to 135 is a fine workaround for now though. If I had to guess, I imagine the answer lies somewhere in commit d7a8b8a.
Actually the answer is right there on line 70 of src/main/java/vazkii/quark/base/lib/LibObfuscation.java there is a space at the end of the field name inside the string i.e. "field_191792_h " should be "field_191792_h"
Locking this issue. I know of it, continued people saying "same" won't make me fix it while I'm asleep.