doRenderHologram crash if itemStack = null
Caellian opened this issue · 2 comments
You don't have a null check on doRenderHologram inside net.dries007.holoInventory.client.Renderer.
Not sure if it's a problem or not, but guy on Minecraft Forums crashed because of
null pointer. (Crash log: http://pastebin.com/PD4pXz4Z)
I ran through Renderer file and you're directly sending ItemStack from renderHologram to doRenderHologram. (Crash occurs inside renderHologram)
OK. You make nice bugreports!
Op 10-jan.-2014 06:14 schreef "Feronzed" [email protected]:
You don't have a null check on doRenderHologram inside
net.dries007.holoInventory.client.Renderer.Not sure if it's a problem or not, but guy on Minecraft Forums crashed
because of
null pointer. (Crash log: http://pastebin.com/PD4pXz4Z)I ran through Renderer file and you're directly sending ItemStack from
renderHologram to doRenderHologram. (Crash occurs inside renderHologram)—
Reply to this email directly or view it on GitHubhttps://github.com//issues/3
.