Applied Energistics 2

Applied Energistics 2

137M Downloads

Crash between AE2, ThermalExpansion and Placebo (FastFurnace?) clientside.

strivenous opened this issue ยท 7 comments

commented

Describe the bug
Apparently there's a clientside crash between Placebo, AE2 and Thermal, it's trying to output something from AE2 via Thermal and then it screws up. Believe it's the certus quartz crystal.

To Reproduce
Can provide the server and client pack.

Expected behavior
Normal behavior.

Additional context

Environment

https://gist.github.com/strivenous/7f28299d7490b27eaf9473c5e1663ec3 can't join
commented

tried to disable fast shapeless, no success

commented

no success with both client and server side fastshapeless disabled

commented

I don't see AE2 in the stack trace anywhere. If the same crash continues without Placebo removed, post the new crash report.

commented

I don't see AE2 in the stack trace anywhere. If the same crash continues without Placebo removed, post the new crash report.

java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Recipe thermalfoundation:material_97 (shadows.placebo.util.FastShapelessRecipe@63be3a69) produces unregistered item appliedenergistics2:material (ItemMaterial[material])

Dont know if its AE2 fault or Placebo doing something

commented

Heh. I was quite careful to say "in the stack trace", not 'the exception message', just to ward off that very objection.

The only (non-MC) code that is mentioned is Placebo. As such, my suggestion remains to remove Placebo. If it still crashes, post a new crash report.

commented

Based on the crashlog placebo seems to register an invalid recipe with at least one missing item. Most likely something they have to fix.