Thread Tools Display Modes
10/30/14, 03:11 PM   #1
BlackBear
 
BlackBear's Avatar
Join Date: Feb 2014
Posts: 27
MINION stuck on wow loading

[2014-10-30 21:50:41.INFO com.zam.minion.Minion logSystemInformation **********************************************************************
[2014-10-30 21:50:59.INFO com.zam.minion.Minion logSystemInformation * os.name=Windows 7
[2014-10-30 21:50:59.INFO com.zam.minion.Minion logSystemInformation * os.version=6.1
[2014-10-30 21:50:59.INFO com.zam.minion.Minion logSystemInformation * os.arch=amd64
[2014-10-30 21:50:59.INFO com.zam.minion.Minion logSystemInformation * java.runtime.version=1.7.0_40-b43
[2014-10-30 21:50:59.INFO com.zam.minion.Minion logSystemInformation * java.class.path=C:\Users\BBC\AppData\Local\Minion\app\Minion-jfx.jar
[2014-10-30 21:50:59.INFO com.zam.minion.Minion logSystemInformation * java.library.path=C:\Users\BBC\AppData\Local\Minion\app\
[2014-10-30 21:50:59.INFO com.zam.minion.Minion logSystemInformation * user.language=da
[2014-10-30 21:50:59.INFO com.zam.minion.Minion logSystemInformation * user.home=C:\Users\BBC
[2014-10-30 21:50:59.INFO com.zam.minion.Minion logSystemInformation * Documents Directory=Documents
[2014-10-30 21:50:59.INFO com.zam.minion.Minion logSystemInformation **********************************************************************
[2014-10-30 21:50:59.INFO com.zam.minion.Minion enumerateDrives Enumerating Drives:
[2014-10-30 21:51:00.INFO com.zam.minion.Minion enumerateDrives : NTFS
[2014-10-30 21:51:00.INFO com.zam.minion.Minion enumerateDrives : NTFS
[2014-10-30 21:51:00.INFO com.zam.minion.Minion enumerateDrives YUGI_POC_YUGI: CDFS
[2014-10-30 21:51:01.INFO com.zam.minion.Minion enumerateDrives Desktop:
[2014-10-30 21:51:05.FINE com.zam.minion.Minion start Font: null
[2014-10-30 21:51:08.FINE com.zam.minion.controller.MinionController initWindowControls Controls initialized.
[2014-10-30 21:51:08.FINE com.zam.minion.util.FeedClient checkNetworkConnections Starting network check ...
[2014-10-30 21:51:08.FINE com.zam.minion.util.FeedClient getRoutePlanner System Default Http Proxy.
[2014-10-30 21:51:08.FINE com.zam.minion.util.FeedClient$HeadThread run Ping Status for http://cdn.mmoui.com/: 200
[2014-10-30 21:51:08.FINE com.zam.minion.util.FeedClient$HeadThread run Ping Status for http://api.mmoui.com/: 200
[2014-10-30 21:51:10.FINE com.zam.minion.controller.MinionController initBuildAndVersion Build: 5301f19c2a83d870393a28eb91242540375ffd3c
[2014-10-30 21:51:10.FINE com.zam.minion.controller.MinionController initBuildAndVersion Version: 2.0.0-SNAPSHOT
[2014-10-30 21:51:10.FINE com.zam.minion.Minion start Position X: 100 Y: 0 W: 1440 H: 760
[2014-10-30 21:51:10.SEVERE com.zam.minion.util.ConfigurationManager setPosition null
org.apache.commons.configuration.ConfigurationException: Unable to save to file C:\Users\BBC\.minion\minion.xml
at org.apache.commons.configuration.DefaultFileSystem.getOutputStream(DefaultFileSystem.java:143)
at org.apache.commons.configuration.DefaultFileSystem.getOutputStream(DefaultFileSystem.java:98)
at org.apache.commons.configuration.AbstractFileConfiguration.save(AbstractFileConfiguration.java:473)
at org.apache.commons.configuration.AbstractFileConfiguration.save(AbstractFileConfiguration.java:414)
at org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.save(AbstractHierarchicalFileConfiguration.java:214)
at com.zam.minion.util.ConfigurationManager.setPosition(ConfigurationManager.java:154)
at com.zam.minion.controller.MinionController$ResizeListener.changed(MinionController.java:802)
at com.zam.minion.controller.MinionController$ResizeListener.changed(MinionController.java:799)
at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:196)
at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:100)
at javafx.beans.property.ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent(ReadOnlyDoubleWrapper.java:196)
at javafx.beans.property.ReadOnlyDoubleWrapper.fireValueChangedEvent(ReadOnlyDoubleWrapper.java:162)
at javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:130)
at javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:163)
at javafx.stage.Window.setWidth(Window.java:299)
at com.zam.minion.Minion.start(Minion.java:79)
at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:216)
at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:176)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:176)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:17)
at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:67)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.io.FileNotFoundException: C:\Users\BBC\.minion\minion.xml (Den ønskede handling kan ikke udføres på en fil med en åben brugersektion)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
at java.io.FileOutputStream.<init>(FileOutputStream.java:171)
at org.apache.commons.configuration.DefaultFileSystem.getOutputStream(DefaultFileSystem.java:139)
... 26 more

[2014-10-30 21:51:10.SEVERE com.zam.minion.util.ConfigurationManager setPosition null
org.apache.commons.configuration.ConfigurationException: Unable to save to file C:\Users\BBC\.minion\minion.xml
at org.apache.commons.configuration.DefaultFileSystem.getOutputStream(DefaultFileSystem.java:143)
at org.apache.commons.configuration.DefaultFileSystem.getOutputStream(DefaultFileSystem.java:98)
at org.apache.commons.configuration.AbstractFileConfiguration.save(AbstractFileConfiguration.java:473)
at org.apache.commons.configuration.AbstractFileConfiguration.save(AbstractFileConfiguration.java:414)
at org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.save(AbstractHierarchicalFileConfiguration.java:214)
at com.zam.minion.util.ConfigurationManager.setPosition(ConfigurationManager.java:154)
at com.zam.minion.controller.MinionController$ResizeListener.changed(MinionController.java:802)
at com.zam.minion.controller.MinionController$ResizeListener.changed(MinionController.java:799)
at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:196)
at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:100)
at javafx.beans.property.ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent(ReadOnlyDoubleWrapper.java:196)
at javafx.beans.property.ReadOnlyDoubleWrapper.fireValueChangedEvent(ReadOnlyDoubleWrapper.java:162)
at javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:130)
at javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:163)
at javafx.stage.Window.setHeight(Window.java:324)
at com.zam.minion.Minion.start(Minion.java:80)
at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:216)
at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:176)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:176)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:17)
at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:67)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.io.FileNotFoundException: C:\Users\BBC\.minion\minion.xml (Den ønskede handling kan ikke udføres på en fil med en åben brugersektion)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
at java.io.FileOutputStream.<init>(FileOutputStream.java:171)
at org.apache.commons.configuration.DefaultFileSystem.getOutputStream(DefaultFileSystem.java:139)
... 26 more

[2014-10-30 22:08:09.FINE com.zam.minion.controller.MinionController$13 run Starting new Minion instance.


*The last part is after I deleted XML-document to reset settings. Still stuck on loading.*


XML LOG:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<minion>
<config-version>2</config-version>
<version>2.0.0-SNAPSHOT</version>
<build>5301f19c2a83d870393a28eb91242540375ffd3c</build>
<client>
<concurrent-updates>2</concurrent-updates>
<game-scan-depth>4</game-scan-depth>
<position height="688.0" width="1204.0" x="100.0" y="0.0"/>
</client>
<user>
<ga-user-id>227b0b09-001c-434d-84c5-86bc0d6c4f24</ga-user-id>
<login-id>[email protected]</login-id>
</user>
</minion>
  Reply With Quote
10/30/14, 04:11 PM   #2
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,278
Looking at the log you posted minion is having trouble writing to the config file.

Code:
Unable to save to file C:\Users\BBC\.minion\minion.xml file.

and all the errors after that line are because Minion can't write to that file.

Can you try deleting that file and restart Minion? If that doesnt fix it please post your new log.

Thanks.
  Reply With Quote
02/23/15, 12:02 PM   #3
BlackBear
 
BlackBear's Avatar
Join Date: Feb 2014
Posts: 27
Hi

Thank you
Unfortunately it did not work.

It is weird it wont even pop up with loading screen now. I can run multiple instances of it and see it on my process tree but nothing shows up .

And now there is no xml file
  Reply With Quote

ESOUI » Site Forums » Minion » MINION stuck on wow loading

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