Crash when entering world in dev env
Luligabi1 opened this issue ยท 4 comments
Minecraft Version
1.19.4
Mod Loader
Fabric
Mod Loader Version
Loader 0.14.19, API 0.78.0+1.19.4
Mod Version
17.0.2
Balm Version
6.0.2
Describe the Issue
The game crashes as soon as a world is loaded.
- Open the game (at this point there's already some mixin-related issues spewed on the console);
- Open a world;
- Crash
Logs
Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?
No
I forgot to mention on the description, but this happened on development environment; not sure if it happens outside it.
Could reproduce on CT 1.20-18.0.1
and Balm 1.20-7.0.3
too.
Could reproduce on CT 1.20-18.0.2
and Balm 1.20-7.0.4
Unfortunately, I've never been able to track down why this is happening to some dev environments. I've never had an issue on my environments and others have reported that the issue magically went away for them, while others never ran into it in the first place.
Perhaps someone more knowledgeable about Loom / Mixin will be able to to locate the problem.
It seems the issue is fixed by removing ModelLayersAccessor. (Luligabi1/EnhancedWorkbenches#3 (comment))
What's that mixin for, anyway? It doesn't appear to be used anywhere.