EMULAB Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

The new forum is online, hope you enjoy it!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - john iv

Pages: [1] 2
1
Thanks for the notes.  I just let it run over the rest of the CHDs normally and only found one decompression error on "MAME\ROMs\kof98um\kof98um_v1_00.chd".  Replaced it and things were fine.  Cheers -

2
Ah, too bad.  I thought it might have the ability to kick off X separate versions of the chdman.exe verify based on cores and collect the results.

3
Hi Roman, is there a way to have cmpro use as many CPU cores as possible to run through its deep -verify check on a CHD scan?  I'd still like to finish off checking my collection (made it to the guitar freaks last time) but it seems to do one at a time and take a good amount of time.  I thought I saw an option for cores somewhere in my wanderings of your settings.  Thanks -

4
clrmame Discussion / Re: Full Merge Mode
« on: 27 February 2024, 17:21 »
Thanks for the info; I like this storage technique much more, w/ dedicated subdirectories.  Very tidy. :)

5
clrmame Discussion / Full Merge Mode
« on: 27 February 2024, 00:19 »
Hi Roman, troubleshooting all the CHD delta stuff and unavailables after audit recently, I switched from my long standing 'Normal Mode' to 'Hash Collision Name' for the Full Merge Mode to see if that would help on some rebuilds.  What's the difference and is it rare to use that mode vs 'Normal' or should I?

6
ok...all baddump chds:

acorn/bbc.cpp:Torch CH240[torchh]: torch_utilities
amiga/cubo.cpp:Candy Puzzle (v1.0)[cndypuzl]: cndypuzl
..

Thanks Roman, Windyfairy got back to me about this after I mentioned it in a private message at Bannister's.  It's an issue they and VAS are now aware of.
Here's the pull request: https://github.com/mamedev/mame/pull/12057

7
I mean just a current non delta regular clone CHD that's marked bad dump.  With your wise XML ways do you see one or a few? :)

8
Thanks, do you know of another 'bad' flagged clone CHD I can check to see if it's the bad flag or if it seems specific to these huge python2.cpp games (DVDs I think).

9
Been looking at this for a couple of days brought on by an audit in the MAME UI (F1) and the available filter.  Shows 14 damaged delta CHDs that can't be -verify or -info'ed with chdman. Before I posted at mametesters I was hoping for a confirmation here, note that clrmame doesn't flag these w/ default settings.  Possible commonality? CHDs marked as 'Bad Dump'.

Current tip of tree chdman.exe (or release .262) is producing some delta chds that will error on run with 'CHD ERROR: Decompression error'. Resulting in machine placement into unavailable filter folder in MAME UI.

One such example is the child/clone photoply_sprt_xt_2004_sp_u.chd in Photo Play Spirit Xtreme (Spanish) / photopsxsp

Steps to repro:
1. Use full merged storage method.
2. Place the two Photo Play Spirit Xtreme (Spanish) CHDs into their appropriate directory:
"C:\MAME\Roms\photopsxsp\photoply_sprt_xt_2004_sp_u.chd"
"C:\MAME\Roms\photopsxsp\photoply_sprt_xt_2004_sp.chd"

7,283,106,173 photoply_sprt_xt_2004_sp.chd
3,427,733,716 photoply_sprt_xt_2004_sp_u.chd

3. Launch MAME.exe and do an audit with F1 from the UI.
4. Confirm Photo Play Spirit Xtreme (Spanish) is not present in the Unavailable filter/folder.
5. Convert the child CHD to a delta w/ clrmamepro or manually.
6. New child CHD gets cut down to size to:

1,977,511,281 photoply_sprt_xt_2004_sp_u.chd

7. Attempt to verify this chd:
\MAME\ROMs\photopsxsp>chdman verify -i photoply_sprt_xt_2004_sp_u.chd -ip photoply_sprt_xt_2004_sp.chd
chdman - MAME Compressed Hunks of Data (CHD) manager 0.262 (mame0262-152-g0636e54bb60)
Error opening CHD file (photoply_sprt_xt_2004_sp_u.chd): Decompression error
Fatal error occurred: 1

8. Run audit in MAME's UI with F1.
9. Observe Photo Play is now in the unavailable filter/folder due to the error.
10. A normal run with clrmamepro does not find this.


