Jade Addons (Fabric)

Jade Addons (Fabric)

2M Downloads

[Crash] New Create Update broke intigration

Fauli1221 opened this issue · 4 comments

commented

Mod loader

Fabric

Minecraft version

1.20.1

Mod version

5.2.1

Modloader version

Fabric Loader 0.16.9 + API 0.92.2+1.20.1

Modpack info

I found the bug in a custom modpack but isolated it into a minimal setup

[IMPORTANT] If bug:

  • I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.

[IMPORTANT] If bug: The latest.log file, not the crash report

https://mclo.gs/hdO1qCQ

Issue description

when going into a world after the new create v0.5.1.j update the game crashes

commented

This has also occurred with the 1.19.2 version. I am using the same mod loader - 0.16.9

crash-2024-12-04_01.00.07-client.txt
latest.log

Edit: Confirmed that when Jade addon's is removed the world loads.

commented

Confirmed by a Create developer that this issue is due to a broken mixin by JadeAddons.
Fabricators-of-Create/Create#1661 (comment)

My latest.log: https://mclo.gs/1oMTc3l
My crash report: https://mclo.gs/fyLfKpa

I'm playing on Fabric 1.20.1, Mod Loader 0.16.9.

commented

I'm able to reproduce this issue with Minecraft 1.20.1, Fabric Loader 0.16.9, Jade Addons (Fabric) 5.2.4 (and possibly earlier) – 5.3.1, and Create 0.5.1-j-* (0.5.1-j-build.1600 – 0.5.1-j-build.1609) in a minimal setup (plus Controlify). Create 0.5.1-f-* and earlier are not affected.

According to crash logs, it does appear to be a broken mixin from Jade Addon's end:

Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Invalid descriptor on jadeaddons.mixins.json:create.GoggleOverlayRendererMixin from mod jadeaddons->@Inject::jadeaddons$renderOverlay(Lnet/minecraft/class_332;FLnet/minecraft/class_1041;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V! Expected (Lnet/minecraft/class_332;FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/class_332;FLnet/minecraft/class_1041;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V [INJECT_APPLY Applicator Phase -> jadeaddons.mixins.json:create.GoggleOverlayRendererMixin from mod jadeaddons -> Apply Injections -> -> Inject -> jadeaddons.mixins.json:create.GoggleOverlayRendererMixin from mod jadeaddons->@Inject::jadeaddons$renderOverlay(Lnet/minecraft/class_332;FLnet/minecraft/class_1041;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V]
commented

Oh geez, can I give up on versions 1.18 and 1.19? I hate maintaining this project.