
java.lang.NullPointerException: Cannot invoke "com.tom.storagemod.screen.widget.ToggleButton.setState(boolean)" because "this.buttonMatchNBT" is null
sam-snyder opened this issue ยท 5 comments
crash-2024-11-16_17.45.07-client.txt
Get this crash when shift right-clicking an item filter on the inventory cable connector.
crash-2025-02-06_20.43.56-client.txt
I also seem to be having this issue from just trying to open the filter
tested: tag item filters have the same issue, but with buttonAllowList
instead
further testing has revealed that this is an incompatibility
in my case caused by Inventory Sorter ( https://modrinth.com/mod/inventory-sorting )
might also happen with other mods that modify the player gui, idk
It's probably a bug in Inventory Sorter then. The crash happens when the gui isn't initialized yet and it's shown.
Normally this just can't happen.
Can you post your full log?