Hi! I'm developing a game in Construct 3. This morning I implemented the Save game functionality using "Save Game to Slot" action from C3. It worked perfectly.
Returned on the afternoon after a couple of hours, opened Construct and there was an update. No big deal, continued. But now the game won't work. When executing the Save action the game freezes.
On the console I get this error:
runtime.js:119 Uncaught (in promise) TypeError: Cannot read properties of null (reading '_SaveToJson')
at C3Runtime._SaveToJsonString (runtime.js:119:37)
at C3Runtime._DoSaveToSlot (runtime.js:116:149)
at C3Runtime._HandleSaveOrLoad (runtime.js:113:476)
at C3Runtime.Tick (runtime.js:83:286)
at normal (runtime.js:8:57)
Do you know if the new beta version has a problem with that?
I also checked on a c3p file I downloaded from this forum as reference, that file won't work either...
Please help!
Thanks