Thread Tools Display Modes
08-22-09, 05:07 PM   #1
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Core 2.3.2 update Error

I just tried to update the Minion Core. The process began and I was prompted to restart Minion to complete the update. I chose to restart and recieved an error box.

Here is the text of the error:

Code:
Finding MMOUI Manager...
*** Error While Updating
java.io.FileNotFoundException: minion.jar
com.mmoui.manager.updater.UpdateStatusFrame.main(UpdateStatusFrame.java:184)
What's steps should I take from here to attempt the update?

As a note, Minion still works after the failed update process.
  Reply With Quote
08-22-09, 05:19 PM   #2
Syxx
An Onyxian Warder
 
Syxx's Avatar
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 350
Same here.

Finding MMOUI Manager...
*** Error While Updating
java.io.FileNotFoundException: minion.jar
com.mmoui.manager.updater.UpdateStatusFrame.main(UpdateStatusFrame.java:184)
  Reply With Quote
08-22-09, 05:20 PM   #3
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
This would be typical if your working directory is not properly set. How are you running minion? Are you running it from the desktop shortcut? Have you followed the procedure to correct its working directory?
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote
08-22-09, 05:44 PM   #4
Syxx
An Onyxian Warder
 
Syxx's Avatar
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 350
Originally Posted by Shirik View Post
This would be typical if your working directory is not properly set. How are you running minion? Are you running it from the desktop shortcut? Have you followed the procedure to correct its working directory?
Not sure about the OP but it's running from a desktop shortcut and I'm not sure about what the "working directory" thing is. I looked through the FAQ and probably missed it. I don't follow all the posts on the Minion forums so I had no idea I had to fix it to update.
How do I do this "working directory" fix thing?

Thanks

Last edited by Syxx : 08-22-09 at 05:55 PM.
  Reply With Quote
08-22-09, 05:55 PM   #5
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
I guess it's not in the FAQ for whatever reason.

Right click on the shortcut icon and choose "Properties." In the window that appears, look for a field that says "Working Directory" or "Start In" and fill it in with the location where Minion is installed (such as "C:\Program Files\MMOUI Minion")

Please let me know if this resolves the issue.
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote
08-22-09, 06:05 PM   #6
Syxx
An Onyxian Warder
 
Syxx's Avatar
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 350
That did work to a point.
Now I get this.

Finding MMOUI Manager...
UAC detected. Downloading UAC tool...
Downloading update...
Verifying archive...
Waiting for MMOUI Manager to close...
Finalizing installation...
Failed. Trying to elevate permissions through UAC...
*** Error While Updating
java.io.IOException: Cannot run program "C:\Users\Tristan\AppData\Local\Temp\InstallHelper-6736951039271801687.exe" (in directory "C:\Users\Tristan\AppData\Local\Temp"): CreateProcess error=14001, The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail
java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at com.mmoui.manager.updater.UpdateStatusFrame.main(UpdateStatusFrame.java:257)
  Reply With Quote
08-22-09, 06:10 PM   #7
Thomdril
A Murloc Raider
Join Date: Jul 2009
Posts: 9
I'm getting the same error and with this being a Java "applet", I do not have the normal options to run it as an admin so that I can bypass UAC. I'll keep poking and post back if I find a work around
  Reply With Quote
08-22-09, 06:14 PM   #8
Syxx
An Onyxian Warder
 
Syxx's Avatar
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 350
Originally Posted by Thomdril View Post
I'm getting the same error and with this being a Java "applet", I do not have the normal options to run it as an admin so that I can bypass UAC. I'll keep poking and post back if I find a work around
Yeah I tried giving myself Full control from the security tab but that didn't work probably because I'm stupid but we already know that.
  Reply With Quote
08-22-09, 06:46 PM   #9
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Originally Posted by Shirik View Post
I guess it's not in the FAQ for whatever reason.

