NuclearCraft

NuclearCraft

31M Downloads

JER Profiling crash

Minfrog314 opened this issue ยท 1 comments

commented

I have made a small modpack for myself with quite a few mods, and whenever I do a JER diy profile, it crashes. After installing vanillafix, I was able to see that it was from nuclearcraft, so I am reporting it here. And I am using the overhauled version.
Crash Report: https://paste.dimdev.org/ajubijujuq.mccrash
It seems to be a null pointer exception in the server tick loop.
Hopefully this isn't too difficult to fix.

commented

This unfortunately looks like a bit of a nasty one. I'll be lazy for now and surround that part of the method body with a try {...} catch (...) {...}, and someone might see a better solution in the future :)