Client crash when clicking on builder chest
lebanni opened this issue ยท 4 comments
minecolonies-1.12.2-0.9.10-ALPHA-universal.jar
it crashes because windowhutbuilder.xml doesn't contain list, commit 01c15bc doesn't check for null probably at src/main/java/com/minecolonies/coremod/client/gui/AbstractWindowWorkerBuilding.java:139
i've tried to simply edit this file (.xml) and it works now...
um, i think that there should be null pointer check in that commit, but i don't know how to properly do it...
xml fix is the same, but crashes will happen again w/o proper checks :(