kiminara

Untitled

May 3rd, 2021
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.63 KB | None | 0 0
  1. [14:42:33] [main/INFO]: Loading for game Minecraft 1.16.5
  2. [14:42:33] [main/INFO]: [FabricLoader] Loading 57 mods: [email protected]+2868a2287d, [email protected]+ca58154a7d, [email protected], [email protected], [email protected], [email protected]+ca58154a7d, [email protected]+9354966b7d, [email protected]+9354966b7d, [email protected]+9354966b7d, java@8, [email protected]+ca58154a7d, [email protected]+9354966b7d, [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+2868a2287d, [email protected], [email protected]+ca58154a7d, [email protected]+1.16, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+dc716ea17d, [email protected]+ca58154a7d, [email protected]+9354966b7d, [email protected], [email protected]+351679a77d, [email protected]+c045166c7d, [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+kotlin.1.4.31, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+9354966b7d, [email protected]+2868a2287d, [email protected], [email protected]+2868a2287d, [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+2868a2287d, [email protected]+ca58154a7d
  3. [14:42:34] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/levi/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
  4. Exception in thread "main" [14:42:41] [main/INFO]: [STDERR]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  5. [14:42:41] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:228)
  6. [14:42:41] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
  7. [14:42:41] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
  8. [14:42:41] [main/INFO]: [STDERR]: Caused by: java.lang.reflect.InvocationTargetException
  9. [14:42:41] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10. [14:42:41] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  11. [14:42:41] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  12. [14:42:41] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source)
  13. [14:42:41] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
  14. [14:42:41] [main/INFO]: [STDERR]: ... 2 more
  15. [14:42:41] [main/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  16. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
  17. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208)
  18. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
  19. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)
  20. [14:42:41] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:157)
  21. [14:42:41] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:150)
  22. [14:42:41] [main/INFO]: [STDERR]: at java.lang.ClassLoader.loadClass(Unknown Source)
  23. [14:42:41] [main/INFO]: [STDERR]: at net.minecraft.class_5135.<clinit>(class_5135.java:116)
  24. [14:42:41] [main/INFO]: [STDERR]: at net.minecraft.class_2966.method_17598(class_2966.java:112)
  25. [14:42:41] [main/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(Main.java:138)
  26. [14:42:41] [main/INFO]: [STDERR]: ... 7 more
  27. [14:42:41] [main/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector hookStrideGround(Lnet/minecraft/class_1657;)Z in liquidbounce.mixins.json:minecraft.entity.MixinPlayerEntity failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap liquidbounce-refmap.json
  28. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:408)
  29. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1291)
  30. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042)
  31. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
  32. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)
  33. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
  34. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569)
  35. [14:42:41] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
  36. [14:42:41] [main/INFO]: [STDERR]: ... 16 more
  37.  
Advertisement
Add Comment
Please, Sign In to add comment