Thread: keeps loading
View Single Post
03/17/14, 03:42 AM   #1
Ardawen
Join Date: Mar 2014
Posts: 9
keeps loading (bug)

Hello my minion keeps loading it says it found the addons, but it will keep loading.

Just wondering if you want to play both elder scrolls, european and american, can the minion handle that or can you only keep addons for one else it will stick with the loading problem?

It would be fine if both is possible.


<?xml version="1.0" encoding="windows-1252" standalone="no"?>
<!DOCTYPE log SYSTEM "logger.dtd">
<log>
<record>
<date>2014-03-17T08:54:26</date>
<millis>1395042866956</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-03-17T08:54:27</date>
<millis>1395042867440</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-03-17T08:54:28</date>
<millis>1395042868436</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: af8b224f2d38e2b82373c31729d155c4ce9feec4</message>
</record>
<record>
<date>2014-03-17T08:54:28</date>
<millis>1395042868436</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-03-17T08:54:29</date>
<millis>1395042869855</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>31</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>381</line>
</frame>
<frame>
<class>com.zam.minion.service.AddOnDetectionService</class>
<method>access$200</method>
<line>46</line>
</frame>
<frame>
<class>com.zam.minion.service.AddOnDetectionService$1</class>
<method>call</method>
<line>70</line>
</frame>
<frame>
<class>com.zam.minion.service.AddOnDetectionService$1</class>
<method>call</method>
<line>59</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-03-17T08:54:29</date>
<millis>1395042869872</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>

Last edited by Ardawen : 03/18/14 at 10:48 PM. Reason: added log
  Reply With Quote