
Crash while switching lobbies on hypixel
PanJohnny opened this issue ยท 6 comments
I have been switching lobbies and the game crashed. Now when I join the server it crashes again. Here is crashy link: https://crashy.net/YpYiQwhfavY9WxMMpoBb
I think this may be due to other mods in your mods folder. Could you try with just HUDTweaks and see if the bug still happens?
I'll take a look at it. Suspect it could be the skyblock mod because it hides hud elements. Maybe that causes the crash.
I suspect if you take a look at matrix stack on line 56 (push) method or if you have a mixin there. I suspect that is the problem causer.
at
net.minecraft.client.util.math.MatrixStack.push (MatrixStack:56)
at
com.github.burgerguy.hudtweaks.hud.element.HudElementContainer.tryPushMatrix
Yeah, I was being stupid. The mixin was applying to multiple different places because mojang changed the code a bit. I pushed a fix to it, and it'll be available in the next release, which will probably be tomorrow.
Didn't mean to close this, when I post a release could you let me know if it's fixed?