Page 271 of 354

Re: DiscImageCreator

Posted: Wed Nov 04, 2020 10:00 am
by user7

Re: DiscImageCreator

Posted: Fri Nov 06, 2020 9:13 am
by sarami
reentrant wrote:Anyway I have some good news. After some coding and experimenting with F1 command I can enable reading more sectors from cache.
Great works!!

Added your code and some changed. Test Plz. http://www.mediafire.com/file/eq80y20l9 … st.7z/file

Re: DiscImageCreator

Posted: Fri Nov 06, 2020 7:53 pm
by reentrant
Sth is not right. Cache:

19 Cache LBA 325224 (MSF 72:18:24) MODE 01
20 Cache LBA 325225 (MSF 72:18:25) MODE 01
21 Cache LBA 325226 (MSF 72:18:26) MODE 01
22 Cache LBA 325227 (MSF 72:18:27) MODE 01
23 Cache LBA 325228 (MSF 72:18:28) MODE 01 Lead-out
24 Cache LBA 325229 (MSF 72:18:29) MODE 01 Lead-out
25 Cache LBA 325230 (MSF 72:18:30) MODE 01 Lead-out
26 Cache LBA 325231 (MSF 72:18:31) MODE 01 Lead-out
27 Cache LBA 325232 (MSF 72:18:32) MODE 01 Lead-out
28 Cache LBA 325233 (MSF 72:18:33) MODE 01 Lead-out
29 Cache LBA 325234 (MSF 72:18:34) MODE 01 Lead-out

Image has following LBAs:
LBA[325222, 0x4f666], MSF[72:18:22], mode 1
LBA[325223, 0x4f667], MSF[72:18:23], mode 1
LBA[325224, 0x4f668], MSF[72:18:24], mode 1
LBA[325225, 0x4f669], MSF[72:18:25], mode 1 User data vs. ecc/edc doesn't match
LBA[325228, 0x4f66c], MSF[72:18:28], mode 1
LBA[325229, 0x4f66d], MSF[72:18:29], mode 1

325226 and 325227 are missing.
325228 and 325229 are lead out sectors.

It looks like data is copied from wrong cache sectors.

Re: DiscImageCreator

Posted: Fri Nov 06, 2020 9:40 pm
by sarami
reentrant wrote:It looks like data is copied from wrong cache sectors.
I forgot to set the offset.
http://www.mediafire.com/file/eq80y20l9 … st.7z/file

Re: DiscImageCreator

Posted: Sat Nov 07, 2020 1:27 am
by user7
This is some kind of mastering error? I think we've seen it a couple times before with CDi.

logs: https://drive.google.com/file/d/1V_C0e_ … sp=sharing

Code: Select all

LBA[136249, 0x21439]: Track[01]: This sector is data, but sync is invalid
========== LBA[136249, 0x21439]: Main Channel ==========
       +0 +1 +2 +3 +4 +5 +6 +7  +8 +9 +A +B +C +D +E +F
0000 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20                   
LBA[136250, 0x2143a]: Track[01]: This sector is data, but sync is invalid
========== LBA[136250, 0x2143a]: Main Channel ==========
       +0 +1 +2 +3 +4 +5 +6 +7  +8 +9 +A +B +C +D +E +F
0000 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20                   
LBA[136251, 0x2143b]: Track[01]: This sector is data, but sync is invalid
========== LBA[136251, 0x2143b]: Main Channel ==========
       +0 +1 +2 +3 +4 +5 +6 +7  +8 +9 +A +B +C +D +E +F
0000 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20                   
LBA[136252, 0x2143c]: Track[01]: This sector is data, but sync is invalid
========== LBA[136252, 0x2143c]: Main Channel ==========
       +0 +1 +2 +3 +4 +5 +6 +7  +8 +9 +A +B +C +D +E +F
0000 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20                   
LBA[136253, 0x2143d]: Track[01]: This sector is data, but sync is invalid
========== LBA[136253, 0x2143d]: Main Channel ==========
       +0 +1 +2 +3 +4 +5 +6 +7  +8 +9 +A +B +C +D +E +F
0000 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20                   
LBA[136254, 0x2143e]: Track[01]: This sector is data, but sync is invalid
========== LBA[136254, 0x2143e]: Main Channel ==========
       +0 +1 +2 +3 +4 +5 +6 +7  +8 +9 +A +B +C +D +E +F
0000 : 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
LBA[136249, 0x21439]: Track[01]: Invalid sync. Skip descrambling
========== LBA[136249, 0x21439]: Main Channel ==========
       +0 +1 +2 +3 +4 +5 +6 +7  +8 +9 +A +B +C +D +E +F
0000 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20                   
0010 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20                   
0020 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20                   
0030 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20                   
0040 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20                   
0050 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20                   
0060 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20     ...

Re: DiscImageCreator

Posted: Sat Nov 07, 2020 2:09 am
by sarami
user7 wrote:This is some kind of mastering error?
Maybe so.

Re: DiscImageCreator

Posted: Sat Nov 07, 2020 2:23 am
by Jackal
sarami wrote:
reentrant wrote:Anyway I have some good news. After some coding and experimenting with F1 command I can enable reading more sectors from cache.
Great works!!

Added your code and some changed. Test Plz. http://www.mediafire.com/file/eq80y20l9 … st.7z/file
I'm not a coder, but it seems like you are trying to combine sectors from cache reads based on the assumption that they are all data sectors with correct sync/header? How will it handle audio sectors or mastering errors safely?

Re: DiscImageCreator

Posted: Sat Nov 07, 2020 2:24 am
by Agent47

Re: DiscImageCreator

Posted: Sat Nov 07, 2020 4:16 am
by reentrant
sarami wrote:
reentrant wrote:It looks like data is copied from wrong cache sectors.
I forgot to set the offset.
http://www.mediafire.com/file/eq80y20l9 … st.7z/file

Still sth not right:

Code: Select all

LBA[325218, 0x4f662], MSF[72:18:18], mode 1
LBA[325219, 0x4f663], MSF[72:18:19], mode 1
LBA[325220, 0x4f664], MSF[72:18:20], mode 1
LBA[325221, 0x4f665], MSF[72:18:21], mode 1
LBA[325222, 0x4f666], MSF[72:18:22], mode 1
LBA[325223, 0x4f667], MSF[72:18:23], mode 1 User data vs. ecc/edc doesn't match
LBA[325226, 0x4f66a], MSF[72:18:26], mode 1
LBA[325227, 0x4f66b], MSF[72:18:27], mode 1
LBA[325228, 0x4f66c], MSF[72:18:28], mode 1
LBA[325229, 0x4f66d], MSF[72:18:29], mode 1
[ERROR] Number of sector(s) where user data doesn't match the expected ECC/EDC: 1

Re: DiscImageCreator

Posted: Sat Nov 07, 2020 5:14 am
by sarami
reentrant wrote:Still sth not right:
Sorry, I couldn't test well because I thought I didn't have a big offset disc. But found it in my room. (Free Software Collection 6 [FMT])
Please wait until fix the bug.