crash on startup
Yonk316 opened this issue ยท 4 comments
This issue has cropped up a few times and I haven't released anything yet because there are big changed going on elsewhere. I will put out a bugfix release just after 1.4.2 so everyone has a version that at least doesn't crash on first install while I work on the rest.
I have this exact issue and i used the Vanilla cfg, except for any changes I make in-game doesn't apply to the config.. it all resets after every launch!
Download the new version: https://www.curseforge.com/minecraft/mc-mods/better-hud/files/2980723
Let me know if you still have problems (with config files) or if that fixes them so I can close the issue for good.
Good catch, turns out if you don't have an existing config the mod passes null
to everything, and in one case that null
isn't handled properly. I will get this fixed quickly.
In the meantime you can save the vanilla cfg to .minecraft/config/betterhud.cfg
. Sorry for the trouble!
Note to self: I should consider using a config file to load the defaults instead of in code.