Configured

Configured

33M Downloads

Nullpointer when saving config for Distant Horizons

SettingDust opened this issue ยท 6 comments

commented

Version: configured:1.5.1-1.16.5

Another exception. Exception is #32 before. And throw this after update.
https://www.curseforge.com/minecraft/mc-mods/lod-level-of-detail
https://bytebin.lucko.me/jpi9BGNzpV

Edit:
They are same exception. The #32 haven't been fixed

Edit1:

Not the same issue as #32 since that is related to the config reloading event. The crash report given does not mention this.

commented

It seems I forgot to include the fix from the 1.16 version into 1.18. I will release a patch soon

Ah. They are the same exceptions. My fault. The minecraft is 1.16, not 1.18. So, it's seems that the bug isn't fixed

commented

It seems I forgot to include the fix from the 1.16 version into 1.18. I will release a patch soon

commented

Not the same issue as #32 since that is related to the config reloading event. The crash report given does not mention this.

commented

It seems that Distant Horizons is registering their config at the wrong time. It should be in the constructor of their mod class, not the common setup phase. I just confirmed this by putting my registration in the common setup and it crashed too.