Page 36 of 354
Re: DiscImageCreator
Posted: Thu Apr 24, 2014 10:03 am
by pablogm123
I don't want CloneCD even if given for free...
PerfectRip subcode:
http://www.mediafire.com/?73w2wb7ri70w7om
Re: DiscImageCreator
Posted: Thu Apr 24, 2014 5:20 pm
by sarami
It's fixed probably (I don't test because I don't have this)
EDIT:
re-fix
Re: DiscImageCreator
Posted: Fri Apr 25, 2014 3:33 am
by Nexy
sarami can you add the option to disable C2 entirely.
Do you have any SafeDisc/Laserlock protected discs? or ones with Cactus Data Shield or something else with intentional C2 errors?
Re: DiscImageCreator
Posted: Fri Apr 25, 2014 10:29 pm
by sarami
disable C2 entirely
What do you mean? If you don't need C2, you don't need to set /c2 option.
Do you have any SafeDisc/Laserlock protected discs?
I don't have yet.
or ones with Cactus Data Shield
I have some disc (CDS-200, CDS-300).
or something else with intentional C2 errors?
I have 2 disc.
Re: DiscImageCreator
Posted: Sat Apr 26, 2014 2:06 am
by Nexy
Ahh yeah the /c2 switch... sorry I'm on pain meds and I'm a bit derpy.
Need to be able to dump discs with intentional errors scrambled and check later, didn't you add some ecc/edc checking too?
Forgot to ask, can we specify a range to dump now, and if so can we dump that range also backwards?
Re: DiscImageCreator
Posted: Sun Apr 27, 2014 5:47 pm
by pablogm123
Code: Select all
http://www.mediafire.com/?8z2x18co8bdiqmv
Logs and whatnot included in that archive, plus the problematic mixed pregap.
Issue: 41 sectors in that mixed pregap in scrambled form. Those sectors should be unscrambled. In the same disc there is another data track with the same kind of mixed pregap (because the previous track is audio, so should contains 75 audio sectors + 150 mode 1 sectors) unaffected.
===
Code: Select all
http://www.mediafire.com/?dgx51e49mog8tmy
The new version can rip finally the problematic William Shatner's Tekwar (authentic release by Intracorp) disc I have. Unfortunately, the new EccEdc.exe program returns unexpected results, likely because it analyzes the data track without taking into account the pregap defined by the subcode and then audio sectors (and this disc has scrambled data sectors in the pregap of track 2) which belongs actually to track 2 are reported as false errors.
Do you have any PCE CD to test? These discs contains mixed pregaps in the data tracks and therefore a routine to detect smartly the audio sectors and ignore them is needed.
Re: DiscImageCreator
Posted: Tue Apr 29, 2014 12:53 am
by sarami
Issue: 41 sectors in that mixed pregap in scrambled form. Those sectors should be unscrambled. In the same disc there is another data track with the same kind of mixed pregap (because the previous track is audio, so should contains 75 audio sectors + 150 mode 1 sectors) unaffected.
from log
Code: Select all
LBA 232097, Track[27]: data track, but this sector is audio
Code: Select all
LBA[232096, 0x38AA0], Data, Copy NG, TOC[TrackNum-27, Index-00, RelativeTime-00:01:33, AbsoluteTime-51:36:46] RtoW:ZERO, RtoW:ZERO, RtoW:ZERO, RtoW:ZERO
LBA[232097, 0x38AA1], Audio, 2ch, Copy NG, Pre-emphasis No, TOC[TrackNum-27, Index-00, RelativeTime-00:01:32, AbsoluteTime-51:36:47] RtoW:ZERO, RtoW:ZERO, RtoW:ZERO, RtoW:ZERO
LBA[232098, 0x38AA2], Data, Copy NG, TOC[TrackNum-27, Index-00, RelativeTime-00:01:31, AbsoluteTime-51:36:48] RtoW:ZERO, RtoW:ZERO, RtoW:ZERO, RtoW:ZERO
Uploaded latest WIP. Please re-test.
Do you have any PCE CD to test?
Yes. I have 134 PCE CD now.
the new EccEdc.exe program returns unexpected results
EccEdc_20140429
fixed: skip scrambled sector
http://www.mediafire.com/?j87e0amayhc2q7h/
Re: DiscImageCreator
Posted: Tue Apr 29, 2014 8:29 am
by F1ReB4LL
sarami wrote:Yes. I have 134 PCE CD now.
Your dumps are welcome

Re: DiscImageCreator
Posted: Fri May 02, 2014 10:16 am
by sarami
F1ReB4LL wrote:sarami wrote:Yes. I have 134 PCE CD now.
Your dumps are welcome

I don't have a recommended ripping tool for PCE.
pablogm123 wrote:Have you considered the possibility of implementing some way of detecting possible subcode vs. TOC desyncs, and print this data in the log files?
Once dumped the disc, you compare the indexes 01 and flags (DCP, PRE...) according to the TOC against the ones defined by the dumped subcode. If differ, print as warning.
coded.
added: /s option (if toc vs. sub isn't sync, sub indexes in priority)
if not /s option, toc indexes in priority.
added: cue file for img
Re: DiscImageCreator
Posted: Fri May 02, 2014 10:40 am
by pablogm123
TOC indexes in priority should be the default option.