2,201 (edited by sarami 2019-10-16 08:53:47)

usurper wrote:

What am I doing wrong? Latest DIC version doesnt dump Disc in a certain dir when running from it. Instead it put its files one level up when running usual command: DiscImageCreator.exe cd e Track 2 /c2 10 /ns /sf from dir: D:\REDUMP\LEGO Football Mania
Files goto: D:\REDUMP and named LEGO Football ManiaTrack*.*

EDIT: ./Track in that command line does the trick for now, but that doesnt seem to be normal.

Uploaded
http://www.mediafire.com/file/eq80y20l9 … st.7z/file

https://github.com/saramibreak/DiscImageCreator/pull/33
His code is buggy now. I reverted the code until he fixes it.

2,202

I just tested out with the latest test version you just posted and trying to set the /be flag to force pack mode for dumping CDG discs and it still sets the drive to dump in d8 mode.

2,203

Haldrie wrote:

it still sets the drive to dump in d8 mode.

Up 20191018 111021 http://www.mediafire.com/file/eq80y20l9 … st.7z/file

2,204

Shoot it keeps failing when trying to check if the drive can read the lead-out and definetely has an issues when dealing with multi-session discs throwing up a bunch of ILLEGAL_REQUEST errors directed towards the end of the disc.

2,205

It's normal. Plextor can't read data sectors at scrambled using /be. If you want to get the packed sub on cd command, you don't use /c2. SubCode[2] is packed sub and SubCode[8] is raw sub.

2,206

Sadly that didn't work. It reacted the same way just with the error about not having /c2 set.

2,207 (edited by Nexy 2019-10-20 10:23:51)

I tested the Yamaha CRW-F1 a bit. It seems to have D8 support (according to EAC) and can read the track 01 pre gap up to 150 sectors. It reports being able to read the lead out but not sure if this is valid or not. It either doesn't support C2 or EAC is unable to determine the format they are returned in.

I am unable to test it with DIC as it hangs my system when the disc read speed is set. I did try 0 as the speed as suggested before. Drive is quite rare and expensive, so I don't expect you to pick one up. I figured I would post my findings anyways.

Plextor PX-760A 1.07 (+30) : Plextor PX-716SA 1.11 (+30) : Plextor PX-W5224A 1.04 (+30) : Plextor PX-W4824 1.07 (+30) : Plextor PX-W4012TA 1.07 (+98) : Plextor PX-W1610TA (+99) : Plextor PX-W1210TA 1.10 (+99) : Lite-On LTR-48246S (+6) : Lite-On LTR-52246S (+6) : Lite-On LH-20A1H LL0DN (+6) : BenQ DW1655 BCIB (+618) : ASUS DRW-2014L1 1.02 (+6) : Yamaha CRW-F1 (+733) : Optiarc SA-7290H5 1H44 (+48) : ASUS BW-16D1HT 3.02 (+6)

2,208

Haldrie wrote:

Sadly that didn't work.

Upload all logs, please.

Nexy wrote:

I tested the Yamaha CRW-F1 a bit. It seems to have D8 support (according to EAC)

And you can check it by the mode 4, 5, 6 of subdump. Probably 4 and 5 works. I want to know if mode 6 works.

Nexy wrote:

I am unable to test it with DIC as it hangs my system when the disc read speed is set. I did try 0 as the speed as suggested before.

If 0 is set, DIC doesn't use speed setting.

                if (uiCDSpeed != 0) {
                    SetDiscSpeed(pExecType, pExtArg, pDevice, uiCDSpeed);
                }

Perhaps, it hangs by other func.

2,209

Hey sarami, did that Skidoo game arrive yet?

Plextor PX-760A 1.07 (+30) : Plextor PX-716SA 1.11 (+30) : Plextor PX-W5224A 1.04 (+30) : Plextor PX-W4824 1.07 (+30) : Plextor PX-W4012TA 1.07 (+98) : Plextor PX-W1610TA (+99) : Plextor PX-W1210TA 1.10 (+99) : Lite-On LTR-48246S (+6) : Lite-On LTR-52246S (+6) : Lite-On LH-20A1H LL0DN (+6) : BenQ DW1655 BCIB (+618) : ASUS DRW-2014L1 1.02 (+6) : Yamaha CRW-F1 (+733) : Optiarc SA-7290H5 1H44 (+48) : ASUS BW-16D1HT 3.02 (+6)

2,210

Sarami you're amazing smile

Can you look at this and let me know if 1 error is acceptable or if it might have been a bad dump? http://forum.redump.org/post/73890/#p73890

All my posts and submission data are released into Public Domain / CC0.

2,211

Up 20191022 162447 http://www.mediafire.com/file/eq80y20l9 … st.7z/file

