Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Fatcow007 opened this issue May 21, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@Fatcow007
Copy link

Fatcow007 commented May 21, 2024

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
Copy link
Owner

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 Krutoy242 added the bug Something isn't working label May 21, 2024
@Krutoy242
Copy link
Owner

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

@Krutoy242
Copy link
Owner

Should be fixed since v1.38.0

@Krutoy242
Copy link
Owner

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

@Krutoy242 Krutoy242 reopened this May 27, 2024
@Krutoy242
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants