[1.18.2] Crash on world load with JEI 9.7.0.209
Aerospacesmith opened this issue ยท 9 comments
Crash excerpt
Description: Unexpected error
java.lang.NoClassDefFoundError: mezz/jei/common/gui/overlay/IngredientListOverlay
at at.ridgo8.moreoverlays.itemsearch.JeiModule.updateModule(JeiModule.java:30) ~[moreoverlays-1.20.6-mc1.18.2.jar%23311!/:1.20.6-mc1.18.2] {re:classloading}
at at.ridgo8.moreoverlays.itemsearch.GuiHandler.onGuiInit(GuiHandler.java:30) ~[moreoverlays-1.20.6-mc1.18.2.jar%23311!/:1.20.6-mc1.18.2] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_3297_GuiHandler_onGuiInit_Post.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
Minecraft 1.18.2
Forge 1.18.2-40.1.54
More Overlays Updated 1.20.6-1.18.2
JEI 9.7.0.209
several other mods
i don't insta crash, but when i open the inventory it crashes, i'm using the 1.20.5 version and so far everything is working fine
I am experiencing this issue, also.
MOU: 1.20.6
Forge 1.18.2-40.1.54.
JEI: jei-1.18.2-9.7.0.196
https://gist.github.com/isaaclepes/833c53d035dc7e975c914b5b8b631281
Tested JEI 9.7.0.209 and issue persisted
Saw similar issues reported but different errors in #27
Downgrading to MOU to 1.20.5 and JEI to 1.18.2-9.7.196 has solved the issue for me.
Upgrading to JEI 10.1.0.202 works, but some other mods aren't compatible with the new JEI API yet
Just a note: JEI 10.1.0.202 and MOU 1.20.6 cause an issue where I am kicked for spamming during the 'joining world' phase of world load. Sticking with MOU 1.20.5/ JEI 10.1.0.196 for now.
Same issue after connecting to a multiplayer server, the client drops to desktop instantly after connecting.
Had to switch back to lightlevelverlays, I really want this one for TownCraft please fix.
Upgrading to JEI 10.1.0.202 works, but some other mods aren't compatible with the new JEI API yet
JEI doesn't support anything under 10.1.0.198 (1.18.2) for gradle mod dependencies anymore
-> you could only add the jar yourself for temporary version fixes
It is unlikely that anything below 10.1.0.198 will be supported in the future