ToCraft / woodwalkers-mod

Transform into a mob!
https://discord.gg/Y3KqxWDUYy
MIT License
9 stars 3 forks source link

invoking cancelAirIncrement crashes game #2

Closed 123hongte closed 1 year ago

123hongte commented 1 year ago

Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector cancelAirIncrement(Lnet/minecraft/world/entity/LivingEntity;I)V in walkers.mixins.json:LivingEntityMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap walkers-common-refmap.json at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362) at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051) at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400) at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 25 more

ToCraft commented 1 year ago

Which Version did you use? (e.g. Mod-Version: 1.7 - MC-Version: 1.20.1 - Modloader: Fabric)

123hongte commented 1 year ago

Which Version did you use? (e.g. Mod-Version: 1.7 - MC-Version: 1.20.1 - Modloader: Fabric)

Mod 1.7, MC 1.20.1 Forge

ToCraft commented 1 year ago

How did you start the mod? With the Minecraft Launcher or something else?

ToCraft commented 1 year ago

issue will be closed in 5 days since I tried plenty o' things and never encounterd this issue.

ToCraft commented 1 year ago

Found some case, where this issue happens (in larger modpacks). I'll work on this now.

ToCraft commented 1 year ago

@123hongte Alright, I was able to terminate the error, please use Forge 47.1.0 (the recommanded version for 1.20.1, not the latest)

ToCraft commented 1 year ago

I'll try to finally fix it in 1.9

ToCraft commented 1 year ago

I could determinate it up to this: https://github.com/MinecraftForge/MinecraftForge/pull/9525 , and hoped, that this might fix it, but it didn't: https://github.com/MinecraftForge/MinecraftForge/pull/9680 . Maybe I'll find a workaround.

ToCraft commented 1 year ago

sadly didn't work with neoforged- I gotta wait for them.