06/06/23, 03:18 PM | #1 | |
Join Date: Jun 2023
Posts: 2
|
Minion silently quits after launch on Mac Sonoma
I'm trying to find artifacts of the crash to submit, but Minion.app will not launch on the new 2023 WWDC build.
|
|
06/07/23, 06:11 AM | #2 |
It should write a Minion.log file, check the sticky posts about how to post errors here, it should contain the path where it is stored, or search your mac for the file. Post it here please s attachment then.
And allow Minion in your firewall and and antivirus to let it connect and work properly. |
|
06/07/23, 08:09 AM | #3 | |
Join Date: Jun 2023
Posts: 2
|
Excellent - found ~/.minion/minion.log
Alright - found the log... going to clear it and run to get a good read of what's going on...
So it looks like an uncaught exception outside of the Java world - Objective C array index out of bounds from the looks of it: Code:
INFO 2023-06-07 09:04:33,802 [JavaFX Application Thread] gg.minion.Minion:start(43): Attempting to start Minion... INFO 2023-06-07 09:04:34,346 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(127): os.name=Mac OS X INFO 2023-06-07 09:04:34,346 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(128): os.version=10.16 INFO 2023-06-07 09:04:34,346 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(129): os.arch=x86_64 INFO 2023-06-07 09:04:34,346 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(130): java.runtime.version=1.8.0_92-b14 INFO 2023-06-07 09:04:34,347 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(131): java.class.path=/Applications/Minion.app/Contents/Java/Minion-jfx.jar:lib/httpclient-4.5.2.jar:lib/httpcore-4.4.4.jar:lib/commons-logging-1.2.jar:lib/commons-codec-1.9.jar:lib/commons-configuration-1.10.jar:lib/commons-lang-2.6.jar:lib/commons-jxpath-1.3.jar:lib/commons-collections-3.2.2.jar:lib/jackson-mapper-asl-1.9.13.jar:lib/jackson-core-asl-1.9.13.jar:lib/junrar-0.7.jar:lib/commons-logging-api-1.1.jar:lib/commons-vfs2-2.0.jar:lib/maven-scm-api-1.4.jar:lib/plexus-utils-1.5.6.jar:lib/maven-scm-provider-svnexe-1.4.jar:lib/maven-scm-provider-svn-commons-1.4.jar:lib/regexp-1.3.jar:lib/kefirbb-1.1.jar:lib/commons-io-2.4.jar:lib/jsr305-3.0.1.jar:lib/junique-1.0.4.jar:lib/jregex-1.2_01.jar:lib/controlsfx-8.40.11.jar:lib/log4j-api-2.6.2.jar:lib/log4j-core-2.6.2.jar INFO 2023-06-07 09:04:34,347 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(132): java.library.path=/Applications/Minion.app/Contents/Java:/Applications/Minion.app/Contents/MacOS INFO 2023-06-07 09:04:34,347 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(133): user.language=en INFO 2023-06-07 09:04:34,347 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(134): user.home=/Users/mark DEBUG 2023-06-07 09:04:34,907 [JavaFX Application Thread] gg.minion.controller.MinionController:initWindowControls(504): Controls initialized. DEBUG 2023-06-07 09:04:34,909 [JavaFX Application Thread] gg.minion.util.FeedClient:checkNetworkConnections(106): Starting network check ... DEBUG 2023-06-07 09:04:34,911 [JavaFX Application Thread] gg.minion.util.FeedClient:getRoutePlanner(61): System Default Http Proxy. DEBUG 2023-06-07 09:04:35,452 [Thread-9] gg.minion.util.FeedClient:run(159): Ping Status for http://api.mmoui.com/: 200 DEBUG 2023-06-07 09:04:35,454 [Thread-10] gg.minion.util.FeedClient:run(159): Ping Status for http://cdn.mmoui.com/: 200 DEBUG 2023-06-07 09:04:36,047 [JavaFX Application Thread] gg.minion.controller.MinionController:open(311): Starting new Minion instance. ERROR 2023-06-07 09:04:36,084 [JavaFX Application Thread] gg.minion.controller.MinionController:<init>(147): Catching javafx.fxml.LoadException: file:/Applications/Minion.app/Contents/Java/Minion-jfx.jar!/gg/minion/fxml/Minion.fxml at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2571) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441) at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409) at gg.minion.controller.MinionController.<init>(MinionController.java:145) at gg.minion.Minion.start(Minion.java:64) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) Caused by: 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.reflec*****thod.invoke(Method.java:498) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflec*****thod.invoke(Method.java:498) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2566) ... 10 more Caused by: java.lang.ExceptionInInitializerError at java.awt.SystemTray.isSupported(SystemTray.java:219) at gg.minion.controller.MinionController.open(MinionController.java:312) at gg.minion.controller.MinionController.bootMinion(MinionController.java:198) at gg.minion.controller.MinionController.initLogin(MinionController.java:253) at gg.minion.controller.MinionController.initialize(MinionController.java:174) ... 20 more Caused by: java.lang.RuntimeException: Non-Java exception raised, not handled! (Original problem: Invalid parameter not satisfying: index < [_itemArray count]) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1086) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1845) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at java.awt.Toolkit$3.run(Toolkit.java:1636) at java.awt.Toolkit$3.run(Toolkit.java:1634) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Toolkit.java:1633) at java.awt.Toolkit.<clinit>(Toolkit.java:1668) ... 25 more DEBUG 2023-06-07 09:04:36,175 [JavaFX Application Thread] gg.minion.Minion:stop(98): Close called. DEBUG 2023-06-07 09:04:36,175 [Thread-7] gg.minion.MinionShutdownHook:run(21): Shutdown hook called. ...and it appears that we get the same error if I move aside my ~/.minion folder. Last edited by mro999 : 06/07/23 at 08:11 AM. |
|
07/26/23, 09:36 PM | #4 | |
Join Date: Jul 2023
Posts: 2
|
I'm seeing the same thing under the most recent developer beta:
Code:
ProductName: macOS ProductVersion: 14.0 BuildVersion: 23A5301g Code:
INFO 2023-07-26 23:27:03,999 [JavaFX Application Thread] gg.minion.Minion:start(43): Attempting to start Minion... INFO 2023-07-26 23:27:04,445 [JavaFX Application Thread] gg.minion.util.ConfigurationManager:loadConfig(1192): Configuration file does not exist. Creating ... INFO 2023-07-26 23:27:04,505 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(127): os.name=Mac OS X INFO 2023-07-26 23:27:04,505 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(128): os.version=10.16 INFO 2023-07-26 23:27:04,505 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(129): os.arch=x86_64 INFO 2023-07-26 23:27:04,505 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(130): java.runtime.version=1.8.0_92-b14 INFO 2023-07-26 23:27:04,505 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(131): java.class.path=/Applications/Minion.app/Contents/Java/Minion-jfx.jar:lib/httpclient-4.5.2.jar:lib/httpcore-4.4.4.jar:lib/commons-logging-1.2.jar:lib/commons-codec-1.9.jar:lib/commons-configuration-1.10.jar:lib/commons-lang-2.6.jar:lib/commons-jxpath-1.3.jar:lib/commons-collections-3.2.2.jar:lib/jackson-mapper-asl-1.9.13.jar:lib/jackson-core-asl-1.9.13.jar:lib/junrar-0.7.jar:lib/commons-logging-api-1.1.jar:lib/commons-vfs2-2.0.jar:lib/maven-scm-api-1.4.jar:lib/plexus-utils-1.5.6.jar:lib/maven-scm-provider-svnexe-1.4.jar:lib/maven-scm-provider-svn-commons-1.4.jar:lib/regexp-1.3.jar:lib/kefirbb-1.1.jar:lib/commons-io-2.4.jar:lib/jsr305-3.0.1.jar:lib/junique-1.0.4.jar:lib/jregex-1.2_01.jar:lib/controlsfx-8.40.11.jar:lib/log4j-api-2.6.2.jar:lib/log4j-core-2.6.2.jar INFO 2023-07-26 23:27:04,505 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(132): java.library.path=/Applications/Minion.app/Contents/Java:/Applications/Minion.app/Contents/MacOS INFO 2023-07-26 23:27:04,506 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(133): user.language=en INFO 2023-07-26 23:27:04,506 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(134): user.home=/Users/daniel DEBUG 2023-07-26 23:27:06,306 [JavaFX Application Thread] gg.minion.controller.MinionController:initWindowControls(504): Controls initialized. DEBUG 2023-07-26 23:27:06,308 [JavaFX Application Thread] gg.minion.util.FeedClient:checkNetworkConnections(106): Starting network check ... DEBUG 2023-07-26 23:27:06,309 [JavaFX Application Thread] gg.minion.util.FeedClient:getRoutePlanner(61): System Default Http Proxy. DEBUG 2023-07-26 23:27:06,769 [Thread-9] gg.minion.util.FeedClient:run(159): Ping Status for http://api.mmoui.com/: 200 DEBUG 2023-07-26 23:27:06,788 [Thread-10] gg.minion.util.FeedClient:run(159): Ping Status for http://cdn.mmoui.com/: 200 DEBUG 2023-07-26 23:27:07,339 [JavaFX Application Thread] gg.minion.controller.MinionController:open(311): Starting new Minion instance. ERROR 2023-07-26 23:27:07,561 [JavaFX Application Thread] gg.minion.controller.MinionController:<init>(147): Catching javafx.fxml.LoadException: file:/Applications/Minion.app/Contents/Java/Minion-jfx.jar!/gg/minion/fxml/Minion.fxml at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2571) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441) at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409) at gg.minion.controller.MinionController.<init>(MinionController.java:145) at gg.minion.Minion.start(Minion.java:64) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) Caused by: 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.reflec*****thod.invoke(Method.java:498) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflec*****thod.invoke(Method.java:498) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2566) ... 10 more Caused by: java.lang.ExceptionInInitializerError at java.awt.SystemTray.isSupported(SystemTray.java:219) at gg.minion.controller.MinionController.open(MinionController.java:312) at gg.minion.controller.MinionController.bootMinion(MinionController.java:198) at gg.minion.controller.MinionController.initLogin(MinionController.java:253) at gg.minion.controller.MinionController.initialize(MinionController.java:174) ... 20 more Caused by: java.lang.RuntimeException: Non-Java exception raised, not handled! (Original problem: Invalid parameter not satisfying: index < [_itemArray count]) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1086) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1845) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at java.awt.Toolkit$3.run(Toolkit.java:1636) at java.awt.Toolkit$3.run(Toolkit.java:1634) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Toolkit.java:1633) at java.awt.Toolkit.<clinit>(Toolkit.java:1668) ... 25 more DEBUG 2023-07-26 23:27:07,647 [JavaFX Application Thread] gg.minion.Minion:stop(98): Close called. DEBUG 2023-07-26 23:27:07,648 [Thread-7] gg.minion.MinionShutdownHook:run(21): Shutdown hook called. Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <minion> <config-version>2</config-version> <version>3.0.5</version> <build>b514d8b5e7d5506eb98a93a8e06d57cc34f31c9e</build> <libs-build>81fcfa6cd281365b8e6c40c51e2fc931caf4101d</libs-build> <client> <concurrent-updates>2</concurrent-updates> <game-scan-depth>4</game-scan-depth> </client> <user> <ga-user-id>a5db4c96-16bb-4a96-92d9-c55c71a0156c</ga-user-id> </user> </minion> |
|
08/21/23, 03:40 PM | #5 | ||
Join Date: Jul 2023
Posts: 2
|
|
||
10/05/23, 11:47 AM | #6 | |
Join Date: May 2017
Posts: 7
|
Minion runs on macOS 14 ("Sonoma") by using the "Minion by JAVA" method outlined in the Troubleshooting guide.
Using the steps below I got it to run on my M1.
EDIT: I did not clean out my ~/.minion folder or any config files. And Minion was working just fine on macOS 13.x without any extra steps needed. Last edited by dan_el2 : 10/05/23 at 11:54 AM. |
|
10/06/23, 10:04 AM | #7 | |
Code:
DEBUG 2023-10-06 18:02:23,079 [JavaFX Application Thread] gg.minion.controller.MinionController:open(311): Starting new Minion instance. 2023-10-06 18:02:23.087 java[3546:256715] *** Assertion failure in -[NSMenu itemAtIndex:], NSMenu.m:1435 ERROR 2023-10-06 18:02:23,087 [JavaFX Application Thread] gg.minion.controller.MinionController:<init>(147): Catching javafx.fxml.LoadException: file:/Applications/Minion.app/Contents/Java/Minion-jfx.jar!/gg/minion/fxml/Minion.fxml at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2571) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441) at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409) at gg.minion.controller.MinionController.<init>(MinionController.java:145) at gg.minion.Minion.start(Minion.java:64) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$161(LauncherImpl.java:863) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) Caused by: 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.reflec*****thod.invoke(Method.java:498) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflec*****thod.invoke(Method.java:498) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2566) ... 10 more Caused by: java.lang.ExceptionInInitializerError at java.awt.SystemTray.isSupported(SystemTray.java:219) at gg.minion.controller.MinionController.open(MinionController.java:312) at gg.minion.controller.MinionController.bootMinion(MinionController.java:198) at gg.minion.controller.MinionController.initLogin(MinionController.java:253) at gg.minion.controller.MinionController.initialize(MinionController.java:174) ... 20 more Caused by: java.lang.RuntimeException: Non-Java exception raised, not handled! (Original problem: Invalid parameter not satisfying: index < [_itemArray count]) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1086) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1845) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at java.awt.Toolkit$3.run(Toolkit.java:1636) at java.awt.Toolkit$3.run(Toolkit.java:1634) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Toolkit.java:1633) at java.awt.Toolkit.<clinit>(Toolkit.java:1668) ... 25 more Exception in Application start method DEBUG 2023-10-06 18:02:23,109 [JavaFX Application Thread] gg.minion.Minion:stop(98): Close called. 2023-10-06 18:02:23,110 pool-2-thread-1 DEBUG Stopping LoggerContext[name=3d4eac69, org.apache.logging.log4j.core.LoggerContext@62eea482] DEBUG 2023-10-06 18:02:23,110 [Thread-7] gg.minion.MinionShutdownHook:run(21): Shutdown hook called. 2023-10-06 18:02:23,110 pool-2-thread-1 DEBUG Stopping LoggerContext[name=3d4eac69, org.apache.logging.log4j.core.LoggerContext@62eea482]... 2023-10-06 18:02:23,111 pool-2-thread-1 DEBUG Shutting down OutputStreamManager SYSTEM_OUT.false.false 2023-10-06 18:02:23,111 pool-2-thread-1 DEBUG Shutting down OutputStreamManager SYSTEM_OUT.false.false-3 2023-10-06 18:02:23,111 pool-2-thread-1 DEBUG Shutting down FileManager /Users/edem/.minion/minion.log 2023-10-06 18:02:23,112 pool-2-thread-1 DEBUG Stopped XmlConfiguration[location=jar:file:/Applications/Minion.app/Contents/Java/Minion-jfx.jar!/log4j2.xml] OK 2023-10-06 18:02:23,112 pool-2-thread-1 DEBUG Stopped LoggerContext[name=3d4eac69, org.apache.logging.log4j.core.LoggerContext@62eea482]... |
||
10/06/23, 03:02 PM | #8 | |
Join Date: May 2017
Posts: 7
|
Hm, working for me on my M1. I see some errors in Terminal when running "java -jar /Applications/Minion.app/Contents/Java/Minion-jfx.jar" to launch Minion but the App starts up fine (the Dock icon is a folder icon instead of the regular Minion App icon though)
I am not able to launch Minion by double clicking the Minion.app, only the Java method works for me. What does "java -version" print when you run it in Terminal? Should be something like this: Code:
redacted@Random-MBP ~ % java -version java version "1.8.0_381" Java(TM) SE Runtime Environment (build 1.8.0_381-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.381-b09, mixed mode) Last edited by dan_el2 : 10/06/23 at 03:14 PM. |
|
10/06/23, 09:44 PM | #9 | |
Join Date: Oct 2023
Posts: 2
|
Minion stopped working on MacOS Sonoma :(
I have the same problems described here and using the above methods launching via java did not work...
|
|
10/07/23, 01:32 AM | #10 | ||
Join Date: May 2017
Posts: 7
|
My device: M1 Pro MacBook running macOS 14.0 The steps:
If Minion won't run on your machine after following the steps above then you can still attach your minion.log file here. Otherwise I am at a loss. Hope this helps. |
||
10/07/23, 05:10 PM | #11 | |
Join Date: Oct 2023
Posts: 2
|
It worked!!!
Thank you so much for this detailed explanation! It worked! Still have to launch minion via terminal from now, but I'm setting up an Alfred automation to run the terminal script via a shortcut so not much trouble. Hope the developers would update the app to work normally soon
|
|
10/08/23, 01:55 AM | #12 | ||
Join Date: May 2017
Posts: 7
|
|
||
10/14/23, 04:58 AM | #13 | |
Join Date: May 2022
Posts: 1
|
Shortcut
i created a shortcut that does it for me atlest.
but minion and java ARM x64 must be installed to get it to work. Minion Shortcut |
|
10/15/23, 10:17 AM | #14 | ||
Join Date: Mar 2022
Posts: 1
|
|
||
10/15/23, 10:28 AM | #15 | ||
Join Date: May 2017
Posts: 7
|
Glad to hear it! |
||
10/24/23, 12:50 PM | #16 | |
Join Date: Oct 2023
Posts: 1
|
I've been having issues ever since updating to Sonoma, and then I found this thread - nothing worked until I used the actual Oracle Java 1.8. So, something to note, you *must* use the Oracle version of Java, otherwise I just got the "main class not found" error when usin Zulu.
|
|
11/04/23, 07:29 PM | #17 |
|
Nothing in this thread works for me on the latest Sonoma 14.1. I had to boot up Minion on a Windows PC, copy over my Mac's Documents\Elder Scrolls Online folder, update addons, then copy the result back to my Mac.
|
11/05/23, 01:45 AM | #18 | ||
Join Date: May 2017
Posts: 7
|
I can confirm it's working on Sonoma 14.1 with Oracle's Java 8 Update 391. |
||
11/05/23, 05:31 AM | #19 | |
Join Date: Nov 2023
Posts: 1
|
Thank you very much, #10 works.
And the shortcut is awesome and very helpful. Is there a reason that there's no updated version of Minion that just works? ^^ |
|
11/05/23, 05:33 AM | #20 | |
|
It turns out that the JAR file available on Minion's website is extremely out of date, and running it actually hurts compatibility with certain JREs on MacOS. The fully patched, latest version of Minion-jfx.jar has much better (but not perfect) compatibility with recent and open source Java runtimes on MacOS, as long as they have a working copy of JavaFX. Before, I was using sdkman to manage JRE installs in my home folder and avoid having a system-level JRE, plus I didn't want to have all the Java applet browser extension and self-updater nonsense that Oracle ships. I still want to run my system without Oracle JRE installed system-wide, so here's what I did: 1. Follow instructions in the previous post (the one you quoted) to install Oracle JRE (grr...), and use it to launch the ancient version of Minion on the website. 2. Minion will start successfully, and ask to patch. Accept the patch/update. This will modify Minion-jfx.jar. As of this writing, the sha256sum of the latest Minion JAR is e0706efb4c039964b6250cdcce6a1cab291d03d8ef270aa1158d22625fe2cca1. If I had a direct download link to this file, we could skip step 1 and 2 entirely, but I didn't bother to get the link yet. 3. Launch the Oracle JRE installer again, and it will give you an option to Remove. Go ahead and get rid of that thing. 4. Go to https://sdkman.io/ and follow instructions to install sdkman in your home folder. 5. Run: sdk install java 11.0.21.fx-librca The above command will install the "Liberica" OpenJDK build, version 11, with JavaFX built-in, into your home directory in the ~/.sdkman folder. Java 11 is still an older runtime, but it is still an LTS, and much newer than Java 8. Besides, the Liberica Java 8 with JavaFX still doesn't work with the patched Minion for some reason, but Java 11 does. I already went through the trouble of testing Java 17 and Java 21 (the two newest LTS releases) with patched Minion. They don't work due to some incompatible change in JavaFX. So the newest LTS version supported seems to be Java 11. When SDKman installs Java, you get an option whether you want to make it your default Java. If you intend to have a newer Java runtime (whether system-wide or from sdkman) as your default, just say "no". 6. If you chose not to make Liberica Java 11 your default Java, run this: sdk use java 11.0.21.fx-librca This will temporarily make your current shell use Liberica Java 11. 7. Now just run: java -jar Minion-jfx.jar This will start up Minion and it will work normally without generating any exceptions. In theory, someone could take the latest version of Minion's JAR, the latest version of the Liberica Java 11 runtime with JavaFX, bundle the two together into an app bundle, and provide a direct download that will just work. Another option would be, if Minion ever works with Java version 17 or later, GraalVM can compile a native Mac binary of Minion (no .jar at all!). But these projects would require additional work. |
|
ESOUI » Site Forums » Minion » Minion silently quits after launch on Mac Sonoma |
«
Previous Thread
|
Next Thread
»
|
Thread Tools | |
Display Modes | |
|
|