Page 348 of 354
Re: DiscImageCreator
Posted: Mon Dec 18, 2023 10:05 am
by shfil
I do have PX-4012 and Premium. Just recently was looking at getting information about replacement lasers for plextors, and this seemed interesting for me.
Re: DiscImageCreator
Posted: Mon Jan 01, 2024 10:36 am
by sarami
https://github.com/saramibreak/DiscImag … g/20240101
*2024-01-01
- added /t option in the data command for Tages
- fixed fail to dump blu-ray disc except for PS3 (2023-12-01 version bug)
- fixed incorrect Enhanced CD data track (2023-12-01 version bug)
- fixed error handling for merge command
- fixed fail to dump when LG/ASUS drive is used (2023-12-01 version bug)
- fixed parsing PS3UPDAT.PUP (2023-12-01 version bug)
- fixed access outside the array range
Re: DiscImageCreator
Posted: Tue Jan 02, 2024 11:07 am
by bikerspade
The following issue was encountered with DiscImageCreator 20230606:
/viewtopic.php?t=46439 … ke-france/
Re: DiscImageCreator
Posted: Thu Feb 15, 2024 2:54 am
by bikerspade
Do you know if DiscImageCreator is stripping out subcode channels R through W in the .sub file?
I recently dumped a CD+G disc with both CloneCD and DiscImageCreator. Testing the ccd/img/sub produced by CloneCD on my Sega Saturn produces the graphics I expect. With the ccd/img/sub produced by DiscImageCreator, it does not produce any graphics whatsoever, as though it was a plain audio CD.
Re: DiscImageCreator
Posted: Thu Feb 15, 2024 7:24 am
by sarami
bikerspade wrote:Do you know if DiscImageCreator is stripping out subcode channels R through W in the .sub file?
I recently dumped a CD+G disc with both CloneCD and DiscImageCreator. Testing the ccd/img/sub produced by CloneCD on my Sega Saturn produces the graphics I expect. With the ccd/img/sub produced by DiscImageCreator, it does not produce any graphics whatsoever, as though it was a plain audio CD.
Pack mode sub is needed.
Code: Select all
struct _PLXTR_READ_CDDA {
enum _SUB_CHANNEL_SELECTION {
NoSub = 0,
MainQ = 1, // Main data + Formatted Q sub-channel data
MainPack = 2, // Main data + Raw P-Q + Corrected and de-interleaved R-W sub-channel data
Raw = 3, // Raw P-W sub-channel data
MainC2Raw = 8 // Main data + C2 error data + Raw P-W sub-channel data
// 4 to 7, 9 to 255 is reserved
} SUB_CHANNEL_SELECTION, *PSUB_CHANNEL_SELECTION;
} PLXTR_READ_CDDA, *PPLXTR_READ_CDDA;
Without /c2, you can get the pack mode sub.
Re: DiscImageCreator
Posted: Thu Feb 15, 2024 12:38 pm
by bikerspade
DIC sub CloneCD_sub
In _subReadable.txt, I noticed it is not logging any TV-GRAPHICS instructions for track 01, even though the first track of
this disc has CD+G
content.
Is this the correct command syntax, or is there a particular flag I need to provide for "Pack mode sub"?
Code: Select all
cd H:\ Information Society - Information Society (USA).bin 8 /q /s 2
Re: DiscImageCreator
Posted: Fri Feb 16, 2024 8:57 am
by sarami
Re: DiscImageCreator
Posted: Mon Feb 19, 2024 10:22 am
by bikerspade
Does not work. I tested with the latest nightly build of ares with its CD+G support for MegaCD.
When I replaced the DIC-generated .sub with the one generated by CloneCD, CD+G works.
You can test CD+G for yourself with the nightly build here:
https://github.com/ares-emulator/ares/r … ag/nightly
Re: DiscImageCreator
Posted: Tue Feb 20, 2024 10:41 am
by sarami
Retry to dump using /c2. I confirmed that DIC-generated .sub (also CloneCD .sub) works by the other CD+G supported player (
https://www.vector.co.jp/download/file/ … 27763.html). ares --- I don't know how to read the ccd-img-sub format.
Re: DiscImageCreator
Posted: Tue Feb 20, 2024 12:37 pm
by bikerspade
Excellent, when I re-dumped with the /c2 flag re-enabled, CD+G works.
I saw something odd in the _20240216T230252.txt file (see the last line below):
Code: Select all
cd F:\ Information Society - Information Society (USA).bin 8 /c2 20 /q /s 2
(Subs indexes).cue are opened
(Subs indexes)(Track 1).bin are opened
(Subs indexes)(Track 2).bin are opened
(Subs indexes)(Track 3).bin are opened
(Subs indexes)(Track 4).bin are opened
(Subs indexes)(Track 5).bin are opened
(Subs indexes)(Track 6).bin are opened
(Subs indexes)(Track 7).bin are opened
(Subs indexes)(Track 8).bin are opened
(Subs indexes)(Track 9).bin are opened
(Subs indexes)(Track 10).bin are opened
[F:ConcatenateFromPregapToLeadout][L:2984] GetLastError: 2, The system cannot find the file specified.