Pehkui

Pehkui

35M Downloads

1.17 will not start with latest release

GraphicHealer opened this issue ยท 1 comments

commented

I have your mod along with Immersive Portals, and it will not launch when Pehkui is in the mods folder. Once I remove it, it launches just fine. I don't know why it is doing this. Please help.

Log:

15:37:14.801
launcher
main
Preparing to launch minecraft client for fabric-loader-0.11.3-1.17
15:37:16.322
launcher
main
Checking installations.
15:37:16.324
launcher
main
Minecraft client fabric-loader-0.11.3-1.17 is ready to start.
15:37:16.324
launcher
main
Starting!
15:37:17.285
launcher
main
Using default game log configuration client-1.12.xml (outputs XML)
15:37:17.949
FabricLoader
main
Loading for game Minecraft 1.17
15:37:18.296
Fabric|Loader
main
Warnings were found!

  • Conflicting versions found for fabric-api-base: used 0.3.0+a02b4463d5, also found 0.3.0+a02b4463a0
  • Conflicting versions found for fabric-lifecycle-events-v1: used 1.4.4+a02b4463a0, also found 1.4.4+a02b4463d5
  • Conflicting versions found for fabric-command-api-v1: used 1.1.1+a02b4463a0, also found 1.1.1+a02b4463d5
  • Conflicting versions found for fabric-events-interaction-v0: used 0.4.8+a02b4463d5, also found 0.4.8+a02b4463a0
  • Conflicting versions found for fabric-resource-loader-v0: used 0.4.7+b7ab6121a0, also found 0.4.7+b7ab6121d5
  • Conflicting versions found for fabric-networking-api-v1: used 1.0.11+b7ab6121a0, also found 1.0.11+b7ab6121d5

15:37:18.299
Fabric|Loader
main
[FabricLoader] Loading 56 mods: [email protected]+a02b4463d5, [email protected]+36b77c3ed5, [email protected], [email protected]+be9da310d5, [email protected]+a02b4463d5, [email protected]+a02b4463d5, [email protected]+b7ab6121d5, [email protected]+21w20a, java@16, [email protected]+a02b4463d5, [email protected]+a02b4463d5, [email protected]+a02b4463d5, [email protected]+a02b4463d5, [email protected], [email protected]+a02b4463d5, [email protected], [email protected]+a02b4463d5, [email protected]+a02b4463a0, [email protected]+a02b4463d5, [email protected], [email protected], [email protected]+a02b4463d5, [email protected]+1.17, [email protected], [email protected]+a02b4463d5, [email protected]+92519afad5, [email protected]+a02b4463d5, [email protected], [email protected]+a02b4463d5, [email protected], [email protected]+a02b4463d5, [email protected]+a02b4463a0, [email protected]+b7ab6121d5, [email protected]+b7ab6121d5, [email protected]+a02b4463d5, [email protected]+be9da310d5, [email protected]+a02b4463d5, [email protected]+a02b4463d5, [email protected]+a02b4463d5, [email protected]+92519afad5, [email protected]+a02b4463d5, [email protected]+a02b4463d5, [email protected]+b7ab6121a0, [email protected]+dev.22, [email protected]+a02b4463d5, [email protected]+a02b4463d5, [email protected]+5797-8609960, [email protected]+9e521e13d5, [email protected]+92519afad5, [email protected]+a02b4463d5, [email protected]+92519afad5, [email protected]+b7ab6121a0, [email protected]+92519afad5, [email protected]+b7ab6121d5, [email protected]+a02b4463d5, [email protected]+a02b4463d5
15:37:18.336
mixin
main
SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users//AppData/Roaming/.minecraft/libraries/net/fabricmc/sponge-mixin/0.9.2+mixin.0.8.2/sponge-mixin-0.9.2+mixin.0.8.2.jar Service=Knot/Fabric Env=CLIENT

15:37:18.441
mixin
main
The requested compatibility level JAVA_16 is higher than the level supported by the active subsystem 'Knot/Fabric' which supports JAVA_14. This is not a supported configuration and instability may occur.
15:37:18.442
mixin
main
Compatibility level set to JAVA_16
15:37:18.851
com.sk89q.worldedit.fabric.internal.MixinConfigPlugin
main
[carpet] detected, disabling UPDATE mixin com.sk89q.worldedit.fabric.mixin.MixinWorldChunkSetBlockHook
15:37:18.914
mixin
main
@mixin target net/minecraft/class_2474$class_5124 is public in fabric-tag-extensions-v0.mixins.json:MixinObjectBuilder and should be specified in value

15:37:18.965
mixin
main
@mixin target net/minecraft/class_3898$class_3208 is public in imm_ptl.mixins.json:common.entity_sync.MixinEntityTracker and should be specified in value
15:37:19.084
mixin
main
@mixin target net/minecraft/class_3898$class_3208 is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor and should be specified in value
15:37:19.217
mixin
main
Error loading class: org/jetbrains/annotations/ApiStatus$ScheduledForRemoval (java.lang.ClassNotFoundException: org/jetbrains/annotations/ApiStatus$ScheduledForRemoval)

15:37:20.160
launcher
main

Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:228)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
... 2 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:157)
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:150)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
at net.minecraft.class_6396.handler$bjm001$fillSystemDetails(class_6396.java:1022)
at net.minecraft.class_6396.(class_6396.java:57)
at net.minecraft.class_128.(class_128.java:31)
at net.minecraft.class_128.method_24305(class_128.java:273)
at net.minecraft.client.main.Main.main(Main.java:137)
... 7 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Argument modifier method onTickMovementGetVelocityProxy(Lnet/minecraft/class_243;)Lnet/minecraft/class_243; in pehkui.mixins.json:PlayerEntityMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap Pehkui-refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:408)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1291)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
... 18 more
15:37:20.160
monitor
Process Monitor
Process crashed with exit code 1

commented

Fixed in Pehkui 2.2.1.