Page 159 of 354

Re: DiscImageCreator

Posted: Fri Sep 14, 2018 1:42 am
by sarami
F1ReB4LL wrote:
sarami wrote:I'll get it in the near future. What movies do you recommend? Image
"Final Fantasy: The Spirits Within" is the only thing there that is game-related Image
I ordered it.


EDIT
----
DIC
*2018-09-15
- added: support mode 0x00 of CD data track
- changed: set to invalid mode except 0x00 or 0x01 or 0x02
- fixed: disc speed changing doesn't work for linux.
- fixed: increased memory allocation for double pointer (subchannel, cd-text)
- deleted: some warning when used Wextra

EccEdc
*2018-09-15
added: makefile for linux
added: support mode 0x00 of CD data track
added: 4th sector from last of SecuROM is recognized as error
changed: set to invalid mode except 0x00 or 0x01 or 0x02

Re: DiscImageCreator

Posted: Tue Sep 18, 2018 4:22 pm
by xTMODx
Hi sarami can you please check this dump with new DIC have some problems logs https://www73.zippyshare.com/v/aYCaURdJ/file.html
dump with old DIC logs https://www69.zippyshare.com/v/yr66hZhU/file.html this one is also matching CloneCD dump

Re: DiscImageCreator

Posted: Tue Sep 18, 2018 7:34 pm
by sarami
xTMODx wrote:Hi sarami can you please check this dump with new DIC have some problems logs https://www73.zippyshare.com/v/aYCaURdJ/file.html
dump with old DIC logs https://www69.zippyshare.com/v/yr66hZhU/file.html this one is also matching CloneCD dump
Same. /viewtopic.php?p=24760#p24760
Does this happen every time?

Re: DiscImageCreator

Posted: Wed Sep 19, 2018 1:05 pm
by xTMODx
yes it happen for me every time for this disc, I can try other plextor drives now too

Edit: sorry i think my previous post was misleading, the dump with new DIC produce some errors and old DIC dump is without errors

Re: DiscImageCreator

Posted: Wed Sep 19, 2018 2:45 pm
by XTac
Hey, so I have a bit of a problem with the Duke Nukem Manhattan Project CD. I dumped it with my Plextor 760A using DICUI 1.10. DIC cannot find the copy protection on the disc (which should be CD.IDX dummy file). It ignores the /sf command. When tI compare my dump with the one on redump https://redump.info/disc/44968/ i get different hashes and comparison by vbindiff shows that the dump on redump has a lot of 5555 values while my dump has gibberish.

Not sure what to do at this point. Would appreciate any help. Image

The dump: http://www.mediafire.com/file/v7j5oq5o47hm6nq/DNMP.7z

Re: DiscImageCreator

Posted: Thu Sep 20, 2018 10:47 am
by sarami
XTac wrote:DIC cannot find the copy protection on the disc (which should be CD.IDX dummy file)
There isn't CD.IDX and there is 15 zip files in your disc. Perhaps CD.IDX is archived in zip.

Re: DiscImageCreator

Posted: Thu Sep 20, 2018 11:00 am
by Jackal
sarami wrote:
XTac wrote:DIC cannot find the copy protection on the disc (which should be CD.IDX dummy file)
There isn't CD.IDX and there is 15 zip files in your disc. Perhaps CD.IDX is archived in zip.
There are different variants of this protection and there isn't always a CD.IDX file. For this disc, the error sectors are in the DATA.CAB file range. The only way to get a dump that matches redump is to manually execute "eccedc fix" on the image. I don't know if it will work with the default version or if you need the modified version from reentrant.

Re: DiscImageCreator

Posted: Thu Sep 20, 2018 11:22 am
by reentrant
Or the fix is to force /sf flag even when protection wasn't found.

Re: DiscImageCreator

Posted: Thu Sep 20, 2018 8:27 pm
by sarami
Jackal wrote:the error sectors are in the DATA.CAB file range.
CAB file is also archive.
Jackal wrote:There are different variants of this protection and there isn't always a CD.IDX file.
https://redump.info/discs/quicksearch/unn … ction/only
Do these discs really have same protection? If you say yes, what evidence? Which company made this protection? Almost all protections have the mark indicating it. (SafeDisc has 00000001.TMP, SmartE has 00002.tmp, Old SecuROM has CMS16.DLL, VOB protect has "vob.pcd" in image section header of EXE file etc.)

If you say no, I think the name should be fixed to 'dummy file (or sector) protection'

xTMODx wrote:yes it happen for me every time for this disc, I can try other plextor drives now too

Edit: sorry i think my previous post was misleading, the dump with new DIC produce some errors and old DIC dump is without errors
Old dic logs have huge suberror. I solved this problem by rereading. But I think this way causes the unexpected shifting of main-channel. I have no idea regarding this problem now..

Re: DiscImageCreator

Posted: Sat Sep 22, 2018 5:47 am
by celebi
I have an issue with dumping "Anno 1602 - Im Namen des Königs". The disc dates back to 1999 and seems to use a copy protection that includes a broken/defective sector 150.

CD Manipulator is able to dump the disc (matching checksums with two different drives) by skipping sector 150.

DIC command:

Code: Select all

E:\_Tools\Programs\DiscImageCreator.exe cd F D:\Redump\Anno 1602 - Im Namen des Koenigs (Germany)\Anno 1602 - Im Namen des Koenigs (Germany).bin 4 /c2 20 /ns /sf 
Playing around with the different copy protection related parameters doesn't help.

DIC error log:

Code: Select all

LBA[000000, 0000000]: [F:ReadCDForSegaDisc][L:1104]
    Opcode: 0xa8
    ScsiStatus: 0x02 = CHECK_CONDITION
    SenseData Key-Asc-Ascq: 03-02-83 = MEDIUM_ERROR - VENDOR UNIQUE ERROR
lpCmd: a8, 00, 00, 00, 00, 00, 00, 00, 00, 01, 00, 00
dwBufSize: 2048

LBA[000000, 0000000]: [F:ReadCDForFileSystem][L:574]
    Opcode: 0xa8
    ScsiStatus: 0x02 = CHECK_CONDITION
    SenseData Key-Asc-Ascq: 03-02-83 = MEDIUM_ERROR - VENDOR UNIQUE ERROR
lpCmd: a8, 00, 00, 00, 00, 00, 00, 00, 00, 01, 00, 00
dwBufSize: 2048
All logs: https://www93.zippyshare.com/v/FsXrzNR5/file.html

Is there any way to fix this?