mccreery / better-hud

All the information you'll ever need! A Minecraft mod written in Forge.
https://www.curseforge.com/minecraft/mc-mods/better-hud
MIT License
32 stars 11 forks source link

crash on startup #95

Closed Yonk316 closed 4 years ago

Yonk316 commented 4 years ago

crash-2020-05-23_15.33.29-client.txt latest.log

mccreery commented 4 years ago

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.

mccreery commented 4 years ago

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.

omerbadawy11 commented 4 years ago

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!

mccreery commented 4 years ago

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.