mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 17:56:18 +00:00
Miscompare between a DICF and an MDS image of a CD-XA disc #265
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 (Aug 27, 2019).
Prerequisites
Check and fill as appropiate:
Description
Comparing a DICF image with and MDS image from A120% results in a miscompare with the message "Sector 37160 has different sizes (2324 bytes in image 1, 2048 in image 2) but are otherwise identical". Where image 1 is the DICF image. The disc is CD-XA, which is probably relevant since I haven't tested those kinds of discs as thoroughly.
Link to images: https://drive.google.com/file/d/156urY4aqtkI5VN6a7CG_eZY8qRx44San/view?usp=sharing
Exact command line used:
dotnet .\DiscImageChef.dll compare ".\RAHJONGG.dicf" ".\RAHJONGG.mds"
Output of command execution with debug output enabled