simibubi / Above-and-Beyond

[Forge Modpack] Create's official Challenge-pack
140 stars 47 forks source link

Game Crashes during loading #612

Open T3RR5V0N opened 16 hours ago

T3RR5V0N commented 16 hours ago

When loading the modpack, I get this error. I'm running it through the Prism Launcher on Arch Linux.

[10:43:32] [main/ERROR] [mixin/]: Mixin config antiqueatlas.mixins.json does not specify "minVersion" property
Exception caught from launcher
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:67)
    at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:100)
    at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
    at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Caused by: java.lang.NoSuchMethodError: sun.security.util.ManifestEntryVerifier.<init>(Ljava/util/jar/Manifest;)V
    at cpw.mods.modlauncher.SecureJarHandler.createCodeSource(SecureJarHandler.java:66)
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:275)
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136)
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at org.spongepowered.asm.service.modlauncher.ModLauncherClassProvider.findClass(ModLauncherClassProvider.java:67)
    at org.spongepowered.asm.launch.platform.MixinConnectorManager.loadConnectors(MixinConnectorManager.java:70)
    at org.spongepowered.asm.launch.platform.MixinConnectorManager.inject(MixinConnectorManager.java:59)
    at org.spongepowered.asm.launch.platform.MixinPlatformManager.inject(MixinPlatformManager.java:196)
    at org.spongepowered.asm.launch.MixinBootstrap.inject(MixinBootstrap.java:202)
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch(MixinLaunchPluginLegacy.java:201)
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch(MixinLaunchPluginLegacy.java:195)
    at cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$9(LaunchPluginHandler.java:97)
    at java.util.HashMap.forEach(HashMap.java:1290)
    at cpw.mods.modlauncher.LaunchPluginHandler.announceLaunch(LaunchPluginHandler.java:97)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:52)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
    ... 8 more
Exiting with ERROR
Process exited with code 2.
petricavalry commented 4 hours ago

Same issue on Arch Linux and Prism Launcher. Fixed by fresh install on ATLauncher according to wiki.

You need to set environment variable _JAVA_AWT_WM_NONREPARENTING=1 to see ATLauncher window in Wayland.

(I prefer Prism Launcher too because I don't need to install it with AUR helper).