Gaia Dimension

Gaia Dimension

762k Downloads

npe in 1.15.2-1.2.1

kreezxil opened this issue · 6 comments

commented

using forge build 31.2.4

https://paste.ee/p/ep5fH

commented

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?

commented

Checked current environment. Unable to reproduce this error on loading the mod or reloading resources. Could be a conflict with another mod.

commented
commented

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?

commented
commented

No problem. If you need any assistance finding the issue, you can refer back to this ticket with a client log. Troubleshooting crashes post-1.13 Forge is a little weird now for some reason.