Thread Tools Display Modes
08/31/14, 09:00 AM   #1
Callads
Join Date: Aug 2014
Posts: 7
Minion does not start - no message (Win 7)

Hi,

i have minion installed on my laptop with Windows 8, and it runs without problems.
Now i wanted to use it with my desktop PC. OS is Windows 7 64 bit.

When i try to start it, it just does not launch - no error messages, nothing.
The minion.exe appears in the processes tab at the task manager.

Things i tried allready:
- Redownloaded several times
- Installed in default location and other locations
- Uninstalled all java on my PC and reinstalled the latest Java 7 Update 67
- Uninstalled Visual C++ 2010, and reinstalled it with the Minion Installation
- Run as admin and all compability modes
- Tried to run through Minion-jfx.jar

Any tips, what could cause this, or what else i could try?
Thanks in advance for any help.

Edit: i tried to post the log and xml files. But it seems there is no .minion folder under C:/users/<name>/

Last edited by Callads : 08/31/14 at 09:19 AM.
  Reply With Quote
08/31/14, 10:30 AM   #2
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Hi Callads,

What security/malware/virus software are you running? Sounds like something might be trying to stop it from loading possibly?

If you have the JDK installed on your system what error do you get if you open a command line and type this (assuming you have Minion installed in the default location)?

Java -jar C:\Users\<your windows username>\AppData\Local\Minion\app\Minion-jfx.jar

Last edited by Dolby : 08/31/14 at 10:36 AM.
  Reply With Quote
09/01/14, 12:50 AM   #3
Callads
Join Date: Aug 2014
Posts: 7
Hi Dolby,

i had Spybot -Search and Destroy as well as Malwarebytes Anti Malware installed. But i uninstalled it for now.

I installed Minion again in default location and downloaded jdk.

I get the following answer with Java -jar C:\Users\<your windows username>\AppData\Local\Minion\app\Minion-jfx.jar:

Code:
C:\>java -jar C:\Users\Doemi\AppData\Local\Minion\app\Minion-jfx.jar
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion logSystemInformation
INFORMATION: *******************************************************************
***
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion logSystemInformation
INFORMATION: * os.name=Windows 7
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion logSystemInformation
INFORMATION: * os.version=6.1
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion logSystemInformation
INFORMATION: * os.arch=amd64
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion logSystemInformation
INFORMATION: * java.runtime.version=1.8.0_20-b26
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion logSystemInformation
INFORMATION: * java.class.path=C:\Users\Doemi\AppData\Local\Minion\app\Minion-jfx.jar
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion logSystemInformation
INFORMATION: * java.library.path=C:\ProgramData\Oracle\Java\javapath;C:\Windows\
Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;%CommonProgramFiles%\Micr
osoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbe
m;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Common Files\Micr
osoft Shared\Windows Live;.
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion logSystemInformation
INFORMATION: * user.language=de
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion logSystemInformation
INFORMATION: * user.home=C:\Users\Doemi
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion logSystemInformation
INFORMATION: * Documents Directory=Documents
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion logSystemInformation
INFORMATION: *******************************************************************
***
Sep 01, 2014 8:43:49 AM com.zam.minion.Minion start
FEIN: Font: Font[name=Interstate Mono, family=Interstate Mono, style=Regular, si
ze=20.0]
Sep 01, 2014 8:43:50 AM com.zam.minion.Minion start
SCHWERWIEGEND: javafx.fxml.LoadException:
file:/C:/Users/Doemi/AppData/Local/Minion/app/Minion-jfx.jar!/com/zam/minion/fxm
l/Minion.fxml:121
Now i also have the .minion folder, so i also added the 2 files.


Thanks again.
Attached Files
File Type: xml minion.xml (408 Bytes, 615 views)
File Type: log minion0.log (4.8 KB, 617 views)
  Reply With Quote
