View Single Post
07-20-16, 08:31 AM   #13
OUGHT
A Deviate Faerie Dragon
 
OUGHT's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 16
Nnope.

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<minion>
<config-version>2</config-version>
<version>3.0.4</version>
<build>d088d8ad4307e29064531715002f0f9b73c7a05b</build>
<libs-build>b63f4538ee74377f336d4f636ad7da84f9b5ab53</libs-build>
<client>
        <concurrent-updates>2</concurrent-updates>
        <game-scan-depth>4</game-scan-depth>
    <position height="720.0" width="1210.0" x="100.0" y="100.0"/>
</client>
<user>
<ga-user-id>7ebdc5ba-4c30-46d7-86f4-83cb87209fe2</ga-user-id>
</user>
<game-configs never-ask-about-scanning="true">
<game-config game-id="ESO" scannable="false"/>
<game-config game-id="WOW" scannable="true"/>
</game-configs>
<drive-configs never-ask-about-scanning="true">
<drive-config drive="/" scannable="true"/>
</drive-configs>
<game addon-path="L2hvbWUvb3VnaHQ=" auto-update="false" display-name="World of Warcraft" game-id="WOW" unique-game-id="WOW-1">
</game>
</minion>
Code:
ERROR 2016-07-20 17:29:50,218 [JavaFX Application Thread] gg.minion.controller.MinionController:lambda$null$48(1062): GameDetectionService failed: {} java.lang.NullPointerException
	at gg.minion.plugin.NameFinder.preVisitDirectory(NameFinder.java:82)
	at gg.minion.plugin.NameFinder.preVisitDirectory(NameFinder.java:25)
	at java.nio.file.Files.walkFileTree(Files.java:2677)
	at gg.minion.plugin.WOWPlugin.process(WOWPlugin.java:82)
	at gg.minion.service.GameDetectionService$1.call(GameDetectionService.java:30)
	at gg.minion.service.GameDetectionService$1.call(GameDetectionService.java:26)
	at javafx.concurrent.Task$TaskCallable.call(Task.java:1423)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at javafx.concurrent.Service.lambda$null$492(Service.java:725)
	at java.security.AccessController.doPrivileged(Native Method)
	at javafx.concurrent.Service.lambda$executeTask$493(Service.java:724)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
__________________
The Mary Sue is not defined by her power, but by her lack of an even more powerful opponent. ©LessWrong
  Reply With Quote