TerraformersMC / ModMenu

A menu for, you guessed it, mods!
MIT License
476 stars 140 forks source link

Crash on load #612

Closed SAJewers closed 1 year ago

SAJewers commented 1 year ago

edit; wrong crash log, see below Reverting to 7.0.1 works

LostLuma commented 1 year ago

Seems like it's an issue with the smooth swapping mod: https://github.com/Schauweg/Smooth-Swapping/issues/57

SAJewers commented 1 year ago

oops, I posted the wrong crash log crash-2023-06-17_19.40.33-client.txt this is the right one

LostLuma commented 1 year ago

That's an issue with slight GUI modifications trying to change how the modmenu renders, which has changed.

You can see which mod causes the error in the traceback: Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [#slight-gui-modifications:slight-gui-modifications.mixins.json:modmenu.MixinModsScreen from mod slight-gui-modifications]

SAJewers commented 1 year ago

Yep, and it looks like they already know and fixed it: https://github.com/shedaniel/slight-gui-modifications/issues/96