I think both discs are no problem as mastering error sectors. Hereafter, admin or moderator judge it.user7 wrote:if it's okay?
DiscImageCreator
Re: DiscImageCreator
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Re: DiscImageCreator
Thanks, also can you have a look at this? https://drive.google.com/file/d/1lbh0vA … sp=sharing
>Write Offset: 88200
O_O
>Write Offset: 88200
O_O
All my posts and submission data are released into Public Domain / CC0.
Re: DiscImageCreator
Surprisingly, it's correct.user7 wrote:>Write Offset: 88200
Code: Select all
========== OpCode[0xd8]: SubCode[0]: Check Drive + CD offset ==========
========== LBA[000000, 0000000]: Main Channel ==========
+0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F
0000 : 3D E5 D1 8B 1C 67 49 EA B6 CF 36 D4 16 DF 4E D8 =....gI...6...N.
0010 : 34 5A 97 7B 2E A3 5C 79 F9 E2 C2 C9 91 96 EC 6E 4Z.{..\y.......n
0020 : CD EC 55 8D FF 25 80 1B 20 0B 58 07 7A 82 A3 21 ..U..%.. .X.z..!
0030 : B9 D8 72 DA A5 9B 3B 2B 53 5F 7D F8 21 82 98 61 ..r...;+S_}.!..a
0040 : AA A8 7F 3E A0 10 78 0C 22 85 D9 A3 1A F9 CB 02 ...>..x.".......
0050 : D7 41 9E B0 68 74 2E A7 5C 7A B9 E3 32 C9 D5 96 .A..ht..\z..2...
0060 : DF 2E D8 1C 5A 89 FB 26 C3 5A D1 FB 1C 43 49 F1 ....Z..&.Z...CI.
0070 : F6 C4 46 D3 4D CE 55 27 00 FF FF FF FF FF FF FF ..F.M.U'........
0080 : FF FF FF 00 01 80 00 62 00 28 20 1E 80 08 40 06 .......b.( ...@.
0090 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Re: DiscImageCreator
FYI: I have tested a combined plus offset disc with mastering error on Asus BW-16D1HT and the result is the same as on Plextor 760. Probably more tests are needed but it seems like this Asus drive is finally a good replacement drive for all these retro Plextor drives...
EDIT:
Sarami I have such disc:
ASUS gave me wrong image. Last 6 samples of image are all zeroes. They should contain some data. Can you fix this?
EDIT2:
Reripped the disc and it was ok next time. I noticed that when there's more than one lead-out sector in cache it's ok. Maybe the computations are off by one somewhere?
EDIT:
Sarami I have such disc:
Code: Select all
Combined Offset(Byte) 24, (Samples) 6
- Drive Offset(Byte) 24, (Samples) 6
----------------------------------------------
CD Offset(Byte) 0, (Samples) 0EDIT2:
Reripped the disc and it was ok next time. I noticed that when there's more than one lead-out sector in cache it's ok. Maybe the computations are off by one somewhere?
Last edited by reentrant on Tue Nov 24, 2020 4:43 pm, edited 1 time in total.
Re: DiscImageCreator
I also tried it with the same combined offset disc using the latest test version (20201115T172518) and it was no problem...reentrant wrote:ASUS gave me wrong image. Last 6 samples of image are all zeroes.
Was this solved?wiggy2k wrote:I am seeing some weird stuff in the logs that says the MSF is CDTV Specific:
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Re: DiscImageCreator
Another one. Offset +1617 and 3 or 4 lead-out sectors - last 3 sectors were off by one (MSF).sarami wrote:I also tried it with the same combined offset disc using the latest test version (20201115T172518) and it was no problem...
I think something bad happens when there's not enough lead-out (aa) sectors in the cache. Maybe retry cache read by reading more sectors? I have dumped maybe 20 plus offset discs and had these 2 cases. Both had very few 'lead-out' sectors printed to console. This looks like a problem with drive cache...
Re: DiscImageCreator
/viewtopic.php?p=65686#p65686 - Jaguar support is broken? Track 6 is empty, while it should have some data (2019 DIC dumps it correctly).
Re: DiscImageCreator
- fixed: failed to dump the multi-session disc from 20200604F1ReB4LL wrote:/viewtopic.php?p=65686#p65686 - Jaguar support is broken? Track 6 is empty, while it should have some data (2019 DIC dumps it correctly).
http://www.mediafire.com/file/eq80y20l9 … st.7z/file
How few sectors?reentrant wrote:Both had very few 'lead-out' sectors printed to console.
1 - NG?
2 - NG?
3 - NG?
4 - NG?
5 - NG?
Last edited by sarami on Fri Nov 27, 2020 2:42 am, edited 1 time in total.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Re: DiscImageCreator
It turns out it doesn't depend on number of lead out sectors. But in most cases last few samples are wrong. I'll try to dump the cache to disk and manually inspect what's causing this...
Re: DiscImageCreator
The 'main error' i was experiencing on CDi discs is not related to mastering, but drive model.
My 760SA dumps incorrectly: https://drive.google.com/file/d/15qbtq_ … sp=sharing
My 716A dumps correctly: https://drive.google.com/file/d/12bHisL … sp=sharing
For reference in Main Error, the 760 looks like this:
But...
Jigsaw still has Main Error with 716...
https://drive.google.com/file/d/1aoL_Sa … sp=sharing
IsoBuster also has issues with Jigsaw, so I think that one is a mastering issue.
My 760SA dumps incorrectly: https://drive.google.com/file/d/15qbtq_ … sp=sharing
My 716A dumps correctly: https://drive.google.com/file/d/12bHisL … sp=sharing
For reference in Main Error, the 760 looks like this:
Code: Select all
LBA[017306, 0x0439a]: Track[01]: Invalid sync. Skip descrambling
========== LBA[017306, 0x0439a]: Main Channel ==========
...Jigsaw still has Main Error with 716...
https://drive.google.com/file/d/1aoL_Sa … sp=sharing
IsoBuster also has issues with Jigsaw, so I think that one is a mastering issue.
Last edited by user7 on Fri Nov 27, 2020 10:54 am, edited 1 time in total.
All my posts and submission data are released into Public Domain / CC0.