Crash when restarting app

On iOS this scenario causes a crash (and, more to the point, a popup saying the app has crashed):

  1. Start saving data using sys.save().
  2. Close the app down quickly.
  3. Open app again quickly.

I guess this is because the data hasn’t finished saving when the app is force closed. I am using `sys.get_save_file(). Is there anything else I can do to prevent this crash?

Aside from creating a minimal project and repro case, obvs. :slight_smile:

Does the crash log say anything? E.g. give us a callstack?