View Single Post
10/06/23, 03:02 PM   #8
dan_el2
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)
@Edem: Delete your minion.log file, then start Minion using the Java method, then post the contents of the minion.log file (or attach it). Mine looks quite different than what you posted.

Last edited by dan_el2 : 10/06/23 at 03:14 PM.
  Reply With Quote