Hi, I just experienced a possible bug where when I tried to "Delete Game Data" of just one game, it deleted the entire contents of /Data
, including all the saved data of my other games! (I will definitely start doing regular backups from now on )
I've been able to reproduce the issue like so:
- Install a game via USB that doesn't have a bundleID in its
pdxinfo
file (the forum won't let me link to the specific game this happened to me with, but I assume any game with a missing bundleID will behave the same - note that thepdxinfo
file does have abundleID=
line but nothing after the equals sign) - Navigate to the game in Settings > Games on the Playdate.
- Note that "Game Data" will show the file size of everything in your Data folder.
- If you select "Delete Game Data", it will delete everything in your Data folder.
I understand that a missing bundleID is considered invalid (and it sounds like other methods of sideloading don't work without a bundleID), but I think it would be ideal to handle this case less destructively, especially since it sounds like broken bundleIDs tend to come up a lot during game jams.