Uploaded test. http://www.mediafire.com/file/eq80y20l9 … st.7z/file
fixed: Skipped this error.
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
added: support unnamed protection
I created 2 text files. 1st line is comment. 2nd line is file name.
EdcEccErrorProtect.txt (e.g. http://redump.org/disc/45814/ )
# This is a file to fix the edc/ecc error sector. Please write the file name you want to fix the error
CD.IDX
ReadErrorProtect.txt (e.g. http://redump.org/disc/43270/ )
# This is a file not to read sector. Please write the file name you want to read skipping
SYSTEM.LSK
To use this file, please use /sf option.
added: support laserlock and proring (needs optiarc drive)
How to dump (almost same CDArchive)
e.g. http://redump.org/disc/30992/
1. dump the disc except the protected file using plextor drive.
DiscImageCreator.exe cd <driveletter> <filename> <drivespeed> /sf
* DIC detects the protection like this.
Detected [LASERLOK.IN], from 337 to 10336
2. when dumping finished, eject the disc from plex drive and insert it in optiarc drive.
3. dump the protected file
DiscImageCreator.exe data <driveletter> <filename> <drivespeed> 337 10338 /sf /sk 76
* CD has a offset, so please specify more +1 or +2 than endlba. (e.g. 10336 -> 10338)
* /sk is below.
/sk Skip sector for physical protect (e.g. proring, LaserLock etc.)
val sector num
4. merge plextor image and optiarc image
DiscImageCreator.exe merge <plex img> <opti img>
* I don't test yet about other ring protection.
FatArnold wrote:However, now it segfaults after the dump. But all the data seem to be dumped correctly
cue file is missing. Is windows build also same?