Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Here is what I did.
I went into the options menu and selected "Save" and picked a new slot. This created "Ionizer 6" as you can see here.
https://steamcommunity.com/sharedfiles/filedetails/?id=647167486
I left the game, came back into it and this is what I got for loading options...
https://steamcommunity.com/sharedfiles/filedetails/?id=647167620
As you can see, save slot 5 and 6 are gone, again. Another two hours of progress erased. :(
I entered and exited the game a few times and this happens every time I try it. Save slots keep getting erased.
Am I doing something wrong? How do I exit the game wqithout losing hours of progress? I can't find any other way to save and exit.
Sadly I can't play anymore until I figure this out, as I'm getting frustrated doing several tough levels over and over again.
The save file data is being stored as a registry entry, and after you save a few slots it becomes too large and begins causing errors.
The error is a call to RegSetValue() trying to store 1,729,362 bytes into "Save_Game_Data". This fails with a INSUFFICENT_RESOURCES return code.
So if you save more than a few game slots, your progress will NOT be saved when leaving the game.
I don't see any solution to fix this other than a patch, as once it is too large there are no options for deleting save spots.
For the devs... MSDN suggests not storing more than 2048 bytes into a registry entry. A quick solution might be saving each slot into it's own registry key, but moving such data to a file in the Saved Games system folder or AppData really is the only way to solve it for good.
Looks like I won't be playing anymore until this is fixed, sadly.
So be carefull if you use the save feature, try and limit to one save slot if you can.