View Single Post
08/12/16, 05:56 AM   #3
decklar
Join Date: Jun 2016
Posts: 5
Some Progress

Hi Dolby,

Thank for assisting.

I forgot to mention, I rolled back to an old img I had, 3.0.0, for testing. Hence the minion0.log.

Anyways, removed 3.0.0 and reinstalled 3.0.4. Unfortunately when opening via Applications or via terminal produces the same problem and as the app is launched, the execution of the command completes and no error is sent to stdout or stderr.

I get the same result in the log:
INFO 2016-08-12 12:44:52,029 [JavaFX Application Thread] gg.minion.Minion:start(43): Attempting to start Minion...
INFO 2016-08-12 12:44:52,822 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(127): os.name=Mac OS X
INFO 2016-08-12 12:44:52,823 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(128): os.version=10.11.6
INFO 2016-08-12 12:44:52,823 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(129): os.arch=x86_64
INFO 2016-08-12 12:44:52,823 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(130): java.runtime.version=1.8.0_92-b14
INFO 2016-08-12 12:44:52,823 [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.10.jar:lib/log4j-api-2.5.jar:lib/log4j-core-2.5.jar
INFO 2016-08-12 12:44:52,823 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(132): java.library.path=/Applications/Minion.app/Contents/Java:/Applications/Minion.app/Contents/MacOS
INFO 2016-08-12 12:44:52,823 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(133): user.language=en
INFO 2016-08-12 12:44:52,823 [JavaFX Application Thread] gg.minion.Minion:logSystemInformation(134): user.home=me (removed for privacy)
DEBUG 2016-08-12 12:44:55,509 [JavaFX Application Thread] gg.minion.controller.MinionController:initWindowControls(504): Controls initialized.
DEBUG 2016-08-12 12:44:55,512 [JavaFX Application Thread] gg.minion.util.FeedClient:checkNetworkConnections(106): Starting network check ...
DEBUG 2016-08-12 12:44:55,513 [JavaFX Application Thread] gg.minion.util.FeedClient:getRoutePlanner(61): System Default Http Proxy.
DEBUG 2016-08-12 12:44:56,169 [Thread-9] gg.minion.util.FeedClient:run(159): Ping Status for http://api.mmoui.com/: 200
DEBUG 2016-08-12 12:44:56,177 [Thread-10] gg.minion.util.FeedClient:run(159): Ping Status for http://cdn.mmoui.com/: 200
DEBUG 2016-08-12 12:46:11,318 [Thread-7] gg.minion.MinionShutdownHook:run(21): Shutdown hook called.
Note: The shutdown hook is called when I force close

Opening via Java however worked. minion.xml populated with correct addons and settings and the GUI launched.

Closed the GUI and reopened via terminal and Applications only to have the same result. Icon appearing in dock, no window, just menu bar until I need to force close it.

My JDK version is 8u102 (This worked when opening without the bundled JVM)
My JRE is 8u102.
  Reply With Quote