Chisel icon indicating copy to clipboard operation
Chisel copied to clipboard

Chisel throws render thread exceptions

Open RipleyHyena opened this issue 3 years ago • 6 comments

Chisel Render thread java.lang.NullPointerException

Any time an item is clicked in JEI, whether it's from Chisel or not. latest.log

RipleyHyena avatar Jul 03 '21 08:07 RipleyHyena

What tells you this is from chisel?

tterrag1098 avatar Jul 04 '21 21:07 tterrag1098

The latest log, in the minecraft launcher the line prefix says Chisel for INFO. Removing Chisel stopped the log spam when clicking on items in JEI

RipleyHyena avatar Jul 09 '21 19:07 RipleyHyena

image

I was able to replicate this issue with only JEI, CTM, and Chisel installed on a 1.16.5 instance with Forge 36.1.32, unfortunately, that's the only information the log is giving me

RipleyHyena avatar Jul 10 '21 05:07 RipleyHyena

Even debug.log?

tterrag1098 avatar Jul 10 '21 05:07 tterrag1098

debug.log throws the same generic error with no other context

debug.log latest.log

RipleyHyena avatar Jul 10 '21 22:07 RipleyHyena

I am having this issue as well on MC 1.16.5, CH 2.0.1 and F: 36.2.23

The only info in latest or debug:

[12:07:36] [Render thread/ERROR] [Chisel/]: java.lang.NullPointerException
[12:08:28] [Render thread/ERROR] [Chisel/]: java.lang.NullPointerException
[12:08:52] [Render thread/ERROR] [Chisel/]: java.lang.NullPointerException
[12:08:58] [Render thread/ERROR] [Chisel/]: java.lang.NullPointerException
[12:08:59] [Render thread/ERROR] [Chisel/]: java.lang.NullPointerException
[12:09:09] [Render thread/ERROR] [Chisel/]: java.lang.NullPointerException

Sandriell avatar Feb 05 '22 17:02 Sandriell