[Issue] Crash on startup with HungerOverhaul
gatoborrachon opened this issue ยท 7 comments
Short Description
VanillaFix says that there was a crash when loading game and the suspected mods are HungerOverhaul, AppleCore (necessary for HungerOverhaul) and Survival Inc.
To Reproduce
Steps to reproduce the behavior:
- Add HungerOverhaul, AppleCore and Survival Inc. to mods folder
- Try to start Minecraft
- See error
Crash Report
https://pastebin.com/mFzGKMQG
Additional Notes
HungerOverhaul-1.12.2-1.3.3.jenkins148
AppleCore-mc1.12.2-3.4.0
Survival Inc-1.2.5
well, if this issue its more fault from HungerOverhaul side, maybe i can fix it if you tell me what i need to change, or maybe i can stop using it, it only was to increase the crop growing time. (maybe you can add a config option for this inside Survival Inc., if it fits in the scope of your mod)
iguanaman.hungeroverhaul.module.event.HungerOverhaulEventHook.renderTooltips(HungerOverhaulEventHook.java:634)
Try setting addFoodTooltips to false in HungerOverhaul.cfg, line 118. Maybe that could help?
This issue is definitely my fault; I blindly assumed that the nbt tag is already initialized when ItemCanteen.getItemUseAction()
is being called. But it seems that AppleCore tries to find out whether the canteen is a food or not. It probably does so by calling it on dummy ItemStack without assigning it a NBT. I will fix this as soon as I can.
@gatoborrachon You don't need to wait for another release. You can compile the mod yourself anytime you want. If you don't know how to do it (or you don't want to), here is a compiled version with the patch included.
oh no problem, fuck i can't believe i forgot this, i just saw a new release 3 days ago in curseforge, many thanks