net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184391_a(RenderItemWrapper.java:293)
Boomflex opened this issue ยท 7 comments
I am part of the Official All the Mods server and our players keep getting the same crash in roughly the same place. No idea why though? It affects users with and without Optifine and with and without FoamFix.
It seems to be a bookshelf render issue?
It seems this issue is caused by trying to render a null/invalid tcon pickaxe. In the situation described by this crash only the vanilla code is being executed here.
@Baughn in your situation it's the com.rwtema.extrautils2.items.ItemBlockPlantable@1e3581
which is causing the issue. As far as I can tell, Bookshelf and CCL have nothing to do with this crash. If you would like to help confirm if that is true, and if this is a reproducable error, can you try reproducing it without Bookshelf installed? If that fixes it, try again but this time remove CCL and add bookshelf back.
Hmm. Don't think I can do that, sorry; I wouldn't be able to remove those without thoroughly corrupting the world state.
Bookshelf is at the top of the non-Mojang stack trace, which is why I reported it here.
Here's another one. Looks pretty similar, but it's a different item.