Dose not start on 1.19.3
Esc2020 opened this issue ยท 7 comments
Describe the bug
Game dosn't start
To Reproduce
Loder version: 0.14.17
only mods installed :
fabric-api-0.75.1+1.19.3
fabric-carpet-1.19.3-1.4.96+v230201
carpet-shadow-1.9.6-MC1.19.3+.build.2
Error log:
Uncaught exception in thread "main"
java.lang.RuntimeException: Mixin transformation of net.minecraft.client.main.Main failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:112)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:455)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [carpet-shadow.mixins.json:inv_updates.loaders.StructureMixin from mod carpet-shadow] from phase [DEFAULT] in config [carpet-shadow.mixins.json] FAILED during PREPARE
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinPrepareError(MixinProcessor.java:585)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:543)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:462)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 7 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: The specified mixin 'com.carpet_shadow.mixins.inv_updates.loaders.StructureMixin' was not found
at org.spongepowered.asm.mixin.transformer.MixinInfo.(MixinInfo.java:865)
at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:852)
at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:777)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:540)
... 13 more
Caused by: java.lang.ClassNotFoundException: The specified mixin 'com.carpet_shadow.mixins.inv_updates.loaders.StructureMixin' was not found
at org.spongepowered.asm.mixin.transformer.MixinInfo.loadMixinClass(MixinInfo.java:1314)
at org.spongepowered.asm.mixin.transformer.MixinInfo.(MixinInfo.java:858)
... 16 more
My Quilt mod pack also gives the same error, here is a crash report:
crash-2023-02-26_01.41.12.7308-quilt_loader.txt
https://mclo.gs/EBPl8Uu i have the same error
I can confirm that it also crashes my server on launch. I don't currently have a log file available but I will update this comment if I get one.
EDIT: Here is a link to the crash log that I am getting.
I believe i fixed the issue. here is my forked version with my fix. carpet-shadow
I also get the same error as @ILikeFood971
sorry it appears i forgot to remove a refererence to an old Mixin from the resources.
i'll produce a new release soon.
meanwhile if you know how to you need to open the jar and edit carpet-shadow.mixins.json
removing the bad mixin
Ok, I removed the bad mixin but it appears that the loot tables mixin is causing issues again like before the 1.19 release or #9. I am really new to Java/fabric development, so I'm not sure what's wrong. Thanks!