OptiFabric

OptiFabric

9M Downloads

Crash on launch with Fabric API

jfarabee opened this issue ยท 1 comments

commented

Process exit with exit code 1 on launch.

Mods:

  • fabric-api-0.29.3
  • OptiFine-1.16.4_HD_U_G5
  • optifabric-1.8.13

launch log:

[12:05:31] [main/INFO]: Loading for game Minecraft 1.16.4
[12:05:31] [ForkJoinPool-1-worker-4/WARN]: Non-Fabric mod JAR at "C:\Users\computer\AppData\Roaming\.minecraft\mods\OptiFine_1.16.4_HD_U_G5.jar", ignoring
[12:05:32] [main/INFO]: [FabricLoader] Loading 46 mods: [email protected]+cbe9176f3a, [email protected]+6a2618f53a, [email protected], [email protected]+a03e98793a, [email protected]+6a2618f53a, [email protected]+6a2618f53a, [email protected], [email protected]+6a2618f53a, [email protected]+cbe9176f3a, [email protected]+6a2618f53a, [email protected]+a03e98793a, [email protected]+6a2618f53a, [email protected]+9a6c75813a, [email protected]+6a2618f53a, [email protected]+b7f9825d3a, [email protected]+6a2618f53a, [email protected]+cbe9176f3a, [email protected]+8004b36d3a, [email protected]+ab87788d3a, [email protected]+6a2618f53a, [email protected]+c26373133a, [email protected]+730711c63a, [email protected], [email protected]+6a2618f53a, [email protected]+0d4d7e343a, [email protected]+6a2618f53a, [email protected]+e77439c73a, [email protected]+e77439c73a, [email protected], [email protected]+2e23b97c3a, [email protected]+6a2618f53a, [email protected]+be155ae23a, [email protected]+cbe9176f3a, [email protected]+6a2618f53a, [email protected]+ffb68a873a, [email protected]+6a2618f53a, [email protected]+6a2618f53a, [email protected]+4358fbc63a, [email protected]+6a2618f53a, [email protected]+6a2618f53a, [email protected]+1.16, [email protected]+cbe9176f3a, [email protected]+cbe9176f3a, [email protected]+cbe9176f3a, [email protected]+2a4333d33a, [email protected]+6a2618f53a
[12:05:32] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/computer/AppData/Roaming/.minecraft/libraries/net/fabricmc/sponge-mixin/0.8.2+build.24/sponge-mixin-0.8.2+build.24.jar Service=Knot/Fabric Env=CLIENT
Found existing patched optifine jar, using that
Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:141)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:224)
	... 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.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at net.optifine.reflect.Reflector.<clinit>(Reflector.java:286)
	at net.minecraft.class_128.method_559(class_128.java:101)
	at net.minecraft.class_128.<init>(class_128.java:54)
	at net.minecraft.class_128.method_24305(class_128.java:425)
	at net.minecraft.client.main.Main.main(Main.java:135)
	... 7 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V in fabric-rendering-v1.mixins.json:MixinWorldRenderer failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap fabric-rendering-v1-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
commented

Fixed with version 1.18.6. I, uh, should have checked curse forge first.