09/02/14, 04:22 AM   #4
Callads
Join Date: Aug 2014
Posts: 7
I dont know if that helps, but today i also tried Minion2.0.12-alpha and Minion2.0.9a-beta.
With both these versions i get the JavaFX Launcher Error.
With version 2.0.11b-beta still the same problem as described above.
  Reply With Quote
09/02/14, 10:25 AM   #5
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Although Minion should run on its own version of Java because it runs inside a JVM there might be an issue when launching it using the java -jar with your installed version of "java.runtime.version=1.8.0_20-b26". The error it is showing is fairly strange as its pointing to some xml that is commented out so that points me to an issue with launching it with java 1.8.

What happens if you un-install all versions of java on your system (there can be more than one install) and try to launch Minion? I am wondering if some how the current installed version of java on your system is having some sort of effect? Minion is packaged with its own Java 1.7 that the Java Virtual Machine should run.

I've also seen where some systems although 64bit force java to run at 32bit. So you could try downloading and installing the 32bit version. The link should be under the big green download button for 32bit.

The alpha version will not fix your issue, that is for people that have a messed up localhost.

Last edited by Dolby : 09/02/14 at 10:28 AM.
  Reply With Quote
09/02/14, 11:19 AM   #6
Callads
Join Date: Aug 2014
Posts: 7
I now completely uninstalled Java from my machine and tried both (32 and 64 bit) versions of minion.
For the 32 bit version i had to install Visual C++ 2010 32 bit, because of a msvcr100.dll file missing.
Unfortunately its still the same for both: Minion doesnt start, no error message, minion.exe under processes.
  Reply With Quote
09/02/14, 11:23 AM   #7
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Just to make sure java is completely removed, what happens when you type "java -version" in a command prompt?

Also what language is the OS running in? Is it different from the language on the system Minion is currently working on?
  Reply With Quote
09/02/14, 11:58 PM   #8
Callads
Join Date: Aug 2014
Posts: 7
The language of the OS of both systems is german.

When i type java -version, it says the command "java" could not be found.
  Reply With Quote
09/09/14, 12:14 AM   #9
Callads
Join Date: Aug 2014
Posts: 7
Is there nothing else i could try? It still doesnt work
  Reply With Quote
09/09/14, 12:47 AM   #10
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
It looks like somerthing is blocking the exe from launching the JVM and I'm not sure what it is. The Minion.exe starts a java virtual machine with java 1.7_40 and something is stopping that.

I can't tell what it is because when you ran the above command line you had Java8 installed (java.runtime.version=1.8.0_20-b26 == java8) and Minion is currently not compatible with Java8. If you can install Java7 and make sure its 1.7_(whatever is latest) then run the above command again and paste the output here it might give me some idea.

Last edited by Dolby : 09/09/14 at 12:52 AM.
  Reply With Quote
03/17/15, 01:41 AM   #11
Callads
Join Date: Aug 2014
Posts: 7
Hi, i just wanted to tell you, that i can use minion now since the last version.
So whatever you changed there fixed that error for me.
Thanks for the work!
  Reply With Quote
03/17/15, 12:50 PM   #12
Spiritwind
Join Date: Mar 2015
Posts: 1
Having this problem now as well. Installed Minion last night and it was working just fine. Got on and launched it this morning, and nothing. Won't pop up with anything, but it does show it running under processes in task manager. Am on the latest version and have tried everything I can think of.
Running Avast, and have tried a clean reinstall with avast disabled. Nothing...
Am on the latest verison 2.1.4 Beta.
If you need any information, feel more than welcome to ask!
  Reply With Quote
03/17/15, 12:59 PM   #13
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
We are having server troubles at the moment which is causing Minion to hang before it loads fully. http://www.esoui.com/forums/showthread.php?t=4446

It's a problem with our servers for Minion, we are working to get that repaired asap.

Last edited by Dolby : 03/17/15 at 01:05 PM.
  Reply With Quote
03/17/15, 01:02 PM   #14
Te'Vesh
Join Date: Mar 2015
Posts: 1
me too

I opened Minion with no problems yesterday and now I'm having the same issue these guys are having. I've also tried removing minion and reinstalling multiple times. I'm going to try a few more things then edit if it worked or not.

