Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04727 Misc. Major Always Mar 12, 2012, 08:46 Mar 12, 2012, 11:50
Tester Scagazza View Status Public Platform MAME (Self-compiled)
Assigned To Resolution Invalid report OS Windows XP (64-bit)
Status [?] Closed Driver
Version 0.145u4 Fixed in Version Build 64-bit
Fixed in Git Commit Github Pull Request #
Summary 04727: undefeat: SHA1 mismatch after upgrading to chd v5
Description Is it a typo or another chdman issue?

Under Defeat (GDL-0035) [system: Naomi GD-ROM Bios - folder: undefeat - size: 26mb]
wrong chd sha1: gdl-0035.chd [wrong: 91da482a6a082e48bee5b3bd20d9c92d23936965] [right: 3beade0a544b549ee06be5b51536950e3eaabe71]

C:\MAME\roms\undefeat>chdman copy -i gdl-0035.chd -o newgdl-0035.chd
chdman - MAME Compressed Hunks of Data (CHD) manager 0.145u4 (Mar 12 2012)
Output CHD: newgdl-0035.chd
Input CHD: gdl-0035.chd
Compression: lzma (LZMA), zlib (Deflate), huff (Huffman), cdfl (CD FLAC)
Hunk size: 9,792
Logical size: 1,344,324,096
Compression complete ... final ratio = 14.6%

C:\MAME\roms\undefeat>chdman verify -i newgdl-0035.chd
chdman - MAME Compressed Hunks of Data (CHD) manager 0.145u4 (Mar 12 2012)
Raw SHA1 verification successful!
Overall SHA1 verification successful!

C:\MAME\roms\undefeat>chdman info -i newgdl-0035.chd
chdman - MAME Compressed Hunks of Data (CHD) manager 0.145u4 (Mar 12 2012)
Input file: newgdl-0035.chd
File Version: 5
Logical size: 1,344,324,096 bytes
Hunk Size: 9,792 bytes
Total Hunks: 137,288
Unit Size: 2,448 bytes
Total Units: 549,152
Compression: lzma (LZMA), zlib (Deflate), huff (Huffman), cdfl (CD FLAC)
CHD size: 197,186,337 bytes
Ratio: 14.7%
SHA1: 3280dd39a1fa75d5865cd20f365a5e0656ceb640
Data SHA1: 89761291f46bf7af17f9b22f2cd9a0e6fbd528b8
Metadata: Tag='CHT2' Index=0 Length=90 bytes
              TRACK:1 TYPE:MODE1_RAW SUBTYPE:NONE FRAMES:600 PREGAP:0 PGTY
Metadata: Tag='CHT2' Index=1 Length=88 bytes
              TRACK:2 TYPE:AUDIO SUBTYPE:NONE FRAMES:44400 PREGAP:0 PGTYPE
Metadata: Tag='CHT2' Index=2 Length=93 bytes
              TRACK:3 TYPE:MODE1_RAW SUBTYPE:NONE FRAMES:504150 PREGAP:0 P
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems undefeat
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.08334
Tafoid
Administrator
Mar 12, 2012, 11:48
edited on: Mar 12, 2012, 11:52
You are using the old image. The image was replaced (from a new source) which is why an old v4 image didn't match up. This new image contained critical data which the old CHD was not made with, so it had to be resourced and reconstructed as a CHD with new functionality in found recent CHDMAN improvements.

You'll find that this will be happening quite often in the coming weeks/months as new dumps are acquired. This is not a bug. this is simply an issue of you missing the proper CHD. The SHA1 in the driver is correct.

Closing