ps3-disc-dumper icon indicating copy to clipboard operation
ps3-disc-dumper copied to clipboard

Infinite loop is created without warning when disk space is low

Open jeremys18 opened this issue 5 years ago • 1 comments

I was backing up games and failed to notice my HDD had run out of space. Instead of alerting me or halting the process with an error, the app just got stuck in an infinite loop of trying to copy the one file. It would show it copied 7GB then the progress bar jumped down to 2GB and repeated until I noticed an hour later that the game still hadn't finished.

The app shouldn't go into a loop unnoticed. I would expect a warning or error to pop up, letting me know my HDD is out of space and the backup can't continue.

Also, the app won't allow you to continue once you cancel the backup to break the loop. You must restart or it never finds the key for any more discs.

jeremys18 avatar Feb 17 '20 19:02 jeremys18

Getting the information about the available free space is not as trivial as people think it is, I already try to check it before starting the whole process. Currently it is not possible to pause and resume the operation, so I can't do anything about it.

13xforever avatar Feb 18 '20 16:02 13xforever