Right click on the shortcut icon and choose "Properties." In the window that appears, look for a field that says "Working Directory" or "Start In" and fill it in with the location where Minion is installed (such as "C:\Program Files\MMOUI Minion")

Please let me know if this resolves the issue.
That did the trick with my install. The update went through successfully and Minion restarted without a hitch. Thank you
  Reply With Quote
08-22-09, 06:52 PM   #10
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
Originally Posted by Thomdril View Post
I'm getting the same error and with this being a Java "applet", I do not have the normal options to run it as an admin so that I can bypass UAC. I'll keep poking and post back if I find a work around
UAC is automatically handled. If you are having trouble with it, something else is wrong.

If you're getting the CreateProcess error, I'm not exactly sure why. It's shipped with the appropriate DLLs but I guess Microsoft is taking that control away from me. You can instead follow the instructions in the FAQ regarding this error and install the VC9 redistributable package from Microsoft's site.
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote
08-22-09, 07:06 PM   #11
Syxx
An Onyxian Warder
 
Syxx's Avatar
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 350
Interestingly enough. I have that installed already.
Just to be sure I reinstalled it and tried to update minion again just to be certain.

I still get the exact same error.



  Reply With Quote
08-22-09, 07:15 PM   #12
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
I apologize for not being clear, if this affects you. This is always a 32-bit application being run. You will need the 32-bit redistributable installed.

Is that installed?
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote
08-22-09, 07:23 PM   #13
Syxx
An Onyxian Warder
 
Syxx's Avatar
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 350
Originally Posted by Shirik View Post
I apologize for not being clear, if this affects you. This is always a 32-bit application being run. You will need the 32-bit redistributable installed.

Is that installed?
Ok, the FAQ write up on that error makes it sound as if you should install the version for your OS. So I got a little confused. Apologies.

I just installed the 32-bit version and I do still get the same error. Weird.

Thanks
  Reply With Quote
08-22-09, 07:39 PM   #14
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
I'm out of options, really, at this point. The only workaround I can really tell you right now is to go to http://minion.mmoui.com/packages/minion-2.3.2.jar and replace minion.jar with that. However, this is something that needs to be addressed.

If anyone else can replicate this issue, I would love to hear it.
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote
08-22-09, 07:46 PM   #15
Thomdril
A Murloc Raider
Join Date: Jul 2009
Posts: 9
It certainly is a possibility that it is something else, but...the original 2.3.0 and then 2.3.1 installed perfectly on this system. Thank you for posting the direct link to 2.3.2, I'll go that route. I absolutely LOVE this utility and have had absolutely no other issues with it.

If you want any specifics off my system, let me know and I'll be happy to provide them. 32-bit all the way here...until I get Windows 7 going
  Reply With Quote
08-22-09, 07:54 PM   #16
Syxx
An Onyxian Warder
 
Syxx's Avatar
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 350
LOL I just fixed it.
I edited the security policy for the folder (Not the jar file) for the user account to have full access and it updated perfectly.

/facepalm
  Reply With Quote
08-22-09, 11:13 PM   #17
neenee
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 4
Another option is to run an elevated command prompt (start, type 'cmd', press CTRL+SHIFT+ENTER), navigate to where you installed the Minion and start it by typing 'minion.jar'.
  Reply With Quote
08-23-09, 12:56 AM   #18
Argo007
A Cyclonian
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 40
Ok...i had the same errors.
the first one was solved by setting the working directory.
please be sure to have rights to write in this directory. i have vista 64 installed and i solved the second error bei setting the rights for my user.
__________________
  Reply With Quote
08-23-09, 01:18 AM   #19
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
The second being the CreateProcess error? That should have nothing to do with permissions...
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote
08-23-09, 02:27 AM   #20
ludothegreat
A Murloc Raider
Join Date: Oct 2008
Posts: 5
Changing the security of the directory to allow it full access fixed it for me as well.
  Reply With Quote

WoWInterface » Site Forums » Minion » Archive » Core 2.3.2 update Error

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