Minecraft 1.12.2 - NullPointerException: Tesselating block model
630R63 opened this issue ยท 9 comments
Base information
- Minecraft version: 1.12.2
- Mod version: Draconic-Evolution-1.12-2.3.5.269-universal
- Minecraft Forge version: 14.23.0.2549
- Mod Pack: Modern Skyblock 2
Crash report
java.lang.NullPointerException: Tesselating block model at java.util.LinkedList$ListItr.next(LinkedList.java:893) at com.brandon3055.draconicevolution.blocks.tileentity.TilePlacedItem.calculateBounds(TilePlacedItem.java:107) at com.brandon3055.draconicevolution.blocks.tileentity.TilePlacedItem.getIndexedCuboids(TilePlacedItem.java:175) at com.brandon3055.draconicevolution.blocks.PlacedItem.func_185496_a(PlacedItem.java:140)
....... The rest is in the provided log.
crash-2017-12-01_14.41.30-client.txt
I have a few items placed in the world using the Draconic Evolution placement. Every once in awhile I get this crash when interacting with the GUI of a device (doesn't matter which one). I imagine this will be hard to replicate as it doesn't occur every time when you open a GUI.
This has happened to me as well. I was harvesting "Extra Utilities" redstone orchids in my overworld. And then, within about 10 seconds, crash.
full crash log with a mod list - https://paste.ee/p/gTsed
I'm going to downgrade to the previous 1.12.2 version of draconic and see if that fixes the issue for the time being
Tried downgrading to the previous version of DE, the game crashed halfway through loading. A crash log can be found here, https://paste.ee/p/wcMKO. Reinstalled the current version of DE, waiting to see what happens.
It just happened again. I was playing for an hour and had just gotten back from the mob farm, then crash.
crash log - https://paste.ee/p/iPBRt
world download - https://www.4shared.com/s/fkhLZXllxei
This may be fixed in the next update. It looks like the crash is due to some interaction between placed items ant chisels connected textures mod.
At what point should that text appear in the console? I put together a small pack with just Draconic Evolution 2.3.6.139, Chisel 0.1.1.24 and CTM 0.2.3.9 (and all dependencies) with Forge 2555, placed a few Chisel blocks with connected textures and placed an item against them. It crashed, but the log did not print any debugging information. Just in case they are helpful to you, here are the logs:
Crash log: https://pastebin.com/9mZryH51
Console Log: https://pastebin.com/xR41B8iu
Block was placed after line 186 in log.
This should prevent the crash you are experiencing and instead print the message. No way to know exactly when that crash would occur. If you are still getting the crash than its caused by something else. I did just push an update that fixes an issue with the placed items that may have been related to your issue. I suggest you give it a try.