CD4017BE / InductiveAutomation

Minecraft tech mod
MIT License
5 stars 2 forks source link

IA Items Generate Game Crash #17

Open 7OOTnegaTerces opened 7 years ago

7OOTnegaTerces commented 7 years ago

I'm running the latest files in 1.10.2 and whenever I try to filter in FEI by mod type for IA (by searching "@ind") the game immediately crashes. Ditto for trying to look at the creative tab (not click on or activate, just look at). I'm going to take a wild guess and assume the game would also crash if I ever tried to craft any items in IA. Here is the crash report: http://paste.ee/p/jNdn9

CD4017BE commented 7 years ago

According to the crash log, the Item rendering crashes because something changed the rendering state. And I guess that this "something" could be the additional screen overlay of FEI. Try whether it still crashes if you remove FEI.

7OOTnegaTerces commented 7 years ago

I tried that, and then I tried removeing JEI as well, the game still crashes whenever I try to look at any items from this mod...

CD4017BE commented 7 years ago

Please find out which mods need to be installed with Inductive Automation to cause the Item Rendering crash. I need to replicate that crash in my deobfuscated develop-environment because all the minecraft methods listed in crash report are encrypted and the line numbers don't match with the decrypted source code, so I don't even see what happened there.

7OOTnegaTerces commented 7 years ago

Okay, but I warn you that this won’t be a priority (especially since I’ve got nearly 200 mods installed)!

ghost commented 7 years ago

I get a consistent crash when using JEI, Optifine and Inductive Automation. This happens when moving through the JEI item search panel and viewing IA's item set. http://pastebin.com/99YfCJtB

To clarify, the crash does not happen when Optifine is not installed. Here (https://github.com/sp614x/optifine/issues/260) is an issue opened with Optifine's author regarding the matter, and here (https://github.com/mezz/JustEnoughItems/issues/372) is an issue opened with JEI's author.