Crash when clicking on item in the ChestTracker GUI
RobUnknown opened this issue ยท 3 comments
To Reproduce
I was in Creative mode on a server and clicked the icon to open the ChestTracker GUI, which worked. But then when I clicked on an item (I think it had some special formatting, which might have had something to do with it), I got the screen that said that NotEnoughCrashes had prevented the game from crashing.
Crash Report
crash-2021-04-18_21.43.07-client.txt
Additional context
I was on the server called DiamondFire and was in code-mode on a plot. If you are not familiar with the server, you basically code stuff by putting stuff in chests. The chests 'move' to the right if you add something in the middle of a line of codeblocks, so ChestTracker might think that there is something in a chest at a location, while there is not a chest there anymore (because it has been moved). At least, that's my theory.
It might have to do with some other mod I am using, NotEnoughCrashes said that LibGUI might have also been the problem. I don't know what LibGUI is though.
After looking at the log, I think that it is a problem with DiamondFire's chest moving. I don't know if that means it is impossible to fix the crash, but here's the log in case you want that as well.๐
latest.log
I'll have a further look in a few hours, but from the looks of it you're on an older version (you've got 0.7.9, whereas the latest is 0.8.13); any chance you can update and see if it changes anything?
I'll have a further look in a few hours, but from the looks of it you're on an older version (you've got 0.7.9, whereas the latest is 0.8.13); any chance you can update and see if it changes anything?
Sorry that I didn't have latest version. I've now changed the version to the newest, and it certainly has changed, but not in a good way. Now when I try to start up minecraft it says that it failed to start and that Where Is It has been found to be the issue...
crash-2021-04-22_10.58.19-server.txt
Edit: Ok, so I tried using older versions, but the ones with 0.8.[number] had the same problem. I then tried 0.7.11 and this one does not have the error. I'll try to see if I can reproduce the original crash again now.
Second edit: I have not been able to make Minecraft crash yet, and so I know that the problem is most likely not DiamondFire. It might have been the special formatting on the item, but I got rid of it so I don't know if I'll be able to test it.
Managed to reproduce it, you should be able to fix that issue by placing an updated Cloth Config into your mods folder.
I think the root cause may be another mod including an old version of cloth config, and that one taking priority over this mod's bundled version; I may stop bundling it on my end so this issue does not crop up in the future.
I appreciate the further debugging by the way, thank you.