Issue with Dreamcast redump DAT #318
-
I usually use clrmamepro to process the DAT file generated by retool. Have anyone encounter similar issue to the below where the wrong name errors don't make sense (totally not the same game)? Attaching both the original redump DAT and the one output by Retool as well as the "wrong names" errors thrown out by CLRMAMEPRO when using the retool generated DAT Sample errorswrong name: C:\tempunzip\Sega - Dreamcast\102 Dalmatians - Puppies to the Rescue (UK).zip [wrong: C:\tempunzip\Sega - Dreamcast\102 Dalmatians - Puppies to the Rescue (UK)] [right: Shenmue II (Europe) (En,Fr,De,Es) (Disc 4)] wrong name: C:\tempunzip\Sega - Dreamcast\18 Wheeler - American Pro Trucker (Europe) (En,Fr,De,Es).zip [wrong: C:\tempunzip\Sega - Dreamcast\18 Wheeler - American Pro Trucker (Europe) (En,Fr,De,Es)] [right: Shenmue II (Europe) (En,Fr,De,Es) (Disc 4)] wrong name: C:\tempunzip\Sega - Dreamcast\18 Wheeler - American Pro Trucker (Japan).zip [wrong: C:\tempunzip\Sega - Dreamcast\18 Wheeler - American Pro Trucker (Japan)] [right: Cosmic Smash (Japan)] wrong name: C:\tempunzip\Sega - Dreamcast\4 Wheel Thunder (Europe) (En,Fr).zip [wrong: C:\tempunzip\Sega - Dreamcast\4 Wheel Thunder (Europe) (En,Fr)] [right: 4 Wheel Thunder (USA)] wrong name: C:\tempunzip\Sega - Dreamcast\Aero to Jet de Dancing! (Japan) (Taikenban Disc).zip [wrong: C:\tempunzip\Sega - Dreamcast\Aero to Jet de Dancing! (Japan) (Taikenban Disc)] [right: Cosmic Smash (Japan)] wrong name: C:\tempunzip\Sega - Dreamcast\AeroWings (Europe) (En,Fr,De).zip [wrong: C:\tempunzip\Sega - Dreamcast\AeroWings (Europe) (En,Fr,De)] [right: Shenmue II (Europe) (En,Fr,De,Es) (Disc 4)] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ahhh looks like I never put this info in the new documentation. Here's what you need, rescued from the the old wiki. When I scan an existing set with CLRMAMEPro and a Retool DAT file, why do I see a lot of "wrong name" messages that match unrelated titles?TLDR: This isn't Retool making a mistake, or anything going wrong; it's CLRMAMEPro not giving enough detail about what's happening. If you let CLRMAMEPro do its thing and say yes to everything, you'll end up with a set that's fine after it's finished processing. The full story: CLRMAMEPro gives misleading messages when it scans existing non-1G1R Redump sets with a Retool DAT file, and finds matching files that were shared between titles in the original Redump DAT file. This mainly happens with DAT files that contain multitrack discs (CUE/BIN) like Saturn or Mega CD, where it's common to find the same file across multiple unrelated titles. Here's an example to help clarify. Let's assume you have the following things:
You run a scan with CLRMAMEPro using the Retool DAT file against your existing Saturn collection, and CLRMAMEPro reports something like this:
On the surface it looks like CLRMAMEPro is claiming that Area 51 is Gungriffon — which is not true. So what's going on? First, let's take a look at Area 51 (Japan) and Gungriffon (USA) in the original Redump Saturn DAT file, since those are the titles mentioned by CLRMAMEPro: <game name="Area 51 (Japan)"> <category>Games</category> <description>Area 51 (Japan)</description> ... <rom name="Area 51 (Japan) (Track 2).bin" size="1413552" crc="5af76f8c" md5="5fedd4a8361a9c6ca005b5d48a38ca68" sha1="db9145b3f24a83bcb28a93889001c778d7ab656a"/> </game> <game name="Gungriffon (USA)"> <category>Games</category> <description>Gungriffon (USA)</description> ... <rom name="Gungriffon (USA) (Track 33).bin" size="1413552" crc="5af76f8c" md5="5fedd4a8361a9c6ca005b5d48a38ca68" sha1="db9145b3f24a83bcb28a93889001c778d7ab656a"/> ... </game> While these titles are not the same game, they do share a file. Name aside,
Second, if we look at the Retool DAT file, we can see that due to the region priority (USA > Europe > Japan), Area 51 (Japan) has been removed in favor of Area 51 (USA). GunGriffon (USA), being a USA title, makes it in. When the Retool DAT file is used in CLRMAMEPro to scan the existing Saturn folder, and CLRMAMEPro comes across
Ultimately, it doesn't matter that Area 51 (Japan) isn't the same game as GunGriffon (USA), all that's happening here is that CLRMAMEPro is rescuing the one file from If you let CLRMAMEPro do its thing and say yes to everything, you'll end up with a set that's fine after its finished processing. If you're worried about affecting a current set and are looking for peace of mind, there's a way you can verify things are working as they're meant to:
|
Beta Was this translation helpful? Give feedback.
Ahhh looks like I never put this info in the new documentation. Here's what you need, rescued from the the old wiki.
When I scan an existing set with CLRMAMEPro and a Retool DAT file, why do I see a lot of "wrong name" messages that match unrelated titles?
TLDR: This isn't Retool making a mistake, or anything going wrong; it's CLRMAMEPro not giving enough detail about what's happening. If you let CLRMAMEPro do its thing and say yes to everything, you'll end up with a set that's fine after it's finished processing.
The full story: CLRMAMEPro gives misleading messages when it scans existing non-1G1R Redump sets with a Retool DAT file, and finds matching files that were shared between title…