Thread: Loading....
View Single Post
04/27/14, 07:46 AM   #1
Chlori
Join Date: Apr 2014
Posts: 3
Loading....

Saw this thread http://www.esoui.com/forums/showthread.php?t=1122 and im having the same issue so here is minion.xml

<?xml version="1.0" encoding="UTF-8"?>

-<minion>

<config-version>2</config-version>

<version>2.0.0-SNAPSHOT</version>

<build>ecf4a24aa5f225e936d434f4917fae0492b072fd</build>


-<client>

<concurrent-updates>2</concurrent-updates>

<game-scan-depth>4</game-scan-depth>

</client>


-<user>

<ga-user-id>58fc32cb-09d9-43ec-a2c8-46302e07202e</ga-user-id>

<login-id>[email protected]</login-id>

<access-token>7f1e12618b3e1aef216a1b7ff5df1596efa3e4c3</access-token>

<refresh-token>56f4f257e5de6debf0917df96161953e1c37a6dc</refresh-token>

</user>


-<games>

<game unique-game-id="ESO-1" game-id="ESO" auto-update="false" addon-path="QzpcRG9jdW1lbnRzIGFuZCBTZXR0aW5ncw=="/>

</games>

</minion>

..and minion0.log

<?xml version="1.0" encoding="windows-1252" standalone="no"?>
<!DOCTYPE log SYSTEM "logger.dtd">
<log>
<record>
<date>2014-04-27T14:32:32</date>
<millis>1398605552547</millis>
<sequence>0</sequence>
<logger>com.zam.minion.Minion</logger>
<level>FINE</level>
<class>com.zam.minion.Minion</class>
<method>start</method>
<thread>14</thread>
<message>Font: Font[name=Interstate Mono, family=Interstate Mono, style=Regular, size=20.0]</message>
</record>
<record>
<date>2014-04-27T14:32:33</date>
<millis>1398605553274</millis>
<sequence>1</sequence>
<logger>com.zam.minion.controller.MinionController</logger>
<level>FINE</level>
<class>com.zam.minion.controller.MinionController</class>
<method>initWindowControls</method>
<thread>14</thread>
<message>Controls initialized.</message>
</record>
<record>
<date>2014-04-27T14:32:34</date>
<millis>1398605554333</millis>
<sequence>2</sequence>
<logger>com.zam.minion.controller.MinionController</logger>
<level>FINE</level>
<class>com.zam.minion.controller.MinionController</class>
<method>initBuildAndVersion</method>
<thread>14</thread>
<message>Build: ecf4a24aa5f225e936d434f4917fae0492b072fd</message>
</record>
<record>
<date>2014-04-27T14:32:34</date>
<millis>1398605554334</millis>
<sequence>3</sequence>
<logger>com.zam.minion.controller.MinionController</logger>
<level>FINE</level>
<class>com.zam.minion.controller.MinionController</class>
<method>initBuildAndVersion</method>
<thread>14</thread>
<message>Version: 2.0.0-SNAPSHOT</message>
</record>
<record>
<date>2014-04-27T14:33:16</date>
<millis>1398605596705</millis>
<sequence>4</sequence>
<logger>com.zam.minion.service.AddOnDetectionService</logger>
<level>SEVERE</level>
<class>com.zam.minion.service.AddOnDetectionService</class>
<method>getFilteredDirs</method>
<thread>32</thread>
<exception>
<message>java.nio.file.AccessDeniedException: C:\Documents and Settings</message>
<frame>
<class>sun.nio.fs.WindowsException</class>
<method>translateToIOException</method>
<line>83</line>
</frame>
<frame>
<class>sun.nio.fs.WindowsException</class>
<method>rethrowAsIOException</method>
<line>97</line>
</frame>
<frame>
<class>sun.nio.fs.WindowsException</class>
<method>rethrowAsIOException</method>
<line>102</line>
</frame>
<frame>
<class>sun.nio.fs.WindowsDirectoryStream</class>
<method>&lt;init&gt;</method>
<line>86</line>
</frame>
<frame>
<class>sun.nio.fs.WindowsFileSystemProvider</class>
<method>newDirectoryStream</method>
<line>510</line>
</frame>
<frame>
<class>java.nio.file.Files</class>
<method>newDirectoryStream</method>
<line>543</line>
</frame>
<frame>
<class>com.zam.minion.service.AddOnDetectionService</class>
<method>getFilteredDirs</method>
<line>388</line>
</frame>
<frame>
<class>com.zam.minion.service.AddOnDetectionService</class>
<method>access$200</method>
<line>47</line>
</frame>
<frame>
<class>com.zam.minion.service.AddOnDetectionService$1</class>
<method>call</method>
<line>71</line>
</frame>
<frame>
<class>com.zam.minion.service.AddOnDetectionService$1</class>
<method>call</method>
<line>60</line>
</frame>
<frame>
<class>javafx.concurrent.Task$TaskCallable</class>
<method>call</method>
<line>1259</line>
</frame>
<frame>
<class>java.util.concurrent.FutureTask</class>
<method>run</method>
<line>262</line>
</frame>
<frame>
<class>java.util.concurrent.ThreadPoolExecutor</class>
<method>runWorker</method>
<line>1145</line>
</frame>
<frame>
<class>java.util.concurrent.ThreadPoolExecutor$Worker</class>
<method>run</method>
<line>615</line>
</frame>
<frame>
<class>java.lang.Thread</class>
<method>run</method>
<line>724</line>
</frame>
</exception>
</record>
<record>
<date>2014-04-27T14:33:16</date>
<millis>1398605596720</millis>
<sequence>5</sequence>
<logger>com.zam.minion.controller.MinionController</logger>
<level>SEVERE</level>
<class>com.zam.minion.controller.MinionController$21$1</class>
<method>invalidated</method>
<thread>14</thread>
<message>AddOn Detection failed: java.lang.NullPointerException</message>
</record>
  Reply With Quote