Page 207 of 354
Re: DiscImageCreator
Posted: Tue Aug 20, 2019 1:22 am
by sarami
Nexy wrote:Disc is The Settlers III Mission CD, and uses some kind of ring protection, but it is not RingProtech or Laserlock.
It's Blue Byte Software original(?) protection. Germany version(
https://redump.info/disc/43270/) has SYSTEM.LSK. This file are protected.
1. Edit the 2nd line of ReadErrorProtect.txt
2. Try this process -> "Dumping Guide for LaserLock and Proring" of
https://github.com/saramibreak/DiscImageCreator/wiki
Re: DiscImageCreator
Posted: Tue Aug 20, 2019 1:45 am
by Nexy
Yes it has this hidden SYSTEM.LSK file (good to know), but DIC is not detecting it and then ignoring /sf switch. Maybe because it's marked hidden? I am trying with 5224TA, maybe tomorrow I try it with 716 but I think result is the same, I had this same issue with the Skidoo Racing.
:EDIT:
Yes tried with your exact example, no protection detected and /sf is ignored. Infinite hang on error sectors.
Re: DiscImageCreator
Posted: Tue Aug 20, 2019 3:47 am
by sarami
I tried and detected it.
Code: Select all
Checking SubQ adr (Track) 13/13
Checking SubRtoW (Track) 13/13
Reading DirectoryRecord 262/ 262
Checking EXE 35
Detected a protected file [SYSTEM.LSK]. LBA 219893 to 230644
Set OpCode: 0xd8, SubCode: 8(Raw)
Did you really do this?
Code: Select all
1. Edit the 2nd line of ReadErrorProtect.txt
Re: DiscImageCreator
Posted: Tue Aug 20, 2019 9:52 am
by Nexy
I missed that but, I don't want to skip the file. Some of the sectors are good, error recovery needs to be better. I don't know why DIC hangs like that, when other programs do not. Perhaps you can improve this behavior to not need some special directives.
Re: DiscImageCreator
Posted: Tue Aug 20, 2019 8:37 pm
by Nexy
I've dumped it with your method, but readable sectors are missing and Reentrant's tool doesn't work for this. I'll do some capturing with bushound on alcohol so you can see what they do, claunia looked and they changed the mode so it doesn't hang.
In the mean time can you make it so ReadErrorProtect.txt can handle multiple files, Ski-Doo Team Racing is indeed using RingPROTECH but it has multiple files, here's a list.
style2.css
sno.ext
ds0.bl0
setup.mp
x-team_ss.ext
setextra.ex
Re: DiscImageCreator
Posted: Wed Aug 21, 2019 4:52 am
by sarami
Nexy wrote:but readable sectors are missing
- changed: rereading
http://www.mediafire.com/file/eq80y20l9 … st.7z/file
Re: DiscImageCreator
Posted: Thu Aug 22, 2019 12:05 am
by Nexy
OK testing.
Re: DiscImageCreator
Posted: Thu Aug 22, 2019 1:43 am
by Nexy
Thanks, its is reading the sectors now but takes ages, I will let it run over night.
Another issue, I don't know if it's the DVD drives or a bug in DIC. There is no C2 errors but some sectors are corrupted after unscrambling. Here is the log of the latest one I had this happen. This only happens with my 716 and 760, it does not happen with any of the CD drives.
https://drive.google.com/open?id=1DwwR2 … umsj3u3FjM
:edit:
Spoke too soon, still hangs about 10 sectors in, infinite hang. Must be the read mode or something.
Re: DiscImageCreator
Posted: Fri Aug 23, 2019 7:27 am
by sarami
Uploaded:
http://www.mediafire.com/file/eq80y20l9 … st.7z/file
- added: output 96bytes of SubChannel in subError.txt if crc16 doesn't match.
Nexy wrote:Another issue, I don't know if it's the DVD drives or a bug in DIC. There is no C2 errors but some sectors are corrupted after unscrambling. Here is the log of the latest one I had this happen. This only happens with my 716 and 760, it does not happen with any of the CD drives.
Some dumpers also have reported this. I've thought this is the problem of drives.
If you have time, please test below.
1. Dump your disc using cdtoimg.exe (d8 hacked) and descramble using Descramble_CDDA.exe.
If I remember right, cdtoimg uses the submode 00 (only main-channel is dumped). If Descramble_CDDA can descramble all sectors with no errors, I think the submode 08 (main+c2+sub) of DVD drive have bug.
Re: DiscImageCreator
Posted: Fri Aug 23, 2019 12:59 pm
by Nexy
Well I looked at the sectors in cdmage, on one disc the sync is shifted by 16 bytes to the right (safedisc) and on another disc the sync is shifted into the previous sector's ecc/edc area (normal disc). So yeah I think this is a bug with the DVD drives.