Thanks all.
WIP3
http://www.mediafire.com/download/u0olo2c51f2qv13/
change: c2 error fix logic.
add: output hash(crc32, md5, sha1) to .dat file
>EAN Sector
Please wait.
You are not logged in. Please login or register.
Redump Forum → Posts by sarami
Thanks all.
WIP3
http://www.mediafire.com/download/u0olo2c51f2qv13/
change: c2 error fix logic.
add: output hash(crc32, md5, sha1) to .dat file
>EAN Sector
Please wait.
wip2 is work in progress yet.
I still think it's better to read all the sectors "as is", make a list of incorrect ones and reread them after all the sectors were read. That should give better results, since when you read 1 sector many times, it may return cached results and when you reread all bad sectors in a batch after you have dumped the whole disc, you can be sure no caching is involved
Fixing your ways. But as a result, I think that the reading number of times is not so different.
I would prefer that they can be outputted in clrmame format for using in the newdisc menu.
me too. Please wait.
There should be more logic in determining, if the EAN sector between tracks belongs to the previous or to the next track.
PC Engine Disc is very irregular. I buy it and check it.
>pablogm123
Thanks info.
>F1ReB4LL
Thanks advice.
WIP2
http://www.mediafire.com/download/u0olo2c51f2qv13/
-Support C2 error Flag on D8 command.
-if C2 error bit off & 2 different results, reread.
WIP
http://www.mediafire.com/download/de7fhhiaq4z8vla/
c2: re-read until 80 times (80 is magic number at present.)
this coding is very slow, so impractical..
You could check the bad sectors in cdmage to see if they contain the 0x55 pattern?
If not, then changing those sectors to 0x55 should match up Nexy's dump if it's the same.
Question.
Should bad sector be padding in 0x55 pattern (for SafeDisc)? If app can't read sector, it is padding a sector in 0x00 at the present.
Upload 20130619 ver.
"03 00 00 00 00 00 00 00 00" should be decoded as "ISRC 000000000000" and you just skip those, it's wrong.
added "isrc" argument.
Generally, "ISRC 000000000000" or "0001Q0000000" is invalid. (https://isrc.jmd.ne.jp/about/error.html) But ISRC of track1-6 is valid in case of Valis II. So supported.
When device open fail error occurs, this is all I get.
DiscImageCreator BuildDate:[Apr 7 2013 14:53:45] OS MajorVersion: 6, MinorVersion: 1, BuildNumber: 7601 Start -> 2013-06-09(Sun) 23:30:04 Device Open fail End -> 2013-06-09(Sun) 23:30:05
There is no log
Thx. Additionally, please tell me the all command arguments when an error occurs.
Do the tracks match my dump? I can give you a .sub, so you could burn it and dump with your tool to check the decoding.
Tracks match your dump except track 1.
uploads cue, log, sub
http://www.mediafire.com/download/639b2 … ValisII.7z
Yes, it's an ISRC sector. http://redump.org/disc/28248/ -- for this disc it gives me ISRCs for the first 6 tracks only.
I got Valis II (FFTHTJ10529-3FFTH Z5W8). But this disc don't exist ISRC sector. Please wait..
DIC sometimes gives "Failure to open drive" error randomly, maybe look into that.
Thank's a report. But if I don't take a look at the error message log, I can't say anything...
make the log easier to read
Do you want to get a log only or speedy?
split it up into different files.
In detail?
Perhaps, you want to split into a drive, disc, error log?
Why don't you use C2 error reporting? You could reread the sectors with C2 errors and even merge the multiple read results of the same errorneous sector (since C2 shows the exact error bytes, so you could take out all the good bytes from a single sector).
add C2 error log (read only once and not merge at the present).
Usage
-rall [DriveLetter] [DriveSpeed(0-72)] [filename] c2
Only L0 is dumped on the following disc type (example):
TrackPath: Parallel Track Path
NumberOfLayers: Double Layer
Checking for "PhysicalFormatInformation: L1" will probably fix this issue.
Opposite Track Path DVD-9 discs are also being overdumped.Could you please add TOC+Layer Information:
Session 1... (LBA: 0)
-> Track 01 (Mode 1, LBA: 0 - 4169567)
-> LeadOut (LBA: 4169568)
Layer 0 Sectors: 2084944
Layer 1 Sectors: 2084624
The ISO 'Volume Space Size' is being logged incorrectly. My last post explains some issues with DVD dumping.
fixed
"03 00 00 00 00 00 00 00 00" should be decoded as "ISRC 000000000000" and you just skip those, it's wrong.
"03" is ctl/Adr byte? If it's so, you are right.
I found some CCD file issues:
CloneCD wrote:[TRACK 1]
MODE=0
FLAGS= DCP
INDEX 1=30
I noticed that the last track for my disc is being underdumped. The last 30 sectors are lost with DiscImageCreator and not with other tools.
fixed
I found some CCD file issues:
CloneCD wrote:[TRACK 1]
MODE=0
FLAGS= DCP
INDEX 1=30
I don't write "FLAGS" in ccd file at the present.
Fix at the next release.
DiscImageCreator wrote:[TRACK 1]
MODE=0
INDEX 0=0
INDEX 1=30Here are the .ccd files: http://www.mediafire.com/?z3idm72x26751d8
I don't know a specification in detail about a disc including "INDEX 0" to "TRACK 1".
need or not "INDEX 0" in "TRACK 1"?
in case of clonecd
don't write "INDEX 0" in "TRACK 1". in cue & ccd file.
in case of CDRWIN
write "INDEX 0" in "TRACK 1" in cue file.
The ANSI build is crashing on CD-TEXT CDs with these two versions:
20130222
20130203
fixed
@Sarami: http://www.mediafire.com/?bdzfriq8p4ap011
Here is a link to the two different tracks. One Redump verified and the one that I have from D.I.C.
I'm not getting anything different. Their pack sizes are different but I don't know how to get different sectors to show up or see anything different.
Thank you!
Wrong track data isn't descrambled the last 32 byte of last sector.
Probably, your drive(ASUS DRW-24B1ST a) can' t read lead-out.
In the next release, if combined offset is plus and can't read lead-out, tool doesn't work.
Or if combined offset is minus and can't read lead-in, tool doesn't work.
you can use sector viewer(isobuster) or binary editor etc.
example isobuster
LBA :0
0000 : FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
0010 : FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
0020 : 89 89 89 89 00 00 00 00 0C 0C 0C 0C C5 C5 C5 C5 ................
0030 : 01 01 01 01 00 00 00 00 00 00 00 00 42 42 42 42 ............BBBB
0040 : 50 50 50 50 48 48 48 48 4F 4F 4F 4F 54 54 54 54 PPPPHHHHOOOOTTTT
0050 : 4F 4F 4F 4F 5F 5F 5F 5F 43 43 43 43 44 44 44 44 OOOO____CCCCDDDD
0060 : 00 00 00 00 06 06 06 06 69 69 69 69 61 61 61 61 ........iiiiaaaa
0070 : AD AD AD AD 69 69 69 69 78 78 78 78 2E 2E 2E 2E ....iiiixxxx....
0080 : 8B 8B 8B 8B 65 65 65 65 AD AD AD AD 2E 2E 2E 2E ....eeee........
0090 : 8B 8B 8B 8B 65 65 65 65 AD AD AD AD 00 00 00 00 ....eeee........
00A0 : 41 41 41 41 01 01 01 01 22 22 22 22 29 29 29 29 AAAA....""""))))
00B0 : 51 51 51 51 02 02 02 02 00 00 00 00 10 10 10 10 QQQQ............
00C0 : 70 70 70 70 00 00 00 00 00 00 00 00 00 00 00 00 pppp............
00D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00E0 : 00 00 00 00 00 00 00 00 63 63 63 63 04 04 04 04 ........cccc....
00F0 : 74 74 74 74 01 01 01 01 00 00 00 00 41 41 41 41 tttt........AAAA
0100 : 00 00 00 00 00 00 00 00 00 00 00 00 30 30 30 30 ............0000
0110 : 06 06 06 06 57 57 57 57 45 45 45 45 26 26 26 26 ....WWWWEEEE&&&&
0120 : 10 10 10 10 32 32 32 32 07 07 07 07 60 60 60 60 ....2222....````
0130 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0140 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0150 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0160 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0170 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0180 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0190 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0200 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0210 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0220 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0230 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0240 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0250 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0260 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0270 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0280 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0290 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0300 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0310 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0320 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0330 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0340 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0350 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0360 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0370 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0380 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0390 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0400 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0410 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0420 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0430 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0440 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0450 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0460 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0470 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0480 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0490 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
04A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
04B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
04C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
04D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
04E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
04F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0500 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0510 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0520 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0530 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0540 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0550 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0560 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0570 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0580 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0590 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
05A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
05B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
05C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
05D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
05E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
05F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0600 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0610 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0620 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0630 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0640 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0650 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0660 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0670 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0680 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0690 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
06A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
06B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
06C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
06D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
06E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
06F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0700 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0710 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0720 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0730 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0740 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0750 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0760 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0770 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0780 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0790 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
07A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
07B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
07C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
07D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
07E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
07F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
@sarami: http://www.mediafire.com/?kb4qdc13hl3urm1
Contains the .sub, .sub.txt, and .log.txt.
Hope you can see what's wrong
Thx. In addition, please paste a different first sector of incorrect image & a different first sector of correct image.
As far I know, it is always main+c2+sub, except for Mediatek drives (main+sub+c2).
All plextor drive is main+c2+sub?
I dumped a disc with R-W filled with FF, and it was suffering the very slow reading speed.
Please tell me a title.
Is the tool supporting C2 error reporting? Would be nice if it did.
I want to know main, sub c2 read order. It can confirm by a perfectrip. PX755A is main+c2+sub,
I have not yet tried to dump some discs with intentional errors (safedisc, laserlok, smarte, sector header)
I haven't these disc at present.
When dumping No One Can Stop Mr. Domino, the second track has a different crc32 even though sectors and size matched.
Please upload sub & log & Track2 data.
The cause of the x64 error
-> padded with a multiple of four the DataTransferLength of CDROM_READ_TOC_EX_FORMAT_FULL_TOC
Where can I download "subdump"?
F1ReB4LL, Nexy, Jackal.
Does not work at 32 bit ver?
Why not install Win7 x64 yourself to get a better idea of what's causing the problem?
I use Win7 x64 PC. and 64bit version is working well on PX-712SA, PX-755SA.
These drive is connected at converting from SATA to USB.
Also I have PX-760A and I tested.
The result is found that in case of the adapter to convert from IDE to USB does not work at the part.
works
KAMAZO5.25-SL(http://www.scythe.co.jp/accessories/20051018-230433.html)
don't works(same error as yours drive)
OWL-EADP2/U3(http://www.owltech.co.jp/products/drive_case/EADP2_U3/EADP2_U3.html)
px_d8 & cdtoimg also don't work at this adapter.
Now I do not know why..
Redump Forum → Posts by sarami
Powered by PunBB 1.4.4, supported by Informer Technologies, Inc.
Currently installed 6 official extensions. Copyright © 2003–2009 PunBB.