-
The author says how it's beta software and shouldn't be used on irreplaceable stuff and all that but I do wonder just how many cases are there of people getting corrupted files after using this program? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Well actually, I had the same question. I haven't noticed any issues, but just a few days ago, #40 happened. That has since been fixed however. |
Beta Was this translation helpful? Give feedback.
-
#40's more or less it as far as concrete reports go. There's the occasional report of a game that stopped working after being compressed, but these seem to commonly include the same set of games (Assassins Creed Odyssey, and I think CoD have been mentioned a few times), which might suggest some weird incompatibility. Usually these users mention uncompressing fixed it, but sometimes they reinstall, so it's possible some of them were actually corruption. At the end of the day, you're reading and writing large chunks of data, and computers aren't perfect - there's risk of corruption at every step in the path even if Compactor and the Windows Overlay Filter driver are perfectly correct in every way. This is why filesystems like ZFS, btrfs and ReFS have data checksums, and why servers usually come with ECC memory. Between that and the certainty that software is basically never perfect, I feel it's wise to encourage a bit of paranoia before people use something I made to rewrite hundreds of gigabytes of data. |
Beta Was this translation helpful? Give feedback.
#40's more or less it as far as concrete reports go.
There's the occasional report of a game that stopped working after being compressed, but these seem to commonly include the same set of games (Assassins Creed Odyssey, and I think CoD have been mentioned a few times), which might suggest some weird incompatibility. Usually these users mention uncompressing fixed it, but sometimes they reinstall, so it's possible some of them were actually corruption.
At the end of the day, you're reading and writing large chunks of data, and computers aren't perfect - there's risk of corruption at every step in the path even if Compactor and the Windows Overlay Filter driver are perfectly correct in eve…