SteveKunG / SkyBlockcatia

Useful Hypixel Skyblock features, QOL and In-game API Viewer
https://www.curseforge.com/minecraft/mc-mods/skyblockcatia
MIT License
31 stars 9 forks source link

Mixin config mixins.skyblockcatia.json requires mixin subsystem version 0.7.11 but 0.7.10 was found #47

Closed mpfaff closed 3 years ago

mpfaff commented 3 years ago

Minecraft 1.8.9 Forge 11.15.1.2318 SkyBlockcatia 1.0.14


SkyBlockcatia causes Minecraft to crash with the following error:

Log
[16:30:22] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[16:30:22] [main/WARN] [mixin]: Mixin config mixins.skyblockcatia.json requires mixin subsystem version 0.7.11 but 0.7.10 was found. The mixin config will not be applied.
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:199]: Failed to start Minecraft:
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launch:231]: java.lang.reflect.InvocationTargetException
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launch:231]:    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launch:231]:    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launch:231]:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launch:231]:    at java.lang.reflect.Method.invoke(Method.java:498)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launch:231]:    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launch:231]:    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launch:231]:    at org.multimc.EntryPoint.listen(EntryPoint.java:143)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launch:231]:    at org.multimc.EntryPoint.main(EntryPoint.java:34)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]: Caused by: org.spongepowered.asm.launch.MixinInitialisationError: Required mixin config mixins.skyblockcatia.json requires mixin subsystem version 0.7.11
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.mixin.transformer.MixinConfig.checkVersion(MixinConfig.java:417)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.mixin.transformer.MixinConfig.onLoad(MixinConfig.java:331)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:894)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:116)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:91)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:78)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.launch.platform.MixinPlatformManager.addConfig(MixinPlatformManager.java:282)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.launch.platform.MixinPlatformAgentDefault.prepare(MixinPlatformAgentDefault.java:56)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.launch.platform.MixinContainer.prepare(MixinContainer.java:103)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.launch.platform.MixinPlatformManager.prepare(MixinPlatformManager.java:159)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.launch.MixinBootstrap.doInit(MixinBootstrap.java:183)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at org.spongepowered.asm.launch.MixinTweaker.acceptOptions(MixinTweaker.java:53)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[16:30:22] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:200]:   ... 8 more
[16:30:22] [main/INFO] [STDOUT]: [org.multimc.EntryPoint:main:37]: Exiting with -1
[16:30:22] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.ArrayIndexOutOfBoundsException: 5
[16:30:22] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:    at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:21)
[16:30:22] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:    at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[16:30:22] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:    at java.lang.Runtime.exit(Runtime.java:108)
[16:30:22] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:    at java.lang.System.exit(System.java:973)
[16:30:22] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:    at org.multimc.EntryPoint.main(EntryPoint.java:38)
Exception in thread "main" 
Process exited with code 1.
mpfaff commented 3 years ago

It seems the ReplayMod is providing an outdated mixin version. I'll take this up with them.

[16:40:07] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.10 Source=file:/Users/example/Desktop/MultiMC.app/Contents/MacOS/instances/1.8.9/.minecraft/mods/replaymod-1.8.9-2.5.1.jar Service=LaunchWrapper Env=CLIENT