Fabrication

Fabrication

305k Downloads

Problem loading game with latest forgery

TechniumUnlimited opened this issue ยท 4 comments

commented

https://pastebin.com/

Somethin wrong with mixins

[05Feb2021 18:41:17.561] [main/FATAL] [mixin/]: Mixin apply failed randompatches.mixins.json:client.MinecraftMixin -> net.minecraft.client.Minecraft: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Redirect annotation on getLifecycle could not find any targets matching 'Lnet/minecraft/client/Minecraft;func_238195_a_(Ljava/lang/String;Lnet/minecraft/util/registry/DynamicRegistries$Impl;Ljava/util/function/Function;Lcom/mojang/datafixers/util/Function4;ZLnet/minecraft/client/Minecraft$WorldSelectionType;)V' in net.minecraft.client.Minecraft. Using refmap randompatches.refmap.json [PREINJECT Applicator Phase -> randompatches.mixins.json:client.MinecraftMixin -> Prepare Injections ->  -> redirect$zje000$getLifecycle(Lnet/minecraft/world/storage/IServerConfiguration;)Lcom/mojang/serialization/Lifecycle; -> Parse]
commented

Mixin apply failed randompatches.mixins.json

Why you think this is my fault I have no idea.

I'm fairly certain I don't even touch that method.

commented

I'm assuming you saw a Failsoft class from Fabrication in the stack trace. It's possible this is a conflict but without a debug log I can't be sure.

commented

Oh snap sorry

commented

(For further clarity, Failsoft is a series of changes Fabrication makes to Mixin to allow its mixins to fail soft; it does not affect mixins from other mods. I'm adding a hack to the next version to hide Fabrication's name from the stack trace to stop these frivolous reports.)