---
c:\O\Games\MAME\ROMs\photopsxsp>chdman info -v -i photoply_sprt_xt_2004_sp_u.chd
chdman - MAME Compressed Hunks of Data (CHD) manager 0.262 (mame0262-152-g0636e54bb60)
Error opening CHD file (photoply_sprt_xt_2004_sp_u.chd): Decompression error
Fatal error occurred: 1

Before delta creation, child CHD is ok:
c:\Users\jhard\Desktop\ROMs\MAME 0.262 CHDs (merged)\photopsxsp>chdman info -i photoply_sprt_xt_2004_sp_u.chd
chdman - MAME Compressed Hunks of Data (CHD) manager 0.262 (mame0262)
Input file:   photoply_sprt_xt_2004_sp_u.chd
File Version: 5
Logical size: 160,041,885,696 bytes
Hunk Size:    4,096 bytes
Total Hunks:  39,072,726
Unit Size:    512 bytes
Total Units:  312,581,808
Compression:  lzma (LZMA), zlib (Deflate), huff (Huffman), flac (FLAC)
CHD size:     3,427,733,716 bytes
Ratio:        2.1%
SHA1:         dac230cae6efaa24362260101d39b421d5fccd45
Data SHA1:    5c60dcfee2c635e4c20fa733aad37c60c003b600
Metadata:     Tag='GDDD'  Index=0  Length=37 bytes
              CYLS:310101,HEADS:16,SECS:63,BPS:512.

c:\Users\jhard\Desktop\ROMs\MAME 0.262 CHDs (merged)\photopsxsp>chdman verify -i photoply_sprt_xt_2004_sp_u.ch
chdman - MAME Compressed Hunks of Data (CHD) manager 0.262 (mame0262)
Raw SHA1 verification successful!
Overall SHA1 verification successful!

Actual delta CHD creation goes through 100%:
c:\O\Games\MAME\ROMs\photopsxsp>chdman copy -i photoply_sprt_xt_2004_sp_u.chd -op photoply_sprt_xt_2004_sp.chd -o newchild.chd
chdman - MAME Compressed Hunks of Data (CHD) manager 0.262 (mame0262)
Output CHD:   newchild.chd
Parent CHD:   photoply_sprt_xt_2004_sp.chd
Input CHD:    photoply_sprt_xt_2004_sp_u.chd
Compression:  lzma (LZMA), zlib (Deflate), huff (Huffman), flac (FLAC)
Hunk size:    4,096
Logical size: 160,041,885,696
Compression complete ... final ratio = 1.2%

02/22/2024  12:18 PM     1,977,511,281 newchild.chd

Info and verify of new delta CHD fails and goes to unavailable upon audit.
c:\O\Games\MAME\ROMs\photopsxsp>chdman info -i newchild.chd
chdman - MAME Compressed Hunks of Data (CHD) manager 0.262 (mame0262)
Error opening CHD file (newchild.chd): Decompression error
Fatal error occurred: 1

10
clrmame Discussion / Re: delta chds, cmpro test version
« on: 22 February 2024, 20:16 »
Well yes, since cmpro does a "chdman verify -i %1" command which would fail on deltas....it would require "chdman verify -i %1 -ip %2" where %2 gets replaced with the parent chd filename...but that's currently not supported (but on the to do list).
So...for delta the deep check won't work....but as I said: currently nobody is using delta chds since there are some open issues with them on chdman side, see https://github.com/mamedev/mame/issues/11675

Hi Roman, in the course of investigating some of the malformed delta chd creations, I tried to use cmpro to do validity checks on my existing chds and hit this problem above w/ a new commandline param needed for delta chd verification.  Is that feature mature enough to release into a full build at this point?  Thanks -

11
clrmame Discussion / Re: delta chds, cmpro test version
« on: 20 December 2023, 21:40 »
It's about 300GB savings over the mame chds (non-software list).

12
clrmame Discussion / Re: delta chds, cmpro test version
« on: 29 October 2023, 17:25 »
Replied. Cheers -

13
clrmame Discussion / Re: delta chds, cmpro test version
« on: 29 October 2023, 17:11 »
Appreciate all you do w/ this vital app Roman, as always. :)

14
clrmame Discussion / Re: delta chds, cmpro test version
« on: 29 October 2023, 17:03 »
I have just about gotten everything back together in merged mode which I haven't used in like 15 years, laugh. It's tough because the CHD move during scan won't proceed if there is a same named CHD in the final destination even if it's the 'wrong' one.

