![ChocoCraft 3 (MC 1.12.2)](https://media.forgecdn.net/avatars/thumbnails/200/18/256/256/636910691765787590.png)
Crash with better hud
OwenLouis opened this issue ยท 4 comments
Game crashed when a new choco egg was born or placed.(crash-report attached)
crash-2019-04-10_19.38.42-client.txt
Better HUD author here. I've had a few duplicates of this crash with different mods, mostly NPEs like this one. I'm guessing writeToNBT
isn't usually called on the client, so a good chunk of mods don't have a valid state on that side. Any insight on this?
This is the solution, it's fixed in the next version (hopefully, probably) :) Just inform each of the mod authors to do this same type of null check. ab005fb
Could you check to see if its fixed with the latest chococraft update @mccreery or @OwenLouise
@Slayer5934 It has already been fixed.Thanks a lot.:smile: