Crash with Visual Overhaul (1.20.1 Fabric)
TeslaP09 opened this issue ยท 1 comments
Issue: When I zoom in with the camera and press shift, the game crashes
crash-2023-12-22_16.35.55-client.txt
Game version: 1.20.1
Mod loader: Fabric 0.15.3
Mods installed: Exposure 1.2.0 fabric, Visual Overhaul 5.0.1, Forge Config API Port 8.0.0, Fabric API 0.91.0
There seems to be an incompatibility with the Visual Overhaul mod. They try to retrieve some data before the button is finished constructing.
Same thing happens here with CT:T:
TeamMidnightDust/VisualOverhaul#49 (comment)
This will also break any other mod that adds a button with additional setup in it's constructor.
I could add some workarounds to prevent this, but I think it's better be fixed on their end, especially since not only my mod experiences issues with it.