View Single Post
09-05-19, 07:35 PM   #1
lsih
A Kobold Labourer
Join Date: Sep 2019
Posts: 1
No respond when "Detecting WOW-4 AddOns"

No respond when "Detecting WOW-4 AddOns". There is a log error below.

ERROR 2019-09-06 09:33:45,786 [JavaFX Application Thread] gg.minion.controller.MinionController:lambda$null$50(1077): AddOn Detection failed: {} java.lang.IndexOutOfBoundsException: Index: 0
at java.util.Collections$EmptyList.get(Collections.java:4454)
at gg.minion.util.ConfigurationManager.getAddOnMD5(ConfigurationManager.java:928)
at gg.minion.service.AddOnDetectionService.checkSavedVersions(AddOnDetectionService.java:130)
at gg.minion.service.AddOnDetectionService.access$200(AddOnDetectionService.java:51)
at gg.minion.service.AddOnDetectionService$1.call(AddOnDetectionService.java:75)
at gg.minion.service.AddOnDetectionService$1.call(AddOnDetectionService.java:64)
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)
  Reply With Quote