
connector-2.0.0-beta.5+1.21.1-full not compatible with NeoForge-1.21.1-21.1.97
123qwqeq opened this issue ยท 3 comments
Minecraft version
1.21.1
Describe the bug
The game won't start.
Steps to reproduce
1.1. Use NeoForge-1.21.1-21.1.97.
2. Use the latest available Connector and its dependencies.
3.Start the game
2.
3.
...
Logs
No response
Additional context
No response
I received a crash with neoforge 1.21.1, but downgrading the mod doesn't work so I assume it was bundled with another mod ๐ I assume its the same issue?
aused by: java.lang.ClassCastException: class net.neoforged.fml.loading.moddiscovery.ModFileParser$MixinConfig cannot be cast to class java.lang.String (net.neoforged.fml.loading.moddiscovery.ModFileParser$MixinConfig is in module [email protected] of loader 'MC-BOOTSTRAP' @7b2f8152; java.lang.String is in module java.base of loader 'bootstrap')
--
9897 | at LAYER SERVICE/[email protected] 1.21.1-full/org.sinytra.connector.service.FabricMixinBootstrap.init(FabricMixinBootstrap.java:54)
9898 | at LAYER SERVICE/[email protected] 1.21.1-full/org.sinytra.connector.service.ConnectorPreLaunchPlugin.initializeLaunch(ConnectorPreLaunchPlugin.java:30)
9899 | at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$11(LaunchPluginHandler.java:106)
9900 | at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986)
9901 | at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchPluginHandler.announceLaunch(LaunchPluginHandler.java:106)
9902 | at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:51)
9903 | at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
9904 | at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103)
9905 | at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74)
9906 | at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
9907 | at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
9908 | at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210)
9909 | at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69)
9910 | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
9911 | ... 5 more