DiscImageCreator

reentrant
Posts: 719
Joined: Mon Jun 08, 2026 1:28 am

Re: DiscImageCreator

Post by reentrant »

So in case of this 1024B sector is DIC going to have support for this?

Sarami: Could you made a commit to git with latest changes? I think I have a DVD that fails to dump and I'd like to debug it...
Last edited by reentrant on Sun Jul 23, 2017 9:13 am, edited 1 time in total.
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

Another weird bug. 2nd track misdetected as audio. The dump is correct, the 2nd track is properly descrambled, but the cuesheet is wrong.

Maybe there's something unusual with the disc itself, because the older TruRip db dump is totally broken, with the incorrect total image size (16 sectors smaller than should be) and incorrect sizes for most of the tracks. Subs are normal, all the 2nd track's sectors are marked as 41 02 (data).
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

reentrant wrote:So in case of this 1024B sector is DIC going to have support for this?
Yes, path/directory table can read correctly.
reentrant wrote:Sarami: Could you made a commit to git with latest changes? I think I have a DVD that fails to dump and I'd like to debug it...
Fixed a transfer length for reading Volume Descriptor of DVD. Concerning committing, plz wait...
F1ReB4LL wrote:Another weird bug. 2nd track misdetected as audio.

Code: Select all

     Combined Offset(Byte) -30576, (Samples) -7644
    -   Drive Offset(Byte)    120, (Samples)    30
    ----------------------------------------------
           CD Offset(Byte) -30696, (Samples) -7674
    Overread sector: -14
Sector size "-14" is incorrect. "-13" is correct. This is fixed but I don't know whether the misdetecting is fixed or not.
Last edited by sarami on Mon Jul 24, 2017 8:15 pm, edited 1 time in total.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

Jackal wrote:
usurper wrote:Sarami, if you are looking for a challenging protection, get yorself this or this disc.
https://www.medimops.de/infogrames-der- … 6FS54.html
https://www.medimops.de/infogrames-der- … 6FS55.html

This one from the same publisher has the same protection:

https://www.medimops.de/vivendi-univers … edVeryGood
GameCopyWorld wrote:The process took 18 hours to complete because about 35% of the CD contains unreadable errors!
I bought Fort Boyard Millenium. There are some errors in CDDA area. Is this true?  Jackal, usurper, if you have this, plz check...


EDIT:
20170728
- added: /ss option (scan sector for protectCD-VOB)
- changed: Option name is /rc -> /sf (scan file)
- changed: Directory record size from 8192 to 16384
- changed: Data sector is descrambled when sync is valid and mode is valid
           and there is the reverted sector, and unknown mode but reserved byte all zero
- changed: The LBA of FULL TOC is used only the multi session disc.
- fixed: Reading path/directory record (support the logical block size under 2048 byte)
- fixed: The transfer length to read path/directory record for DVD
- fixed: Short of the shifted sector if the combined offset is 2352*n (n is integer)
Last edited by sarami on Fri Jul 28, 2017 10:27 am, edited 1 time in total.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Jackal
Posts: 2598
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by Jackal »

Trying to dump a CD-i game (Dimo's Quest).

It seems that the offset is misdetected, which results in a dump with shifted data that is missing 3816 bytes in the first sectors.

What is also strange, is that when I do a normal sector view in IsoBuster with the Plextor, there is an offset in the data sectors. The Optiarc drive does not have this.

The old px_d8 tool detects the combined offset correctly as -924. The dump should match this other disc(which also matches Trurip) - https://redump.info/disc/35804/

Is this a drive bug or a software bug?
Attachments
logs.zip
Imported Redump attachment 1246
(24.3 KiB) Downloaded 1 time
Last edited by Jackal on Tue Aug 15, 2017 12:42 pm, edited 1 time in total.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

https://redump.info/disc/36178/ This disc is perhaps same.
These discs have only audio track on TOC, but there are actually some data sector in pregap of first sector. When dic searches the offset from disc, it gets the offset from "first data track". So dic can't get it properly. Why wouldn't CD-i adopt the mixed (data - audio) disc?
Please wait until fix.

EDIT:
Updated test version. Please test.
Last edited by sarami on Wed Aug 16, 2017 4:48 am, edited 1 time in total.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Jackal
Posts: 2598
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by Jackal »

The new test version dumps the disc correctly, thanks!
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

Jaguar discs are also interesting in terms of offset detection Image
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

*2017-08-18
- added: adr 06 of the subchannel (some Amiga CDTV disc)
- added: No data track but there is some data sector (some CD-i disc)
- added: Corrupted directory record disc (Amiga tools 4)
- changed: Some log message
- changed: the max size to search the exe file when use /sf option (1024 -> 4096)
- fixed: Disc that the session 2 starts from the track 2
- fixed: Descrambling of some mastering error disc
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
User avatar
Schrodinger
Posts: 128
Joined: Mon Jun 08, 2026 1:28 am

Re: DiscImageCreator

Post by Schrodinger »

So,
I try to dump a dvd-video "Biohazard 5th Anniversary - Wesker's Report (Japanese)" using a usb drive.
It's my first dump so I don't know what is wrong.
Could you explain if my dump is ok or not? Also could you explain about the options /c and /f in dvd dump?
First I played for couple of minutes with vlc and then use DIC.

Logs attached
Attachments
Wesker1.rar
Imported Redump attachment 1251
(6.69 KiB) Downloaded 1 time
Last edited by Schrodinger on Wed Aug 23, 2017 8:02 pm, edited 1 time in total.
Post Reply