maruohon / minihud

A client-side Minecraft mod with configurable "info lines" ("mini-F3") and various overlays, such as light level and structure bounding boxes
GNU Lesser General Public License v3.0
410 stars 104 forks source link

[Bug] Game crashes randomly and when adding shapes #348

Closed S1ndn closed 2 weeks ago

S1ndn commented 2 weeks ago

When adding any shape (clicking on the button to add a shape), my game instantly goes to the dirt background with the text "Saving world", after a few seconds the game closes. This seems to also just randomly happen at times when in the minihud config menus. This happens the exact same on single and multiplayer

I am on Fabric 1.20.4 Lunar Client, the only mods I have (apart from the default Lunar mods such as sodium and iris) are:

The crash (according to the crash report) is caused by a stack overflow in a mouse click event handler, here's the full report crash-2024-06-17_13.22.41-client.txt

maruohon commented 2 weeks ago

You need malilib 0.18.4-alpha.1 (from Modrinth) to fix this issue with Lunar. If you have Litematica as well then you need to also update it to version 0.17.3 to prevent a crash with the 0.18.4+ malilib versions.

S1ndn commented 2 weeks ago

You need malilib 0.18.4-alpha.1 (from Modrinth) to fix this issue with Lunar. If you have Litematica as well then you need to also update it to version 0.17.3 to prevent a crash with the 0.18.4+ malilib versions.

Adding these mods fixed the issue, thank you for your help!