UltimMC / Launcher

Offline Minecraft launcher.
Other
1.36k stars 147 forks source link

Crash after installing/starting modpacks #156

Open Ka1dz0 opened 2 years ago

Ka1dz0 commented 2 years ago

Operating System

No response

Description of bug

When you load a collection of mods from Curse or somewhere else (or just the archive) is downloading, there is a window of the game for 5 seconds, then crashed. And so with all

===============================================================================

[16:03:28] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 13:0 token recognition error at: '`' [16:03:28] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~' [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:213]: Failed to start Minecraft:

[16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at java.base/java.lang.reflect.Method.invoke(Method.java:568) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.EntryPoint.listen(EntryPoint.java:143) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.EntryPoint.main(EntryPoint.java:34) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: Caused by: java.lang.reflect.InvocationTargetException [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at java.base/java.lang.reflect.Method.invoke(Method.java:568) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:57) [16:03:31] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: ... 8 more [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: Caused by: java.lang.NoSuchMethodError: 'void sun.security.util.ManifestEntryVerifier.(java.util.jar.Manifest)' [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at cpw.mods.modlauncher.SecureJarHandler.createCodeSource(SecureJarHandler.java:66) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:275) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at java.base/java.lang.Class.forName0(Native Method) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at java.base/java.lang.Class.forName(Class.java:467) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at org.spongepowered.asm.service.modlauncher.ModLauncherClassProvider.findClass(ModLauncherClassProvider.java:67) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at org.spongepowered.asm.launch.platform.MixinConnectorManager.loadConnectors(MixinConnectorManager.java:70) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at org.spongepowered.asm.launch.platform.MixinConnectorManager.inject(MixinConnectorManager.java:59) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.inject(MixinPlatformManager.java:196) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at org.spongepowered.asm.launch.MixinBootstrap.inject(MixinBootstrap.java:202) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch(MixinLaunchPluginLegacy.java:201) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch(MixinLaunchPluginLegacy.java:195) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$9(LaunchPluginHandler.java:97) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at java.base/java.util.HashMap.forEach(HashMap.java:1421) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at cpw.mods.modlauncher.LaunchPluginHandler.announceLaunch(LaunchPluginHandler.java:97) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:52) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [16:03:31] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:659]: ... 13 more [16:03:31] [main/INFO] [STDOUT/]: [org.multimc.EntryPoint:main:37]: Exiting with -1 Процесс завершился с кодом -1.

Steps to reproduce

Log crash.txt

Suspected cause

Error/Bug Launcher

This issue is unique

DOC2016 commented 2 years ago

I have the same exact problem

Harlekin13 commented 1 year ago

Similar here, game starts loading then only the log gets updated further. I imported Curse and FTB modpacks through the FTB App Import option when making a new instance, tried copying the mod files into a functional instance and after doing so it stops working, removed the mod files again and it's working again. It seems one of the mods authenticates the player.

https://paste.ee/p/DDOdq