Nexy wrote:

Skidoo

it needs /sf and edit C2ErrorProtect.txt. But it seems intentional C2 errors of Skidoo are unstable.

user7 wrote:

1 error

"20190813 184538" is old.

2,212 (edited by Nexy 2019-10-25 12:23:56)

sarami wrote:

it needs /sf and edit C2ErrorProtect.txt. But it seems intentional C2 errors of Skidoo are unstable.

Does it take multiple files now? It only took one before and the disc has 7 files.

What do you mean unstable?

Plextor PX-760A 1.07 (+30) : Plextor PX-716SA 1.11 (+30) : Plextor PX-W5224A 1.04 (+30) : Plextor PX-W4824 1.07 (+30) : Plextor PX-W4012TA 1.07 (+98) : Plextor PX-W1610TA (+99) : Plextor PX-W1210TA 1.10 (+99) : Lite-On LTR-48246S (+6) : Lite-On LTR-52246S (+6) : Lite-On LH-20A1H LL0DN (+6) : BenQ DW1655 BCIB (+618) : ASUS DRW-2014L1 1.02 (+6) : Yamaha CRW-F1 (+733) : Optiarc SA-7290H5 1H44 (+48) : ASUS BW-16D1HT 3.02 (+6)

2,213

Logs from new dump here, still 1 error
http://forum.redump.org/post/74249/#p74249

All my posts and submission data are released into Public Domain / CC0.

2,214

20191026 124705 http://www.mediafire.com/file/eq80y20l9 … st.7z/file
- fixed: subs of Lead-out are also fixed

Nexy wrote:

What do you mean unstable?

Different hashes are outputted every time.

2,215

Hello Sarami

I've got trouble dumping an enhanced CD/CD extra...
It reports multiple pregaps and errors... but the disc is new and scratch free:
http://forum.redump.org/post/73605/#p73605

Could you have a look at the problem?

2,216 (edited by Nexy 2019-10-26 19:38:43)

sarami wrote:

Different hashes are outputted every time.

Well yeah, it's not really suited to these kinds of discs and requires manual work, but we need to be able to get an initial dump to work from first without waiting a really long time. I was hoping you could improve how it handles errors, much like Alcohol does with it's advanced error scanner that uses a different mode. But improve it so it tries to re-read sectors that don't have the heavy sync errors.

Either way if we could skip the files with the errors that would be great, but currently you can't specify multiple files to skip, it only accepts one.

Plextor PX-760A 1.07 (+30) : Plextor PX-716SA 1.11 (+30) : Plextor PX-W5224A 1.04 (+30) : Plextor PX-W4824 1.07 (+30) : Plextor PX-W4012TA 1.07 (+98) : Plextor PX-W1610TA (+99) : Plextor PX-W1210TA 1.10 (+99) : Lite-On LTR-48246S (+6) : Lite-On LTR-52246S (+6) : Lite-On LH-20A1H LL0DN (+6) : BenQ DW1655 BCIB (+618) : ASUS DRW-2014L1 1.02 (+6) : Yamaha CRW-F1 (+733) : Optiarc SA-7290H5 1H44 (+48) : ASUS BW-16D1HT 3.02 (+6)

2,217

Parotaku wrote:

multiple pregap1 of 2nd session

20191027 131420 http://www.mediafire.com/file/eq80y20l9 … st.7z/file

Nexy wrote:

but currently you can't specify multiple files to skip, it only accepts one.

Multiple files are supported from 20191022 162447, please edit C2ErrorProtect.txt.

2,218 (edited by Parotaku 2019-10-27 09:02:24)

sarami wrote:
Parotaku wrote:

multiple pregap1 of 2nd session

20191027 131420 http://www.mediafire.com/file/eq80y20l9 … st.7z/file

Thanks Sarami, that fixed the pregap problem...
https://www.dropbox.com/s/3tvxukcqn9pc0 … st.7z?dl=0

... but I still got a strange 'Detected C2 error 6 bit' error...

Strange because the disc is new, clean & scratch free but, when I scan it with Nero DiscSpeed ScanDisc it reports different states depending on the drive used to scan it... but as these 'false' C2 errors are not placed where DIC reports them, I'm really thinking it's more a weird/bad disc format/structure which is uncompatible/unreadable with some CD drive... :-/

Is there a way to force DIC to read with a generic drive like my Pioneer BDC-202?
If not, I think I'll give up getting a correct dump from this disc...

Post's attachments

disc-error.png 57.45 kb, 12 downloads since 2019-10-27 

You don't have the permssions to download the attachments of this post.

2,219

ISO\ATLANTIS_CD2\ATLANTIS.bin 20 /c2 20 

