rwtema / extrautilities_old_issues

Issue tracker
70 stars 45 forks source link

Crash related to Applied Energistics facades, Extra Utilities block models, and JEI #1073

Open kaitoyuuki opened 7 years ago

kaitoyuuki commented 7 years ago

crash report: https://gist.github.com/kaitoyuuki/ae16833e790bab47a6cd8e050048a2b0 FML log: https://gist.github.com/kaitoyuuki/4dd2a1b4a75b779a28c475269a9b2e79

When searching JEI for applied energistics by mod (@appliedenergistics), the game will crash to desktop as soon as some of the facades try to load on the screen. It appears to be a rendering bug, most likely related to something from Extra Utilities judging by the stack trace. The crash occurs client side while on a server, I haven't checked to see if it persists in single player, but it seems likely that it will.

This issue has also been posted at applied energistics issue tracker, although it appears to be in part because of AE2 trying to make facades out of non-solid blocks judging by the response. https://github.com/AppliedEnergistics/Applied-Energistics-2/issues/2568

shartte commented 7 years ago

The original issue was actually fixed a while ago and only pops up again and again since we persist the enabled-state for facades in the config. If an old config is used, the issue pops up again. I've added more safeguards on AE2's side in the recently released alpha 4, so it shouldn't crash anymore. In terms of what we can do to actually support facades made out of ExtraUtils 2 items: No idea, Tema is using some strange rendering stuff :)