bspkrs-mods / bspkrsCore

A Minecraft mod to hold utility classes used in all the mods I develop/maintain.
30 stars 39 forks source link

NullPointerException rendering TinkersConstruct armour #19

Closed AtomicBlom closed 9 years ago

AtomicBlom commented 9 years ago

Not too sure where to post this to so I'll cross post.

Issue: The following error gets repeated every frame rendered on the title screen when a certain entity is selected. (I'm not sure which one, it didn't render at all)

https://gist.github.com/AtomicBlom/f5aaa8e466cc709cb934

Full startup log including the first two exceptions are available here: https://gist.github.com/AtomicBlom/b65974bf22ad849bc302

bspkrs commented 9 years ago

Unfortunately there isn't anything simple that I can do to fix this... I already have a try/catch block around the render code in my ticker. FML is catching the exception before it gets to my block, so my code to disable the main menu rendering on exceptions isn't executed.