Page 1 of 1

Game save manager gets stuck during scan

Posted: 06 Jun 2021, 13:59
by Dsdax2019
This started happening a couple of months ago, I open Game save manager, and it starts scanning my system. But when it gets to Minecraft, it freezes. It won't finish the scan, even if I leave it on for a long time, and I've tried it several times without any success. Can somebody please help me?

Re: Game save manager gets stuck during scan

Posted: 21 Jun 2021, 13:36
by InsaneMatt
You can configure GameSave Manager to skip records via the /ignore commandline.
For example:

Code: Select all

gs_mngr_3.exe "/ignore Minecraft (full)"

Re: Game save manager gets stuck during scan

Posted: 21 Jun 2021, 22:36
by Dsdax2019
Thanks!
Where do I type this command?

Re: Game save manager gets stuck during scan

Posted: 25 Jun 2021, 12:51
by InsaneMatt
You can start GameSave Manager with commandlines by one of the following methods...
  1. Use 'Command Prompt'.
    To do this, hold your 'WinKey' on the keyboard and press 'R'. You'll be presented with a 'Run' dialog. In this dialog, enter 'cmd' and press 'Enter' on your keyboard.
    You'll need to type in the following (where 'C:\Program Files (x86)\GameSave Manager v3' is the directory where GameSave Manager is on your system)

    Code: Select all

    "C:\Program Files (x86)\GameSave Manager v3\gs_mngr_3.exe" "/ignore Minecraft (full)"
  2. Use a '.bat' script file.
    To do this, open 'Notepad' and enter the command specified above. Save your file as a '.bat' file-type (you may need to select 'All Files' under the 'Filter' option when saving, remembering to append '.bat' to your filename)
    Double-click your newly created '.bat' script file to execute it
  3. Use a 'shortcut'.
    To do this, right-click drag and drop the 'gs_mngr_3.exe' to another folder and select 'Create shortcuts here'.
    Open the shortcut's properties and append the '"/ignore Minecraft (full)"' commandline to the end of it's 'Target' property (separating the existing value and the newly added with a single space)
    Double-click the shortcut to execute it