(edit)
Ah, you posted just before I restarted my computer. Will wait for an update before trying to "fix" it on my side, thank you for the update.

Last edited by Te'Vesh : 03/17/15 at 01:07 PM. Reason: Correction
  Reply With Quote
03/17/15, 01:34 PM   #15
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
The issue with our servers has been fixed, please try starting Minion now.

If you are on windows you may need to open your task manager, go to processes and end processes on Minion.exe. Then start Minion again.
  Reply With Quote
06/05/16, 02:36 PM   #16
Didz
 
Didz's Avatar
Join Date: May 2016
Posts: 22
Still getting this problem.

It was fine two days ago, but now it just ignores any attempt to start it.

++++
Ok! I've just made the situation even worse.

In a fit of desperation I decided to uninstall Minion and reinstall it from scratch. Bad idea.....it uninstalled but now it refuses to install claiming that it can't delete some mysterious files that it doesn't name. So, I now have no Minon at all.

Last edited by Didz : 06/05/16 at 02:56 PM.
  Reply With Quote
06/06/16, 06:41 AM   #17
Didz
 
Didz's Avatar
Join Date: May 2016
Posts: 22
Ok! Slight progress and perhaps a for someone tech-savvy who will know WTF is causing this problem.

Slight progress: I managed yesterday to get the 32 bit version of Minion to install. Having uninstalled the original version which had stopped working, but only by changing the default installation folder from /user/appdata (which makes no sense on a Win7 PC anyway) to the more traditional /Programme Files/Minion location.

So, Minion is back on my PC. However, it still refuses to load. You can click it till the cows come home and it just ignores you.

However, in another fit of frustration I decided to to try and re-install the programme again/ I thought perhaps the previous installation was corrupted in some way. And it began the installation normally but then complained that there were other applications running which it needed to close in order to instal Minion.

Interestingly, what it listed were about a dozen instances of a programme called 'Minion' which it claimed were already running on my PC and could not be closed down. So, it seems that my frantic button bashing was actually launching Minion and it was running multiple times on my PC, but for some reason none of these instance reached the point in the installation process where they acknowledged that they were in fact 'running'.

To me this suggests that something is blocking Minions access to the internet database that allows it to determine which addons need updating, and that's why it never finishes its load process.

+++++
P.S. Another clue for the tech-savvy. I was checking my Personal Firewall settings, just in case something there was blocking Minion from connecting to its data sources, although these have not been changed in years and Minion was working perfectly prior to its last update. What i discovered was that according to my Network Security Tool Minion has an open TCP protocol connection , which is 'Listening' for a response, and presumably not getting one from the Remote IP.

This despite there being no visible evidence on my PC that Minion is even running.

Last edited by Didz : 06/06/16 at 06:57 AM.
  Reply With Quote
06/06/16, 08:41 AM   #18
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Is Minion creating a minion.xml or minion.log under the .minion folder located in your windows user account folder? C:\Users\<username>\.minion\

If not, does your windows user folder contain any non-english characters? If you do have those files can you post them here?
  Reply With Quote
06/06/16, 09:55 AM   #19
Didz
 
Didz's Avatar
Join Date: May 2016
Posts: 22
The Minion folder did have a .Minion.xml file in it, but I deleted in line with the advice given in another solution thread.

++++
Managed to recover it from my recycle bin. (see Attached)
Attached Files
File Type: xml minion.xml (466 Bytes, 519 views)

Last edited by Didz : 06/06/16 at 10:00 AM.
  Reply With Quote
06/06/16, 10:15 AM   #20
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Hrm ok, no log file though eh?

Now that you have it installed in the program files directory you may need to right click the Minion icon and choose to run as admin. Java applications prefer the AppData folder but should work in Program files but may need elevated privileges. Make sure you kill any minion tasks in the task manager before you try this.
  Reply With Quote

ESOUI » Site Forums » Minion » Minion does not start - no message (Win 7)

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off