npe in 1.15.2-1.2.1
kreezxil opened this issue · 6 comments
using forge build 31.2.4
Hmm, I've seen this issue before once, but it happened when I put an unreleased beta of a mod in, and then it magically stopped when I bumped Forge version in my dev environment. It didn't do this beforehand, either.
Do you have any steps to reproduce?
Checked current environment. Unable to reproduce this error on loading the mod or reloading resources. Could be a conflict with another mod.
It wouldn't be that, otherwise the crash would be ClassNotFoundException or MethodNotFoundException. The issue at hand is a null RegistryObject, however, at the point in time the object is being called, it shouldn't be null (registration is before client setup). It isn't the first time client events are culprits when another error is the cause.
Asking around, the only way this could happen is if another error happened before registration, shutting down EventBus. Is there a latest.log including this crash?