View Single Post
12/22/21, 05:28 AM   #16
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
I can repeatably get it to hang on add on detection, then terminate it, restart it and now it shows the addons.
Yeah, this is a known bug also mentioned at the troubleshooting sticky post.

This file filter thing is new to me, never had that happen so far.
The org.apache.commons.io.filefilter.TrueFileFilter should be given within standard java "commonsio.jar" file but it does not seem to find it for you.
From the log it says the classpath used for Minion is:
java.class.path=E:\Program Files\Minion\app\
And the cmmons io would be "lib/commons-io-2.4.jar"
Could you validate that the file is given in your Minion install sub-directories.

Also did you add the Minion install folder to your antivirus/anti malware program's whitelist/exclusion list?
e.g. Windows Defender or Windows updates sometime tend to block access to the application especially if installed to the default install folder,
or as it tries to manipulate files in your users/documents folder.

Last edited by Baertram : 12/22/21 at 05:41 AM.
  Reply With Quote