Chisel

Chisel

150M Downloads

Client crash when trying to chisel astral sorcery marble

biiip03 opened this issue ยท 3 comments

commented

Im using the newest version of Chisel for 1.12; 0.2.1.35
I can open the chisel gui and move blocks in and out of it, but whenever i hover over astral sorcery marble or other marble near it (on the right side of the chisel gui) my client crashes
crash report: https://pastebin.ubuntu.com/p/RzfYQgpVHV/

commented

https://github.com/HellFirePvP/AstralSorcery/blob/master/src/main/java/hellfirepvp/astralsorcery/common/integrations/ModIntegrationChisel.java#L27

https://github.com/HellFirePvP/AstralSorcery/blob/master/src/main/java/hellfirepvp/astralsorcery/common/block/BlockMarble.java#L212

Please let me know if the IMC communication changed.
Other than that, the ItemStack and BlockState are valid for their metadata passed.

The stacktrace is a bit hard to decypher though, as line 881 on ItemStack#getTooltip is an opening brace...

commented

Seems like an AS bug, whatever stack they are giving me via IMC is crashing when I try to draw its tooltip. cc @HellFirePvP

commented

Any update on this :)