View Single Post
04/10/24, 03:02 AM   #10
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,003
Thanks for the info, but this is not correct:
As far as I know, only the Java is working as of this post. All are welcome to refute this.
Minion Windows is working fine for thousands of user too.

Minion MacOS currently got an issue as it seems, but not on all machines/all MacOS versions.


And your HowTo + manual link change to run javaw.exe was described at the troubleshooting guide, below, Java, already:
https://www.esoui.com/forums/showthread.php?t=8082

It just describes it by using
java -jar ~/Documents/Minion3.0.12-java/Minion-jfx.jar
directly, without creating a link.

Code:
If you cannot get the Minion exe (Windows) or dmg (Mac) executable to work you could also install the Java JRE from Sun (Mac/windows/Linux: https://www.java.com/en/download/hel...ptions_de.html)
and download Mionion's Java file (https://www.minion.gg/?download -> Java) and extract it to your documents folder.
Afterwards
run this command
java -jar ~/Documents/Minion3.0.12-java/Minion-jfx.jar
(where ~/Documents/Minion3.0.12-java is the path where you have extracted the Minion Java files to. On Windows this would be e.g. c:\users\yourWindowsUserName\documents\...)
to execute the base Java jar file of Minion, instead of the executable wrapper around it.
I'll add your link idea there.

Last edited by Baertram : 04/10/24 at 03:07 AM.
  Reply With Quote