Due to merged mode I have roms\area51\*.chds.  In the area51 directory are the two files:
"C:\O\Games\MAME\ROMs\area51\area51t.chd"
"C:\O\Games\MAME\ROMs\area51\area51.chd"

The area51t.chd was converted yesterday and is a delta.

15
clrmame Discussion / Re: delta chds, cmpro test version
« on: 29 October 2023, 16:07 »
Results with new .exe.  There are a bunch of CHDs being flagged as delta candidates but they're the same CHD (parent and child).  When you do the conversion on them it outputs a malformed, small CHD.

Non-delta chd: 'C:\O\Games\MAME\ROMs\area51\area51.chd '. Convertable via 'C:\O\Games\MAME\ROMs\area51\area51.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\area51mx\area51mx.chd '. Convertable via 'C:\O\Games\MAME\ROMs\area51mx\area51mx.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidx\863hdda01.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx\863hdda01.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidx\gq863a04.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx\gq863a04.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidx3\992hdda01.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx3\992hdda01.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidx3\gc992-jaa04.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx3\gc992-jaa04.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidx3\992hdda01.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx3\992hdda01.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidx3\gc992-jaa04.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx3\gc992-jaa04.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidx6\b4ujaa02.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx6\b4ujaa02.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidx6\b4ujaa03.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx6\b4ujaa03.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidx7\b44jaa02.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx7\b44jaa02.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidx7\b44jaa03.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx7\b44jaa03.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidxc\863hdda01.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx\863hdda01.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidxc\gq863a04.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidx\gq863a04.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidxs\983hdda01.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidxc2\983hdda01.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\bmiidxs\gc983a04.chd '. Convertable via 'C:\O\Games\MAME\ROMs\bmiidxc2\gc983a04.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\clubkcyc\cycraft_clubkart_smcp_v1.65.chd '. Convertable via 'C:\O\Games\MAME\ROMs\clubkcyc\cycraft_clubkart_smcp_v1.65.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\dkbanana\dkbanana.chd '. Convertable via 'C:\O\Games\MAME\ROMs\dkbanana\dkbanana.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\esh\esh_ver2_en.chd '. Convertable via 'C:\O\Games\MAME\ROMs\esh\esh_ver2_en.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\gtrfrks\886__d02.chd '. Convertable via 'C:\O\Games\MAME\ROMs\gtrfrks\886__d02.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\inidv3cy\initiald3_smcp_v1.66.chd '. Convertable via 'C:\O\Games\MAME\ROMs\inidv3cy\initiald3_smcp_v1.66.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\jojo\cap-jjk-3.chd '. Convertable via 'C:\O\Games\MAME\ROMs\jojo\cap-jjk-3.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\kinst2\kinst2.chd '. Convertable via 'C:\O\Games\MAME\ROMs\kinst2\kinst2.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\lacrazyc\gv027j1.chd '. Convertable via 'C:\O\Games\MAME\ROMs\lacrazyc\gv027-a1.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\mamboagg\a40jab02.chd '. Convertable via 'C:\O\Games\MAME\ROMs\mamboagg\a40jab02.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\pcnfrk\881xxb02.chd '. Convertable via 'C:\O\Games\MAME\ROMs\pcnfrk\881xxb02.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\pcnfrk9m\d09jca02.chd '. Convertable via 'C:\O\Games\MAME\ROMs\pcnfrk9m\d09aba02.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\photoply2k1it\nokia_snake_ii_service_release_update_2001.chd '. Convertable via 'C:\O\Games\MAME\ROMs\photoply2k1it\nokia_snake_ii_service_release_update_2001.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\photoply2k1it\update_2001_cd1.chd '. Convertable via 'C:\O\Games\MAME\ROMs\photoply2k1it\update_2001_cd1.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\photoply2k1it\update_2001_cd2.chd '. Convertable via 'C:\O\Games\MAME\ROMs\photoply2k1it\update_2001_cd2.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\popn1\803_ta_hdd.chd '. Convertable via 'C:\O\Games\MAME\ROMs\popn1\803_ta_hdd.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\popnanm\gq987jaa01.chd '. Convertable via 'C:\O\Games\MAME\ROMs\popnanm\gq987jaa01.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\popnanm\gq987jaa02.chd '. Convertable via 'C:\O\Games\MAME\ROMs\popnanm\gq987jaa02.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\popnanm2\gea02jaa01.chd '. Convertable via 'C:\O\Games\MAME\ROMs\popnanm2\gea02jaa01.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\popnanm2\gea02jaa02.chd '. Convertable via 'C:\O\Games\MAME\ROMs\popnanm2\gea02jaa02.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\popnmt\976jaa02.chd '. Convertable via 'C:\O\Games\MAME\ROMs\popnmt\976jaa02.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\redearth\cap-wzd-5.chd '. Convertable via 'C:\O\Games\MAME\ROMs\redearth\cap-wzd-5.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\sfiii\cap-sf3-3.chd '. Convertable via 'C:\O\Games\MAME\ROMs\sfiii\cap-sf3-3.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\sfiii2\cap-3ga000.chd '. Convertable via 'C:\O\Games\MAME\ROMs\sfiii2\cap-3ga000.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\sfiii3\cap-33s-2.chd '. Convertable via 'C:\O\Games\MAME\ROMs\sfiii3\cap-33s-2.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\timecrs4\tsf1-ha.chd '. Convertable via 'C:\O\Games\MAME\ROMs\timecrs4\tsf1-ha.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\timetrv\timetrv.chd '. Convertable via 'C:\O\Games\MAME\ROMs\timetrv\timetrv.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\ultarctc\uarctict.chd '. Convertable via 'C:\O\Games\MAME\ROMs\ultarctc\uarctict.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\vjslap\vj_ver1.chd '. Convertable via 'C:\O\Games\MAME\ROMs\vjslap\vj_ver1.chd'
Non-delta chd: 'C:\O\Games\MAME\ROMs\wcombat\c22d02.chd '. Convertable via 'C:\O\Games\MAME\ROMs\wcombat\c22d02.chd'

