
Causes a crash during launch on Fabric 1.20.4 alongside Auto HUD
LessThanBenji opened this issue ยท 6 comments
Raised version 4.0.0 on Fabric 0.15.11 on Minecraft 1.20.4 causes the game to crash during the final stages of launch when it's loaded alongside Auto HUD version 6.6.3.
Rolling back to Raised version 3.1.3 resolves this issue.
The mod author of Auto HUD is aware of this in Crendgrim/AutoHUD#125, just thought I'd put something here in case anyone else was confused experiencing the same issue.
The crash report is attached.
Ah, Object Share support was removed on version 4.x because of the complexity of the update and because a new API was released for it to replace it. This mod was using that Object Share support, but those objects no longer exist.
I see that AutoHUD added a nullcheck so it should no longer crash. But the hotbar itemstacks are doubling up their position translation.
Anyways, here is a little mixin replacing AutoHUD's compat class with one that uses Raised's API. I am not sure why this is happening or why this fixes it, but you can use this until that is resolved. Raised for 21.2/3 should be out this weekend, btw.
It still crashes for me tho
The game crashed whilst unexpected error
Error: java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "net.fabricmc.loader.api.ObjectShare.get(String)" is null