ULV Covers Modern

ULV Covers Modern

126k Downloads

Using screwdriver on a ULV Fluid regulator causes serverside crash

Deepacat opened this issue ยท 1 comments

commented

Line 7146
latest.log

commented

Just updating to confirm I can reproduce. First screwdriver use does nothing, second screwdriver crashes with:

[00:02:43] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
java.lang.NoSuchMethodError: 'void com.gregtechceu.gtceu.api.gui.widget.NumberInputWidget.setVisible(boolean)'
        at com.jmoiron.ulvcovm.data.covers.FluidRegulatorCoverExt.configureTransferSizeInput(FluidRegulatorCoverExt.java:219) ~[ulvcovm-0.1.jar%23259!/:0.1] {re:classloading}
        at com.jmoiron.ulvcovm.data.covers.FluidRegulatorCoverExt.setTransferMode(FluidRegulatorCoverExt.java:160) ~[ulvcovm-0.1.jar%23259!/:0.1] {re:classloading}
        at com.gregtechceu.gtceu.api.gui.widget.EnumSelectorWidget.setSelected(EnumSelectorWidget.java:119) ~[gtceu-1.20.1-1.2.1.jar%23220!/:?] {re:classloading}
        at com.gregtechceu.gtceu.api.gui.widget.EnumSelectorWidget.<init>(EnumSelectorWidget.java:64) ~[gtceu-1.20.1-1.2.1.jar%23220!/:?] {re:classloading}
        at com.gregtechceu.gtceu.api.gui.widget.EnumSelectorWidget.<init>(EnumSelectorWidget.java:52) ~[gtceu-1.20.1-1.2.1.jar%23220!/:?] {re:classloading}

Doesn't happen with the "normal" regulators. Probably something wrong-sided in there, going to dig around a bit.