Not Enough Items 1.8.+

Not Enough Items 1.8.+

16M Downloads

crash at rendering screen

0Navis0 opened this issue ยท 2 comments

commented

I get this crash randomly while playing. https://pastebin.com/MhwTuvxt
I already reported it to Buildcraft devs, but they told me it was caused by NEI. BuildCraft/BuildCraft#3639
I use Minecraft 1.11.2, Forge 13.20.0.2310

commented

Here stack can be null, and then this null passed to RenderTooltipEvent.PostText event, which has @Nonnull near stack field.

commented

Ahhh, cheers for catching that. Will hopefully get something out later on fixing all the things, want to finish up some of the new fmp api first.