1.20.1 - Crashes when used on a server
KNIZE1007 opened this issue ยท 8 comments
crash_log.txt
crashes when any of the chests are opened on a server. it works fine in singleplayer, even when on a LAN world.
Hi,
Same here. My crash-report : https://pastebin.com/9SCTuFnD
Thanks :)
Same issue, looks like used UI library (https://github.com/CottonMC/LibGui/) version mismatch (java.lang.NoSuchFieldError: backgroundPainter
)
crash-2024-01-03_19.38.59-server.txt
The error points to the "LibGui" within the ironchest jar causing the error.
I downloaded the updated LibGui jar from:
https://github.com/CottonMC/LibGui/releases/tag/8.1.1
Opened Ironchests-2.0.0.jar using Winrar, Navigated to META-INF\jars
Added the new LibGui-8.1.1+1.20.1.jar file
Deleted the old LibGui-8.0.0.jar that was there
Then edited fabric.mod.json (in the main directory) and changed "file": "META-INF/jars/LibGui-8.0.0.jar"
to: "file": "META-INF/jars/LibGui-8.1.1+1.20.1.jar"
Tested and now works correctly on server without crashes.
Hope this helps!
+1.
java.lang.NoSuchFieldError: backgroundPainter
crash-2024-01-07_22.14.38-server.txt
Same issue
crash-2024-01-11_16.22.13-server.txt
Fixed in 1053ec9.