mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
DIC reports different sectors in a DICF image compared with an image converted from it #258
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheRogueArchivist on GitHub (Mar 25, 2019).
Prerequisites
Description
When comparing an image converted from a DICF image, DIC says that some sectors are different. The image I tested ended up having thirteen sectors different according to the compare command after being converted to both MDS and DICF. This doesn't happen when converting from MDS.
Exact command line used:
.\DiscImageChef.exe convert-image ".\ROMETWBI.dicf" ".\ROMETWBI.mds" -f.\DiscImageChef.exe compare ".\ROMETWBI.dicf" ".\ROMETWBI.mds"Output of command execution with debug output enabled
.\DiscImageChef.exe convert-image ".\ROMETWBI.dicf" ".\ROMETWBI.mds" -f.\DiscImageChef.exe compare ".\ROMETWBI.dicf" ".\ROMETWBI.mds"@claunia commented on GitHub (Mar 25, 2019):
Fixed in
e3f958230f