Page 54 of 354

Re: DiscImageCreator

Posted: Sat Nov 29, 2014 2:20 am
by sarami
Updated EdcEcc (This is included in DiscImageCreator test ver.)
(tested SmartE protection disc)

Re: DiscImageCreator

Posted: Sat Nov 29, 2014 11:26 pm
by axisleon
DiscImageCreator new feature test for SafeDisc 2

----------------------
Material: Game with SafeDisc 2.90.040

Drive: ASUS CRW-5224A (+6)(Overread Lead-In)
Tool: Alcohol 120% 1.9.6 (Build 4719), CloneCD 5.2.9.1

1. Use the drive which can backup SD2 2.9 successful(tested).

2. Dump via Alcohol and ClonCD, twice for each way.

3. All 4 files(.img and .mdf) hash matched with 575 errors and named it HGKT

----------------------
Drive: Plextor PX-W4012TA 1.06(+98)(Overread Lead-In and Lead-Out)
Tool: DiscImageCreator TestVer.20141129 with new EdcEcc

1. Don't know add or not add the /rc parameter for new padding with 0x55 function on unread sectors, make both.

2. After dump twice without /rc got a dump with 575 errors but no padding 0x55(hex compare with HGKT), named it HGKT_cd.

3. Dump twice with /rc got a dump with padding 0x55 on unread sectors but 2030 errors, named it HGKT_rc.

----------------------
Tool: Daemon Tools Lite Ver.4.49.4.0356 Free Licensed

1. Mount them without any protect emulation.
Image

2. All 3 can install from start to end.  >>  <a>
Image

3. HGKT_rc can not launch.  >>  <b>
Image

4. HGKT and HGKT_cd launch successful.  >>  <c>
Image
Image

----------------------
Summary:

<a>: Even HGKT_rc have 2030 errors but still can install complete.

<b>: Maybe additional 1455 errors are weak sectors but padding with 0x55. (/rc option failed)

<c>: HGKT_cd ok for detect unread sectors but not with 0x55 padding. (/cd option failed of non-following redump format)

Re: DiscImageCreator

Posted: Sun Nov 30, 2014 11:35 am
by sarami
Thank's test.
I don't have safedisc v2 or higher now, so can't test these disc. Please wait.
Used /rc option, timeout val was set to '5' and exec EccEdc.exe fix command.
Without /rc option, timeout val was set to  '60' and exec EccEdc.exe check command.

I uploaded exe for the moment.
- changed: /rc option (added arg for timeout val. Default is 5)

Re: DiscImageCreator

Posted: Sun Nov 30, 2014 1:37 pm
by axisleon
Cool advise.

I will try that, keep on going the awesome project.

Re: DiscImageCreator

Posted: Tue Dec 02, 2014 10:57 pm
by axisleon
DiscImageCreator TestVer.20141201  Part.2
---------------------

Code: Select all

DiscImageCreatorT1201.exe cd h: HGKT_rc.bin 4 /rc 60
Error count 2320 with 0x55 padding, failed (unmatch CloneCD and Alcohol)

Code: Select all

DiscImageCreatorT1201.exe cd h: HGKT_rc.bin 4 /rc 600
Error count 2320 with 0x55 padding, failed (unmatch CloneCD and Alcohol)

Code: Select all

DiscImageCreatorT1201.exe cd h: HGKT_rc.bin 4 /rc 6000
Error count 2320 with 0x55 padding, failed (unmatch CloneCD and Alcohol)

Code: Select all

DiscImageCreatorT1201.exe cd h: HGKT_rc.bin 1 /rc 6000
Error count 2320 with 0x55 padding, failed (unmatch CloneCD and Alcohol)

All 4 hash the same, also match the early version dump.

Code: Select all

DiscImageCreatorT1201.exe cd h: HGKT_cd.bin 4 
Error count 575 with non-0x55 padding, failed (unmatch CloneCD and Alcohol)

Match the early version dump with same parameter.

Re: DiscImageCreator

Posted: Fri Dec 05, 2014 7:11 am
by sarami
updated

Re: DiscImageCreator

Posted: Fri Dec 05, 2014 10:43 pm
by axisleon
DiscImageCreator TestVer.20141205  Part.3
---------------------

Code: Select all

DiscImageCreatorT1205.exe cd h: HGKT_rc.bin 1 /rc 60
Error count 10035 with 0x55 padding, failed (unmatch CloneCD/Alcohol dump)

Code: Select all

DiscImageCreatorT1205.exe cd h: HGKT_rc.bin 1 /rc 6000
Error count 10035 with 0x55 padding, failed (unmatch CloneCD/Alcohol dump)

Both are the same checksum, error count more than Part 2.

Code: Select all

DiscImageCreatorT1205.exe cd h: HGKT_cd.bin 1 
Error count 575 with non-0x55 padding, failed (unmatch CloneCD/Alcohol dump)

Match the Part 1 and 2 dump with non /rc parameter. (the only way for good error detect)

Re: DiscImageCreator

Posted: Sat Dec 06, 2014 1:33 am
by sarami
plz log.

Re: DiscImageCreator

Posted: Sat Dec 06, 2014 1:52 am
by axisleon
sarami wrote:plz log.
Sorry, I deleted.

Which txt you need? Redump and upload later.

Re: DiscImageCreator

Posted: Sat Dec 06, 2014 8:15 am
by sarami
infolog.txt, errorlog.txt, EdcEcc.txt
and, I'm sorry I didn't test without /c2 option. I confirmed error increased without /c2 option.

EDIT: Updated