Architectury API (Fabric/Forge/NeoForge)

Architectury API (Fabric/Forge/NeoForge)

158M Downloads

Crash when generating mod resource packs

BrekiTomasson opened this issue ยท 7 comments

commented

Everything was working fine with Architectury v1.4.90, but every version since then has given me the following error:

[06:47:39] [main/WARN]: @Redirect conflict. Skipping mixins.satin.client.json:gl.JsonGlProgramMixin->@Redirect::constructProgramIdentifier(Ljava/lang/String;Lnet/minecraft/class_3300;Ljava/lang/String;)Lnet/minecraft/class_2960; with priority 1000, already redirected by architectury.mixins.json:client.MixinEffectInstance->@Redirect::mojangPls(Ljava/lang/String;Lnet/minecraft/class_3300;Ljava/lang/String;)Lnet/minecraft/class_2960; with priority 1000
[06:47:39] [main/WARN]: @Redirect conflict. Skipping mixins.satin.client.json:gl.JsonGlProgramMixin->@Redirect::constructProgramIdentifier(Ljava/lang/String;Lnet/minecraft/class_3300;Lnet/minecraft/class_281$class_282;Ljava/lang/String;)Lnet/minecraft/class_2960; with priority 1000, already redirected by architectury.mixins.json:client.MixinEffectInstance->@Redirect::mojangPls(Ljava/lang/String;Lnet/minecraft/class_3300;Lnet/minecraft/class_281$class_282;Ljava/lang/String;)Lnet/minecraft/class_2960; with priority 1000
[06:47:39] [main/INFO]: Caught error loading resourcepacks, removing all selected resourcepacks
java.util.concurrent.CompletionException: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered

After which the game just starts an infinite loop where it displays the main menu and then jumps back to the loading screen, ad infinitum. Disabling Architectury (and Light Overlay, my only mod that is dependent on Architectury) removes the problem.

commented

This is an incompatibly with Architectury API with Satin, I will look into this later.

commented

On Fabric 1.16.5, Architectury v1.4.97 this problem is still present.
crash.txt

commented

https://dl.bintray.com/shedaniel/cloth/me/shedaniel/architectury/1.4-PR.28.11/architectury-1.4-PR.28.11-fabric.jar should've hopefully fixed things, at least it worked for me in my test instance

commented

Thx, yes, with that build client started successfully.

commented

Awesome, I'll be merging that real quick then

commented

Can you two try and see whether this version of Architectury fixes your issue?

commented

Crashes...
crash1.txt