Page 1 of 1

Some games it takes forever to process on launch, why?

Posted: 30 Apr 2019, 09:03
by MonthOLDpickle
Even if the game isn't installed, but the save file is left over. How do I get to the main screen of GSM? It literally takes minutes to start for me. Its been stuck on one game for 5 minutes. The save file is like 90mb....

****

Still waiting it for to get done processing and actually launch the program and its been hours....help please!

Re: Some games it takes forever to process on launch, why?

Posted: 11 May 2019, 16:50
by InsaneMatt
Large file counts and large files (files that are hundreds of megabytes in size) are the common causes of such hangs.
The UI will hang due to the scanning being done within the UI's "thread". Theoretically, the scan will complete given enough time. Theoretically!

You can configure GameSave Manager to skip scanning of troublesome records by using the /ignore commandline and passing the record's name along side it.
For example:

Code: Select all

gs_mngr_3.exe "/ignore Battlefield 3"
gs_mngr_3.exe "/ignore Minecraft (full)"
gs_mngr_3.exe "/ignore TitleHere"