Crafting Tweaks

Crafting Tweaks

106M Downloads

Crash when entering world in dev env

Luligabi1 opened this issue ยท 4 comments

commented

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.

  1. Open the game (at this point there's already some mixin-related issues spewed on the console);
  2. Open a world;
  3. Crash

Logs

https://pastebin.com/dyLuj7k9

Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?

No

commented

I forgot to mention on the description, but this happened on development environment; not sure if it happens outside it.

commented

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

commented

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.

commented

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.