Try "ISO\ATLANTIS_CD2\ATLANTIS.bin 20 /c2"
Without '20', DIC uses '4000' by default.

Parotaku wrote:

Strange because the disc is new, clean & scratch free

Your disc has huge subError. At least, disc condition is not good. If possible, you should get another copy.

2,220

sarami wrote:

Try "ISO\ATLANTIS_CD2\ATLANTIS.bin 20 /c2"
Without '20', DIC uses '4000' by default.

Your disc has huge subError. At least, disc condition is not good. If possible, you should get another copy.

Thanks, after 830 retries it managed to get the data...
http://forum.redump.org/post/74304/#p74304

I asked the seller for a disc 2 replacement... not sure if he will believe me on a Nero ScanDisc screenshot though... We'll see... :-/

2,221

sarami wrote:
Parotaku wrote:

multiple pregap1 of 2nd session

20191027 131420 http://www.mediafire.com/file/eq80y20l9 … st.7z/file

Thanks, does this look good? https://cdn.discordapp.com/attachments/ … CTest2.rar

No errors.

All my posts and submission data are released into Public Domain / CC0.

2,222

sarami wrote:

Multiple files are supported from 20191022 162447, please edit C2ErrorProtect.txt.

Okidoki, thanks.

Plextor PX-760A 1.07 (+30) : Plextor PX-716SA 1.11 (+30) : Plextor PX-W5224A 1.04 (+30) : Plextor PX-W4824 1.07 (+30) : Plextor PX-W4012TA 1.07 (+98) : Plextor PX-W1610TA (+99) : Plextor PX-W1210TA 1.10 (+99) : Lite-On LTR-48246S (+6) : Lite-On LTR-52246S (+6) : Lite-On LH-20A1H LL0DN (+6) : BenQ DW1655 BCIB (+618) : ASUS DRW-2014L1 1.02 (+6) : Yamaha CRW-F1 (+733) : Optiarc SA-7290H5 1H44 (+48) : ASUS BW-16D1HT 3.02 (+6)

2,223

There's another bug in ecc/edc check. It doesn't report the single SecuROM error when the disc is mainly mode 2 and has a single mode 1 sector.

LBA[332302, 0x5120e], MSF[73:52:52], mode 2 form 1, SubHeader[1](IsInterleaved[00]), [2](ChannelNum[00]), [3](SubMode[08]), Form 1, Data, [4](CodingInfo[00])
LBA[332303, 0x5120f], MSF[73:52:53], mode 1
LBA[332304, 0x51210], MSF[73:52:54], mode 2 form 1, SubHeader[1](IsInterleaved[00]), [2](ChannelNum[00]), [3](SubMode[09]), Form 1, Data, End audio, [4](CodingInfo[00])
LBA[332305, 0x51211], MSF[73:52:55], mode 2 form 1, SubHeader[1](IsInterleaved[00]), [2](ChannelNum[00]), [3](SubMode[00]), Form 1, [4](CodingInfo[00])
LBA[332306, 0x51212], MSF[73:52:56], mode 2 form 1, SubHeader[1](IsInterleaved[00]), [2](ChannelNum[00]), [3](SubMode[00]), Form 1, [4](CodingInfo[00])
[NO ERROR] User data vs. ecc/edc match all
Plextor PX-760A 1.07 (+30) : Plextor PX-716SA 1.11 (+30) : Plextor PX-W5224A 1.04 (+30) : Plextor PX-W4824 1.07 (+30) : Plextor PX-W4012TA 1.07 (+98) : Plextor PX-W1610TA (+99) : Plextor PX-W1210TA 1.10 (+99) : Lite-On LTR-48246S (+6) : Lite-On LTR-52246S (+6) : Lite-On LH-20A1H LL0DN (+6) : BenQ DW1655 BCIB (+618) : ASUS DRW-2014L1 1.02 (+6) : Yamaha CRW-F1 (+733) : Optiarc SA-7290H5 1H44 (+48) : ASUS BW-16D1HT 3.02 (+6)

2,224

Nexy wrote:

the disc is mainly mode 2 and has a single mode 1 sector.

Up EccEdc.exe http://www.mediafire.com/file/eq80y20l9 … st.7z/file

2,225 (edited by user7 2019-11-01 15:52:59)

I'm getting this error with the latest test when trying to dump a DVD-Video:
py Protection Error - The current DVD's region does not correspond to the region setting of the drive.

[F:ioctl_ReadTitleKey][L:126] GetLastError: 2147681034, Copy Protection Error - The current DVD's region does not correspond to the region setting of the drive.

Do I have to change my drive region to dump?

All my posts and submission data are released into Public Domain / CC0.