CleanroomMC / InventoryBogoSorter

A rewrite of the popular Inventory Tweaks mod
GNU Lesser General Public License v3.0
11 stars 9 forks source link

Crash `NoSuchMethodError: com.cleanroommc.modularui.value.BoolValue$Dynamic.<init>` #52

Closed Krutoy242 closed 11 months ago

Krutoy242 commented 11 months ago

When pressing [...] button game crashing. Tested on Draconic Evolution chest.

image

java.lang.NoSuchMethodError: com.cleanroommc.modularui.value.BoolValue$Dynamic.<init>(Ljava/util/function/BooleanSupplier;Ljava/util/function/Consumer;)V
    at com.cleanroommc.bogosorter.common.config.ConfigGui.createGeneralConfigUI(ConfigGui.java:96)
    at com.cleanroommc.bogosorter.common.config.ConfigGui.buildUI(ConfigGui.java:70)
    at com.cleanroommc.modularui.screen.ModularScreen.<init>(ModularScreen.java:109)
    at com.cleanroommc.bogosorter.common.config.ConfigGui.<init>(ConfigGui.java:47)
    at com.cleanroommc.bogosorter.common.sort.ButtonHandler.onActionPerformed(ButtonHandler.java:95)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2907_ButtonHandler_onActionPerformed_Pre.invoke(.dynamic)

debug.log

brachy84 commented 11 months ago

f

brachy84 commented 11 months ago

Should be fixed with mui 2.2.2 and bogo 1.4.1. Sorry for so many issues