16
clrmame Discussion / Re: delta chds, cmpro test version
« on: 29 October 2023, 05:54 »
I went back to 4.047a and it worked again.  So it's a regression from there. :)

17
clrmame Discussion / Re: delta chds, cmpro test version
« on: 29 October 2023, 05:34 »
Something new from delta chds for a moment. Clrmame is quitting when it's trying to move freestanding *.chd files into a subdirectory structure.
I decided to convert from split to merged storage. I moved my CHDs out of their \roms\blah directories and put the raw *.chd files in the \roms directory.
In the past when I've done this and run a scan, clrmame will find them and move them to their created respective subdirectories.  Instead of doing that now it just quits out of clrmame.

The scan is also not finding the the CHDs in the add-folder.  Rebuild does not move the CHDs over from the add-folder either.  I purged my clrmame setup and re-downloaded and started from scratch just in case it was an errant setting, but same problem.

18
clrmame Discussion / Re: delta chds, cmpro test version
« on: 29 October 2023, 03:02 »
Latest batch:
Error while converting chd: 'C:\O\Games\MAME\ROMs\ddrja\845jaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\ddru\845uaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\dstagea\845uaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\gtrfrksac\886__c02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\gtrfrksc\886__c02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\gtrfrksjc\886__c02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\gtrfrksuc\886__c02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\susume\gv027j1.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\netchu02b\npy1cd0b.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\drmn10m\d40jaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\drmn2m\912jab02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\drmn2mpu\912jab02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\drmn3m\a23jaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\pcnfrk3mk\a23kaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\drmn4m\a25jaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\drmn4m\a25jba02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\drmn5m\b05jaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\drmn6m\b16jaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\drmn7ma\c07jaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\drmn9m\d09jaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\drmn9ma\d09jaa02.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\redearthr1\cap-wzd-3.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\warzardr1\cap-wzd-3.chd'
Error while converting chd: 'C:\O\Games\MAME\ROMs\totlvicj\639jad01.chd'

These error out of Chdman when manually run too, just a percentage and then a quit to command line.  The resulting malformed delta CHD is then flagged as wrong for clrmame removal on subsequent scan.

19
clrmame Discussion / Re: delta chds, cmpro test version
« on: 28 October 2023, 22:53 »
Here are some of the delta CHDs that get created but are flagged as wrong, and then missing if I remove them:

Dance Dance Revolution 4th Mix (G*A33 VER. JAA) [folder: ddr4mj]
missing chd: a33jaa02.chd [chd-md5: N/A] [chd-sha1: 9d9fb5e65f1532f358e9c273c56d11389d11fd79]

