Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05535 Misc. Minor Always Apr 19, 2014, 05:38 Mar 29, 2023, 23:19
Tester gauel View Status Public Platform MESS (Self-compiled)
Assigned To Resolution Open OS Linux
Status [?] Confirmed Driver
Version 0.153 Fixed in Version Build 64-bit
Fixed in Git Commit Github Pull Request #
Summary MESS-specific 05535: "chdman extractcd" doesn't generate proper PCE-CDROM bin files
Description "chdman extractcd" doesn't generate proper PCE-CDROM bin files.
If you load it on mess0153, you will see "LOAD ERROR!".
chdman in mess0146 can generate proper PCE-CDROM bin files.
Steps To Reproduce chdman in mess0153:
$ ./chdman0153 extractcd -i pce/dedenden/deden\ no\ den\ \(scd\)\(jpn\).chd -o pce/dedenden/deden0153.cue

$ ./mess64 pce -cart pce/\[cd\]\ super\ cd-rom\ system\ \(japan\)\ \(v3.0\).pce -cdrm pce/dedenden/deden0153.cue
Push run button => It shows "LOAD ERROR!"


chdman in mess0146:
$ ./chdman0146 extractcd -i pce/dedenden/deden\ no\ den\ \(scd\)\(jpn\).chd -o pce/dedenden/deden0146.cue

$ ./mess64 pce -cart pce/\[cd\]\ super\ cd-rom\ system\ \(japan\)\ \(v3.0\).pce -cdrm pce/dedenden/deden0146.cue
Push run button => It works fine.
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems
Attached Files
png file icon vbindiff01.png (75,791 bytes) Apr 22, 2014, 16:36 Uploaded by gauel
gauel
png file icon vbindiff02.png (73,664 bytes) Apr 22, 2014, 16:36 Uploaded by gauel
gauel
Relationships
There are no relationship linked to this issue.
Notes
3
User avatar
No.10602
Firewave
Senior Tester
Apr 20, 2014, 07:01
Can you try to determine the kind of differences in the binary file? I usually use VBinDiff (http://www.cjmweb.net/vbindiff/) to look at binary file differences. A screenshot of just the first difference could already prove helpful.
User avatar
No.10616
gauel
Tester
Apr 22, 2014, 16:44
edited on: Jun 15, 2014, 19:14
Hello Firewave,

> binary file differences
$ vbindiff deden0146.bin deden0153.bin

"deden0153.bin" is mostly blank, so mess can't load it.
Please check the screenshots.
User avatar
No.21234
Kale
Developer
Mar 29, 2023, 23:19
Is this still relevant? I'm pretty sure I've -extractcd stuff and it was working as intended.