View Single Post
11/02/21, 04:08 AM   #4
Narlong
Join Date: Sep 2021
Posts: 2
Hi,

I get the same exact error.
I've tried to follow the troubleshooting guide (which is a pain, since it actually asks to try opening everything up and re-installing the world), but the situation persists.
The logs don't show any interesting details, they just freeze as found bellow.

Should I try to increase the log level to trace, or is there some way to further investigate why this application doesn't proceed?

Code:
DEBUG 2021-11-02 11:01:16,296 [Thread-9] gg.minion.util.FeedClient:run(159): Ping Status for http://cdn.mmoui.com/: 200
DEBUG 2021-11-02 11:01:16,394 [Thread-8] gg.minion.util.FeedClient:run(159): Ping Status for http://api.mmoui.com/: 200
DEBUG 2021-11-02 11:01:16,836 [JavaFX Application Thread] gg.minion.controller.MinionController:initBuildAndVersion(288): Build: 12dbc95eff5898a64f584a3c697dad987c604af8
DEBUG 2021-11-02 11:01:16,836 [JavaFX Application Thread] gg.minion.controller.MinionController:initBuildAndVersion(289): Version: 3.0.7-SNAPSHOT
DEBUG 2021-11-02 11:01:17,233 [Data Initialization Thread] gg.minion.util.GameManager:addGameConfig(117): Adding new GameConfig: ''World of Warcraft''.
DEBUG 2021-11-02 11:01:17,567 [Data Initialization Thread] gg.minion.util.GameManager:addGameConfig(117): Adding new GameConfig: ''Elder Scrolls Online''.
DEBUG 2021-11-02 11:01:17,595 [JavaFX Application Thread] gg.minion.controller.MinionController:open(300): Starting new Minion instance.
DEBUG 2021-11-02 11:01:26,423 [Data Initialization Thread] gg.minion.util.ProgressManager:lambda$null$1(37): Adding GamInstall ''ESO-1'' to ProgressManager.
DEBUG 2021-11-02 11:01:26,534 [Data Initialization Thread] gg.minion.controller.MinionController:detectGames(688): Skipping scan for ''WOW''.
DEBUG 2021-11-02 11:01:26,534 [Data Initialization Thread] gg.minion.controller.MinionController:detectGames(688): Skipping scan for ''ESO''.
  Reply With Quote