- Sep 17, 2018
- 4,451
- 5,665
OK, I can understand that this bothers you. I read about your problem just now and went through the effort to find your last four posts -- you could have quoted at least your error log again, not everybody knows immediately what you are talking about.I did three times in fact. First time I posted the entire text I got. Only thing I edited was the name
of the user, as that's my business.
I even explained that every time I try to open the load menu screen or the save menu, it does the
same thing
Anyways, for me it looks like due to your not fully explained computer issues, some or all of your older saves got corrupted, namely the thumbnails being damaged somehow. The game tries to make older saves accessible. Saves from before version 0.19.1 are not compatible, those from 0.19.1 are loadable (but may provide strange effects), and those from 0.19.5 should load just fine. To visualize that, the game renders pre-0.19.1 thumbnails in grey colors, those from 0.19.1 in sepia tone, and only new ones normally. Your error apparently occurs during that greyscale conversion:
"File "C:\Users\******\Documents\KP - SS\SummertimeSaga-0-19-5-pc\renpy\display\im.py", line 1579, in Grayscale
return MatrixColor(im, matrix.saturation(0.0, desat), **properties)"
Unfortunately, it is not visible which save(s) cause the error. You could try the following:
- Make a backup of your "<Summertime Saga>"/game/saves" filder.
- Delete that folder.
- Delete the files in the %appdata%/renpy/summertimesaga folder.
Edit: I just reproduced that behaviour by placing an empty file in the saves folder with a valid savegame name. So you should also look for empty save files (size 0).
Last edited: