univrsal / JustEnoughButtons

Adds utility buttons to the inventory screen
Mozilla Public License 2.0
6 stars 5 forks source link

Searching in JEI Crash #20

Closed WenXin20 closed 7 years ago

WenXin20 commented 7 years ago

1.10.2-Forge 2221 JEI v3.14.5.406 JEB v1.6.5 I got a crash while typing "oak" into the JEI search bar. Crash Report fml-client-latest.txt

univrsal commented 7 years ago

Ok, so I cam across this issue myself when testing a while back. For me it was because of charset storage, which caused a crash when JEI tried to display some of the items the mod adds. But since you don't have charset installed it has to be another mod causing this, because neither JEI nor JEB crash when I type "oak" without any other mods installed.

JEI had a similiar issue, which couldn't be solved since it was caused by another mod.

TL;DR I'm not sure what's causing this, nor how to fix it :P, but my first question would be: Does searching for "oak" crash without JustEnoughButtons installed?

WenXin20 commented 7 years ago

I haven't had a chance to try without JEB yet, but I noticed that it happened after I added Project Red-World, which requires Project Red-Base, MrTJPCore, & Forge MultiPart CBE which requires Code Chicken Lib 1.8+.

univrsal commented 7 years ago

Hmm, I installed all Project Red related mods and I can't reproduce the issue

WenXin20 commented 7 years ago

It still happened without JEB. Any ideas what could be the cause?

univrsal commented 7 years ago

Well, from what I found out I think it's and item or a block from a mod that has a custom renderer which crashes when JEI tries to draw it in the item list. What does the crashlog say this time? But I think your best bet is to ask someone like mezz since he's working on JEI and generally way more capable than I am.

univrsal commented 7 years ago

Alright I'll just go ahead and close this, since it's nothing on my side

WenXin20 commented 7 years ago

Ok, thanks for the help.