Dance Dance Revolution 4th Mix Solo (G*A33 VER. JBA) [folder: ddr4msj]
missing chd: a33jba02.chd [chd-md5: N/A] [chd-sha1: 9d9fb5e65f1532f358e9c273c56d11389d11fd79]

Dance Maniax (G*874 VER. JAA) [folder: dmx]
missing chd: 874jaa.chd [chd-md5: N/A] [chd-sha1: 3338a784efdca4f8bdcc83d2c9a6bbe7f7046d5c]

Dancing Stage featuring Dreams Come True (GC910 VER. JAA) [folder: dsfdcta]
missing chd: 910jaa02.chd [chd-md5: N/A] [chd-sha1: 70851c383e3876c4a697a99706fbaae2dafcb0e0]

Bass Angler 2 (GE865 VER. JAA) [folder: bassang2]
missing chd: 865jaa02.chd [chd-md5: N/A] [chd-sha1: b98d9aa54f13aa73bea580d6494cb6a7f3217be3]

Guitar Freaks 3rd Mix - security cassette versionup (949JAZ02) [folder: gtfrk3mb]
missing chd: 949jaz02.chd [chd-md5: N/A] [chd-sha1: b0c786ba420a34fcbd16bc36a137f6ae87b7dfa8]

Guitar Freaks 8th Mix (G*C08 VER. JAA) [folder: gtrfrk8ma]
missing chd: c08jaa02.chd [chd-md5: N/A] [chd-sha1: 7a1d97f74ec4d643ff7d3981d66b551cbf9e57f0]

Quizard (v1.2, German, i8751 DE 11 D3) [folder: quizard_12]
missing chd: quizard12.chd [chd-md5: N/A] [chd-sha1: 6e41683b96b74e903040842aeb18437ad7813c82]

Quizard (v1.7, German, i8751 DE 11 D3) [folder: quizard_17]
missing chd: quizard17.chd [chd-md5: N/A] [chd-sha1: 4bd698f076505b4e17be978481bce027eb47123b]

Quizard (v1.2, Italian, i8751 IT 11 I2) [folder: quizardi_12]
missing chd: quizard12.chd [chd-md5: N/A] [chd-sha1: 6e41683b96b74e903040842aeb18437ad7813c82]

Quizard (v1.7, Italian, i8751 IT 11 I2) [folder: quizardi_17]
missing chd: quizard17.chd [chd-md5: N/A] [chd-sha1: 4bd698f076505b4e17be978481bce027eb47123b]

Quizard 2 (v2.2, German, i8751 DN 122 D3) [folder: quizard2_22]
missing chd: quizard22.chd [chd-md5: N/A] [chd-sha1: 03c8fdcf27ead6e221691111e8c679b551099543]

Quizard 3 (v3.2, German, i8751 DE 132 D3) [folder: quizard3_32]
missing chd: quizard32.chd [chd-md5: N/A] [chd-sha1: 31e9fa2169aa44d799c37170b238134ab738e1a1]

Quizard 4 Rainbow (v4.0, German, i8751 DE 142 D3) [folder: quizard4_40]
missing chd: quizard4r40.chd [chd-md5: N/A] [chd-sha1: 288cc37a994e4f1cbd47aa8c92342879c6fc0b87]

Quizard 4 Rainbow (v4.1, German, i8751 DE 142 D3) [folder: quizard4_41]
missing chd: quizard4r41.chd [chd-md5: N/A] [chd-sha1: 2c0484c6545aac8e00b318328c6edce6f5dde43d]

20
clrmame Discussion / Re: delta chds, cmpro test version
« on: 28 October 2023, 20:50 »
Ok, I just hit a few errors 'an error happened during working on a CHD, do you want to stop yes or no'.  If I choose no it prompts me again when it finds the next one.  It would be nice to say 'no to all' and let it run without being touched.
The CHDs it choked on were ddr4mj, ddr4msj, dmx so far.  Is there logging code to see what happened?  When I run a regular scan after those errors cmpro tells me those CHDs are 'unneeded' now.  Maybe they were originally damaged but unnoticed and this deeper dive is calling them out.

Pages: [1] 2

Page created in 0.148 seconds with 19 queries.

anything
anything