Terrestria

Terrestria

2M Downloads

Fatal error with only Fabric API and Traverse loaded

apceros1 opened this issue ยท 3 comments

commented

[12:14:01] [main/INFO]: Loading for game Minecraft 1.16.3
[12:14:03] [main/INFO]: [FabricLoader] Loading 53 mods: [email protected]+a4467d2a95, [email protected]+3fa9f7c595, [email protected]+build.24, [email protected]+build.214, [email protected]+f8ac1db295, [email protected]+045df74f95, [email protected]+a89534ab95, [email protected]+a4467d2a95, [email protected]+9f0fb4b895, [email protected]+build.1, [email protected]+f8ac1db295, [email protected]+build.1, [email protected]+a4467d2a95, [email protected]+f8ac1db295, [email protected]+c6a8ea8995, [email protected]+74cc3b2095, [email protected]+build.6, [email protected]+f8ac1db295, [email protected]+build.1, [email protected]+432ea18895, [email protected]+build.415-1.16, [email protected]+fb0d9b0e95, [email protected]+e00ecb5f95, [email protected]+build.1, [email protected]+b50ffc7b95, [email protected], [email protected]+8724984195, [email protected]+a4467d2a95, [email protected]+2b46237995, [email protected]+a4467d2a95, [email protected]+build.1, [email protected]+f8ac1db295, [email protected]+f8ac1db295, [email protected]+b7f9825d95, [email protected]+f8ac1db295, [email protected]+730711c695, [email protected]+f8ac1db295, [email protected]+build.1, [email protected], [email protected]+facf3bbf95, [email protected]+059ea86695, [email protected]+ac8e8c5995, [email protected]+8367596d95, [email protected]+52d3083695, [email protected]+a4467d2a95, [email protected]+b764ce9995, [email protected]+16acbe5b95, [email protected], [email protected]+f8ac1db295, [email protected]+a4467d2a95, [email protected]+a4467d2a95, [email protected], [email protected]
[12:14:03] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/Primary/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
[12:14:15] [main/WARN]: @reDIrect conflict. Skipping mixins.terraform-tree-api-v1.json:MixinTreeFeature->@reDIrect::terrestria$allowSandyTreeGeneration(Lnet/minecraft/class_3746;Lnet/minecraft/class_2338;)Z with priority 1000, already redirected by mixins.terrestria.json:MixinTreeFeature->@reDIrect::terrestria$allowSandyTreeGeneration(Lnet/minecraft/class_3746;Lnet/minecraft/class_2338;)Z with priority 1000
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at net.minecraft.class_5464.(class_5464.java:92)
at net.minecraft.class_5458.method_30571(class_5458.java:46)
at net.minecraft.class_5458.method_30566(class_5458.java:75)
at java.util.LinkedHashMap.forEach(Unknown Source)
at net.minecraft.class_5458.(class_5458.java:74)
at net.minecraft.class_2378.(class_2378.java:237)
at net.minecraft.class_2966.method_12851(class_2966.java:42)
at net.minecraft.client.main.Main.main(Main.java:137)
... 7 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector terrestria$allowSandyTreeGeneration(Lnet/minecraft/class_3746;Lnet/minecraft/class_2338;)Z in mixins.terraform-tree-api-v1.json:MixinTreeFeature failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap terraform-tree-api-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)
... 21 more
Here I am!
[VersionManager] Refreshing versions locally...
[VersionManager] Versions has been refreshed (109 ms)
[Version:1.12.2-forge1.12.2-14.23.5.2814] Resolving...
[Version:1.12.2-forge1.12.2-14.23.5.2814] Inherits from 1.12.2
[Version:1.12.2-forge1.12.2-14.23.5.2814] Resolving...
[Version:1.12.2-forge1.12.2-14.23.5.2814] Inherits from 1.12.2
[Version:1.12.2-forge1.12.2-14.23.5.2814] Resolving...
[Version:1.12.2-forge1.12.2-14.23.5.2814] Inherits from 1.12.2
[Launcher] Launcher exited.
[Launcher] Minecraft closed with exit code: 1
flush now
flush now

What in the world happened here? It's suddenly become impossible to play with these mods loaded.

commented

You need to update Traverse and Terrestria to the latest versions for 1.16.3. You have Terrestria 2.1.2 but need 2.1.4.

commented

Didn't think it was going to be that simple, thanks a bunch!

commented

No problem!