View Single Post
05/07/24, 03:20 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,032
Hi,

please read the sticky troubleshooting guide, it contains helps too:


Especially allow Minion explitily in your antivirus tools, and provide it access to your c:\users\user\appdata folder where Minion is installed + your c:\users\user\documents\elder scrolls online\live\AddOns folder too!


Edit:
After looking at your log file it started erroring on 23rd April already:
Code:
ERROR 2024-04-23 15:14:02,132 [Thread-21] gg.minion.Minion:uncaughtException(104): Uncaught exception: java.util.ConcurrentModificationException
	at java.util.HashMap$Ha****erator.nextNode(HashMap.java:1469)
	at java.util.HashMap$KeyIterator.next(HashMap.java:1493)
	at com.sun.javafx.collections.ObservableSetWrapper$1.next(ObservableSetWrapper.java:219)
	at java.util.Iterator.forEachRemaining(Iterator.java:116)
	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
	at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
	at gg.minion.controller.InstalledPane.lambda$search$21(InstalledPane.java:332)
	at java.lang.Thread.run(Thread.java:750)
Not sure though what that error means, sorry. A java developer needs to tell us that.

Last edited by Baertram : 05/07/24 at 03:27 AM.
  Reply With Quote