Page 1 of 1

Not responding

Posted: 16 Apr 2019, 20:33
by feature
The GSM will get stuck every time on "Processing World of Warcraft " on scanning games.

Re: Not responding

Posted: 11 May 2019, 16:46
by InsaneMatt
You can configure GameSave Manager to skip scanning for World of Warcraft by using the following commandline:

Code: Select all

gs_mngr_3.exe "/ignore World of Warcraft"
Your issue is likely caused by either a large file count or large files (files hundreds of megabytes in size).

Re: Not responding

Posted: 15 Aug 2022, 13:18
by Phaman
Where do i configure, where do i write "gs_mngr_3.exe "/ignore World of Warcraft""?

Re: Not responding

Posted: 04 Sep 2022, 15:29
by InsaneMatt
There are many ways to implement commandlines, but the easiest for many is probably via "shortcuts".
Simply right-click gs_mngr_3.exe and select Send to -> Desktop (create shortcut). You'll then find a gs_mngr_3.exe - shortcut icon on your desktop.
On said shortcut, right-click and select Properties. Append the following to the end of the Target field's value:

Code: Select all

 "/ignore World of Warcraft"
...make sure there's a space between the existing value and what you're adding! Now just OK out of the dialog to save your changes, then double-click the shortcut to start with the "/ignore" commandline.