Enigmatica 2: Expert - Extended

Enigmatica 2: Expert - Extended

194k Downloads

Crash: `java.lang.NullPointerException` When using infinity furnace connected to rf power source

Fatcow007 opened this issue ยท 5 comments

commented

Description

Infinity furnace connected to RF power will crash.
Crashed world will keep crashing on startup

To Reproduce

Place infinity furnace
Place RTG fuel source (from nuclearcraft) next to furnace
Try smelting any recipe in infinity furnace

Modpack version 1.37.5

Crash log: https://pastebin.com/2DWa6him

debug.log or Crash report
debug.zip

commented

Thank you for the report! I will investigate the issue.

For now, go to file config/forge.cfg and set B:removeErroringTileEntities=true. This would make your world able to load.

commented

Note for myself:
Solution could be installing mod IC2-No. Fix commit.

commented

Ok, seems like the fix actually crashing server XHL315/IC2-No#1

commented

Should be fixed since v1.38.0

commented

@srki_2K suggested this. Im gonna try it.

Change this file mixin.ic2no.mod.json to:

{
  "package": "superhelo.ic2no.mixins",
  "minVersion": "0.8",
  "refmap": "mixins.ic2no.refmap.json",
  "mixins": [
    "MixinEnergyRender",
    "MixinTileEntityAssembly"
  ],
  "client": [
     "MixinEnergySlot"
  ]
}