UnityChoiceOfGamesSaveManager icon indicating copy to clipboard operation
UnityChoiceOfGamesSaveManager copied to clipboard

Error IsolatedStorageException. and not detecting a game.

Open overallbit opened this issue 4 months ago • 5 comments

I used it before, it detected 3 games and I could use the Save/Load and Edit just fine. Now when I tried to run it after a long time it gave me this error:

IsolatedStorageException: Could not find a part of the path "C:\Users\UwU\AppData\Roaming\krita\pykrita\krita_diff" System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) System.IO.Directory.GetFiles (System.String path, System.String searchPattern) System.IO.Directory.GetFilesRecurse (System.String path, System.String searchPattern, System.Collections.ArrayList all) System.IO.Directory.GetFilesRecurse (System.String path, System.String searchPattern, System.Collections.ArrayList all) System.IO.Directory.GetFilesRecurse (System.String path, System.String searchPattern, System.Collections.ArrayList all) System.IO.Directory.GetFilesRecurse (System.String path, System.String searchPattern, System.Collections.ArrayList all) System.IO.Directory.GetFiles (System.String path, System.String searchPattern, SearchOption searchOption) CoGSaveManager.SaveManager.Awake () UnityEngine.Debug:LogException(Exception) CoGSaveManager.SaveManager:Awake()

Image

And it is not detecting the game Blood Moon. I already set the game save folder manually but it still didn't work.

Windows11 24H2 SaveManager v1.3.3

overallbit avatar Oct 01 '25 06:10 overallbit

Is krita_diff a path that you recognize? It's an unfamiliar term for me. I'd recommend changing CoG Save Storage back to the default value and selecting Game Save Directory manually to see if the issue will be resolved. You can check out this image as reference: https://github.com/yasirkula/UnityChoiceOfGamesSaveManager/blob/master/.github/Images/MainWindow.png

yasirkula avatar Oct 01 '25 07:10 yasirkula

Is krita_diff a path that you recognize? It's an unfamiliar term for me. I'd recommend changing CoG Save Storage back to the default value and selecting Game Save Directory manually to see if the issue will be resolved. You can check out this image as reference: https://github.com/yasirkula/UnityChoiceOfGamesSaveManager/blob/master/.github/Images/MainWindow.png

Krita yes, it is a painting software that I use. Its not detecting any game now and still give me errors even manually adding the path

overallbit avatar Oct 01 '25 16:10 overallbit

If the error message is different after changing the paths as I've suggested, could you send me the newest error message? BTW you can try running the save manager as administrator to see if antivirus is somehow blocking it.

yasirkula avatar Oct 02 '25 03:10 yasirkula

changing the path gives the same error from above even when running as admin. It add some something on the regedit? if it does tell me, I could try to delete it and see what happens.

overallbit avatar Oct 02 '25 05:10 overallbit

Yes you can try deleting HKEY_CURRENT_USER\SOFTWARE\yasirkula\CoG Save Manager.

yasirkula avatar Oct 02 '25 12:10 yasirkula