Page 259 of 354

Re: DiscImageCreator

Posted: Sun Jul 26, 2020 10:27 pm
by tenyuhuang
sarami wrote:
tenyuhuang wrote:Probably it's this really huge offset that caused all these issues, is it?
Yes. Btw, the problem still exists in this dump. (subchannel)
I fixed it. Retest and upload all logs, plz.
Thanks again for the fix! Here are the logs Image

Re: DiscImageCreator

Posted: Tue Jul 28, 2020 8:01 am
by sarami
tenyuhuang wrote:Here are the logs
It seems good.

Re: DiscImageCreator

Posted: Tue Jul 28, 2020 12:40 pm
by tenyuhuang
sarami wrote:
tenyuhuang wrote:Here are the logs
It seems good.
Thank you very much for all the fixes!
May I ask what's the cause of those "sub indexes" and what are they? I've ran into dumps like this a few times and wans't sure why.

Re: DiscImageCreator

Posted: Thu Jul 30, 2020 2:19 am
by sarami
tenyuhuang wrote:May I ask what's the cause of those "sub indexes" and what are they? I've ran into dumps like this a few times and wans't sure why.
e.g. https://redump.info/disc/33409/
sub indexes are created when TOC indexes and Subchannel indexes do not match.

Re: DiscImageCreator

Posted: Wed Aug 05, 2020 10:04 am
by Jackal
I dumped with:

Code: Select all

dic xgd2swap e nfsu 4 3825924 108976 3719856
but the output dump is 3825798 sectors?

logs attached

Re: DiscImageCreator

Posted: Wed Aug 05, 2020 9:25 pm
by sarami
Jackal wrote:but the output dump is 3825798 sectors?
https://www.mediafire.com/file/eq80y20l9cwf48f/file
- fixed: seek position when reading error occurs [xbox only]

Re: DiscImageCreator

Posted: Thu Aug 06, 2020 1:08 pm
by Jackal
sarami wrote:
Jackal wrote:but the output dump is 3825798 sectors?
https://www.mediafire.com/file/eq80y20l9cwf48f/file
- fixed: seek position when reading error occurs [xbox only]
Indeed fixed Image

Re: DiscImageCreator

Posted: Mon Aug 10, 2020 6:27 pm
by F1ReB4LL
Something weird for https://redump.info/disc/72268/ misdetects track 14 as audio and toc/sub desync for tracks 13 and 14, t..p dumps it properly (no "audio" and no desync).

Re: DiscImageCreator

Posted: Mon Aug 10, 2020 7:58 pm
by sarami
F1ReB4LL wrote:track 14 as audio and toc/sub desync
It's weird.

Code: Select all

LBA[091152, 0x16410]: P[ff], Q[41130104080900201727f796]{ Data,      Copy NG,                  Track[13], Idx[01], RMSF[04:08:09], AMSF[20:17:27]}, RtoW[0, 0, 0, 0]
91152 is the 1st sector of track 14 and subP is correct but subQ points the last sector of track 13. This sector has no subQerror.

Code: Select all

LBA[091151, 0x1640f]: Track[13]: SubP[00]:[0x3f] -> [0xff]
LBA[091152, 0x16410]: Track[13]: SubP[00]:[0x3f] -> [0xff]
LBA[092069, 0x167a5]: Track[14]: SubQ fixed using next subQ
Is there the sub file of t..p?

Re: DiscImageCreator

Posted: Mon Aug 17, 2020 6:45 pm
by F1ReB4LL
sarami wrote:Is there the sub file of t..p?