DiscImageCreator

shfil
Posts: 333
Joined: Mon Jun 08, 2026 1:30 am

Re: DiscImageCreator

Post 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.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post 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
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
bikerspade
Posts: 1307
Joined: Mon Jun 08, 2026 1:29 am

Re: DiscImageCreator

Post by bikerspade »

The following issue was encountered with DiscImageCreator 20230606:
/viewtopic.php?t=46439 … ke-france/
Attachments

[The extension 002 has been deactivated and can no longer be displayed.]

[The extension 001 has been deactivated and can no longer be displayed.]

Last edited by bikerspade on Tue Jan 02, 2024 11:25 am, edited 1 time in total.
BW-16D1HT | PX-W4824TU | PX-W5224A | PX-760A | PX-712A | Plextor Premium | Pioneer 209DBK | TS-H352C | TS-H353A | Wii
https://insecure.redump.info/
bikerspade
Posts: 1307
Joined: Mon Jun 08, 2026 1:29 am

Re: DiscImageCreator

Post 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.
BW-16D1HT | PX-W4824TU | PX-W5224A | PX-760A | PX-712A | Plextor Premium | Pioneer 209DBK | TS-H352C | TS-H353A | Wii
https://insecure.redump.info/
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post 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.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
bikerspade
Posts: 1307
Joined: Mon Jun 08, 2026 1:29 am

Re: DiscImageCreator

Post 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 
BW-16D1HT | PX-W4824TU | PX-W5224A | PX-760A | PX-712A | Plextor Premium | Pioneer 209DBK | TS-H352C | TS-H353A | Wii
https://insecure.redump.info/
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
bikerspade
Posts: 1307
Joined: Mon Jun 08, 2026 1:29 am

Re: DiscImageCreator

Post 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
Attachments
Imported Redump attachment 15537
Imported Redump attachment 15537
DIC.png (5.6 KiB) Viewed 21 times
Imported Redump attachment 15536
Imported Redump attachment 15536
CloneCD.png (5.61 KiB) Viewed 21 times
BW-16D1HT | PX-W4824TU | PX-W5224A | PX-760A | PX-712A | Plextor Premium | Pioneer 209DBK | TS-H352C | TS-H353A | Wii
https://insecure.redump.info/
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post 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.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
bikerspade
Posts: 1307
Joined: Mon Jun 08, 2026 1:29 am

Re: DiscImageCreator

Post 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.
BW-16D1HT | PX-W4824TU | PX-W5224A | PX-760A | PX-712A | Plextor Premium | Pioneer 209DBK | TS-H352C | TS-H353A | Wii
https://insecure.redump.info/
Post Reply