
Instant crash on launch
Derpford opened this issue ยท 1 comments
The error message is short and sweet:
Exception in thread "main" java.lang.module.ResolutionException: Module mixinbooter contains package org.spongepowered.asm.mixin.injection.callback, module org.spongepowered.mixin exports package org.spongepowered.asm.mixin.injection.callback to mixinbooter
at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901)
at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:807)
at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:755)
at java.base/java.lang.module.Resolver.finish(Resolver.java:380)
at java.base/java.lang.module.Configuration.<init>(Configuration.java:140)
at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:494)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:70)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:82)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.discoverServices(TransformationServicesHandler.java:128)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:86)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149)
Process crashed with exit code 1
When starting Forge with just MixinBooter, there's no error--the game just silently exits:
[18:49:05] [main/INFO]: ModLauncher running: args [--username, dawnbreez, --version, forge-40.2.1, --gameDir, D:\breez\curseforge\Instances\Proof of Concept, --assetsDir, D:\breez\curseforge\Install\assets, --assetIndex, 1.18, --uuid, 1ace7fe793f34e9791e9d26b1f8167ed, --accessToken, ????????, --clientId, YTY2MWUxZWItM2Q3NC00MjQyLWE2ZjItN2YyZWI5NzdkNzc5, --xuid, 2535421081457856, --userType, msa, --versionType, release, --width, 1024, --height, 768, --launchTarget, forgeclient, --fml.forgeVersion, 40.2.1, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914]
[18:49:05] [main/INFO]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.1 by Microsoft