-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.19.2 Crash on Startup #452
Comments
I have this too on: Forge 43.2.3 but im getting Exit Code: 1 and the logs are showing nothing helpful |
@NathanRodz92 @Looodon do you have "Artifacts" (https://www.curseforge.com/minecraft/mc-mods/artifacts) mod installed? I'm experiencing same error as Looodon having both installed (no other mods). If I uninstall one of them Minecraft runs perfect. Added an issue in Artifacts repository: ochotonida/artifacts#187 |
Yeah I have this problem and artifacts, but of the two CarryOn is the one that most recently updated, so I'm thinking it's probably something on this side. Happily going back to the previous release fixes the issue, so it's something added between then and now. |
True, I was able to confirm. Thanks for your help! artifacts-1.19.2-5.0.1.jar with carryon-forge-1.19.2-2.0.3.4.jar -> Crashes |
I'm getting this same thing. Issues with dankstorage, sophisticatedcore, and probably more if I had kept deleting mods. EDIT: I was able to fix by reverting to the prior mod release |
This is what I get following everyones idea with artifacts only loaded. I am using multiMC log to get this log. Failed to start Minecraft: |
Same issue here, hopefully a fix can come out for the latest patch |
Forge 43.2.3 My issue is happening without the artifacts mod, but i have 97 other mods so Idk if its because of carryon on its own or its combination with one of the other 97. What ik for sure is its happening in the latest version of carryon and not the previous |
Guys, just revert to an older version till the issue is fixed |
I am also experiencing this issue, no crash log is written. |
I know the cause of this issue and am working on a fix |
Should be fixed with the latest version |
Expected Behavior
Crashes on startup
Actual Behavior
Failed to start Minecraft:
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:119)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:119)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:57)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
... 5 more
Caused by: java.lang.module.ResolutionException: Modules carryon and MixinExtras.rc5 export package com.llamalad7.mixinextras.injector.wrapoperation to module appleskin
at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:900)
at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:814)
at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:735)
at java.base/java.lang.module.Resolver.finish(Resolver.java:380)
at java.base/java.lang.module.Configuration.(Configuration.java:139)
at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:493)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:75)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServicesHandler.buildTransformingClassLoader(TransformationServicesHandler.java:60)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.run(Launcher.java:104)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
... 8 more
Exiting with -1
Process exited with code -1 (0xffffffffffffffff).
Please note that usually neither the exit code, nor its description are enough to diagnose issues!
Always upload the entire log and not just the exit code.
Steps to Reproduce
Version of Minecraft, Carry On, Forge
Minecraft 1.19.2
Carryon: 2.0.3.4
Forge 43.1.1
Screenshots encouraged
The text was updated successfully, but these errors were encountered: