Krutoy242 / Enigmatica2Expert-Extended

Addon for modpack Enigmatica 2: Expert
https://www.curseforge.com/minecraft/modpacks/enigmatica-2-expert-extended
72 stars 50 forks source link

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

Open Fatcow007 opened 3 months ago

Fatcow007 commented 3 months ago

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

Krutoy242 commented 3 months ago

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.

Krutoy242 commented 3 months ago

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

Krutoy242 commented 3 months ago

Should be fixed since v1.38.0

Krutoy242 commented 3 months ago

Ok, seems like the fix actually crashing server https://github.com/XHL315/IC2-No/issues/1

Krutoy242 commented 3 months ago

@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"
]
}