-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JEI rendering errors [bug] [high importance] #260
Comments
until this is solved i won't be using optifine (witch I hate to need to do) |
Is this reproducible with only OptiFine and JEI installed (no other mods)? |
Here's a crash log with fewer mods, but I haven't seen anyone try to reproduce it with a minimal setup yet. JEI copies some of the Minecraft item rendering code into its own classes with some small changes in order to render the item list with fewer OpenGL context changes. If Optifine is changing that code in Minecraft and expects it to work a certain way, it may be relevant to this bug. Rendering code starts here: I also have a fairly small AccessTransformer here: |
The "IllegalStateException: Already building!" is a follow-up error. |
it only happens for me with optifine installed |
@DanHolli123 Error log with only OptiFine and JEI? |
When using only OptiFine_1.10.2_HD_U_C3 and jei_1.10.2-3.12.6.304 on Forge 2099 this error does not occur for me. However I've had it happen when searching for items, earlier today in fact, on a larger mod order. So I'll probably spend a bit of time going through the mods in my load order manually and finding which recipes this happens for. No guarantees on timeliness however. |
The only mod that has thrown an error for me, when used in conjuction with the versions of Optifine and JEI listed above, so far is Inductive Automation (and its dependency library, which has a long and complicated name that I don't have with me atm). I'll try reproducing the crash on a minimal load order later and report the crash to IA's mod author meanwhile. |
okay, so IA is definitely one mod that causes issues, but I think that by hiding its items from the JEI menu this crash can be bypassed. obviously this isn't a proper workaround, and there may be more mods that have errors with JEI and Optifine. to clarify, JEI and Optifine work together fine; and, JEI and IA work together fine (I haven't tested only IA and Optifine). it seems to be that when the three are combined that a crash occurs. whose end is this on? |
In order to be fixed the bug has to be reproducible with the minimal number of mods involved. |
With only Optifine, IA and its dependency (CD4017BE_lib-1.10.2-4.2.0) loaded, I get an identical crash when attempting to navigate to IA's creative tab in creative mode. The crash does not occur when loading only Optifine & CD4017BE_lib. The crash does not occur with Optifine disabled. JEI, then, seems to be unrelated to this case. I believe the words required here are, "my bad". xP Crash: http://pastebin.com/raw/E2cFHdBT |
Tested MC 1.10.2 + Forge #2099 + preview OptiFine C4 + IA 5.1.1 + CD4017BE_lib 4.2.0. |
Fantastic, the preview C4 works perfectly (as far as I can tell). Thanks for fixing that so quickly! |
will try soon |
whole original discussion with the creator of JEI about the problem
JustEnoughItems issue #372
The text was updated successfully, but these errors were encountered: