View Single Post
01/06/20, 09:12 AM   #21
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
Code:
INFO  2020-01-06 09:27:35,351 [Download Service Thread] gg.minion.util.DownloadManager:lambda$startUpdater$0(127): Download request for Master Merchant
DEBUG 2020-01-06 09:27:35,888 [Thread-26] gg.minion.service.DownloadService:call(90): Install File Mimetype: application/zip
ERROR 2020-01-06 09:27:36,140 [Thread-26] gg.minion.service.DownloadService:call(119): Catching java.io.FileNotFoundException: C:\Users\Dylan\Documents\Elder Scrolls Online\AddOns\Master Merchant 2.2.0.zip (The system cannot find the file specified)
Seems it is Master Merchant for you.
The zip file cannot be found after download.

Did you run Minion as administrator/with priviledged rights?
As there is another error message above telling you "no rights" to open the minion files:
Code:
DEBUG 2020-01-06 09:16:37,378 [Minion Update Thread] gg.minion.controller.ClientUpdateConfirmPane:extract(260): Extracting: C:\Users\Dylan\Documents\Minion\app\Minion-jfx.jar
ERROR 2020-01-06 09:16:37,379 [Minion Update Thread] gg.minion.controller.ClientUpdateConfirmPane:extract(273): Catching java.io.IOException: Access is denied
Add the following folders to your Antivirus (Windows defender e.g.) and Firewall exception/whitelists:

C:\Users\Dylan\Documents\Minion\
C:\Users\Dylan\Documents\Elder Scrolls Online\
  Reply With Quote