Page 6 of 15

Re: [DONE] Discussing the multisession cue

Posted: Thu May 16, 2019 1:28 pm
by xTMODx
it is a different error now
PX-716A
Image

PX-760A
Image

and the logs https://www.mediafire.com/file/9oj3vbc4 … 60.7z/file

Re: [DONE] Discussing the multisession cue

Posted: Fri May 17, 2019 4:25 am
by sarami

Re: [DONE] Discussing the multisession cue

Posted: Fri May 17, 2019 5:22 am
by xTMODx
Dump is complete now but only track 2 is matching crc from the db.
In the cue file track 2 is Audio but should be Data/Mode 2.
_mainError.txt is 1,67gb big i will upload with it and without it
Dumped with PX-716A

Image

with _mainError.txt
https://ufile.io/76zmfz0o

without _mainError.txt
https://www.mediafire.com/file/xl7c12s6 … ut.7z/file

Re: [DONE] Discussing the multisession cue

Posted: Fri May 17, 2019 6:19 am
by Jackal
It's this disc btw: https://redump.info/disc/39048/

The DIC Track01 .bin isn't divisible by 2352, so I guess there's still a bug somewhere.
REM SESSION 01
FILE "dump (Track 1).bin" BINARY
  TRACK 01 MODE1/2352
    INDEX 01 00:00:00
REM SESSION 02
FILE "dump (Track 2).bin" BINARY
  TRACK 02 AUDIO
    INDEX 00 00:00:00
    INDEX 01 23:07:05
FILE "dump (Track 3).bin" BINARY
  TRACK 03 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:01:74
REM LEAD-OUT 01:30:00
FILE "dump (Track 4).bin" BINARY
  TRACK 04 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:01:74
The LEAD-OUT seems to be in the wrong place also?

Re: [DONE] Discussing the multisession cue

Posted: Fri May 17, 2019 7:55 pm
by sarami
xTMODx wrote:
sarami wrote:Some were fixed. http://www.mediafire.com/file/eq80y20l9 … st.7z/file
But perhaps all bug haven't fixed yet.
thanks it produce same result as the previous release
Thanks.
Jackal wrote:The LEAD-OUT seems to be in the wrong place also?
Also fixed.

----
Some dumpers dump multisessional disc and lead-out length's is 6750 (01:30:00)
/viewtopic.php?p=25041#p25041
REM LEAD-OUT and REM LEAD-IN is still needed?

Re: [DONE] Discussing the multisession cue

Posted: Fri May 17, 2019 8:09 pm
by iR0b0t
sarami wrote:Some dumpers dump multisessional disc and lead-out length's is 6750 (01:30:00)
/viewtopic.php?p=25041#p25041
REM LEAD-OUT and REM LEAD-IN is still needed?
I would say YES. There is no guarantee that some discs won't be using non-standard ones.

Re: [DONE] Discussing the multisession cue

Posted: Sat May 18, 2019 1:08 am
by Jackal
sarami wrote:Also fixed.
Fixed where? And what about the wrong track01 size? Image

Re: [DONE] Discussing the multisession cue

Posted: Sat May 18, 2019 5:29 am
by xTMODx
sarami wrote:
xTMODx wrote:
sarami wrote:Some were fixed. http://www.mediafire.com/file/eq80y20l9 … st.7z/file
But perhaps all bug haven't fixed yet.
thanks it produce same result as the previous release
Thanks.
Jackal wrote:The LEAD-OUT seems to be in the wrong place also?
Also fixed.

----
Some dumpers dump multisessional disc and lead-out length's is 6750 (01:30:00)
/viewtopic.php?p=25041#p25041
REM LEAD-OUT and REM LEAD-IN is still needed?
oh wait i think i missed something. I only compared the .dat file and they looks same. but now i have checked the cues and it fixed some stuff.

old cue

Code: Select all

REM SESSION 01
FILE "dump (Track 1).bin" BINARY
  TRACK 01 MODE1/2352
    INDEX 01 00:00:00
REM SESSION 02
FILE "dump (Track 2).bin" BINARY
  TRACK 02 AUDIO
    INDEX 00 00:00:00
    INDEX 01 23:07:05
FILE "dump (Track 3).bin" BINARY
  TRACK 03 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:01:74
REM LEAD-OUT 01:30:00
FILE "dump (Track 4).bin" BINARY
  TRACK 04 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:01:74
new cue

Code: Select all

REM SESSION 01
FILE "dump (Track 1).bin" BINARY
  TRACK 01 MODE1/2352
    INDEX 01 00:00:00
REM LEAD-OUT 01:30:00
REM SESSION 02
FILE "dump (Track 2).bin" BINARY
  TRACK 02 MODE2/2352
    INDEX 00 00:00:00
    INDEX 01 23:07:05
FILE "dump (Track 3).bin" BINARY
  TRACK 03 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:01:74
FILE "dump (Track 4).bin" BINARY
  TRACK 04 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:01:74

Re: [DONE] Discussing the multisession cue

Posted: Sat May 18, 2019 5:30 am
by xTMODx
Jackal wrote:
sarami wrote:Also fixed.
Fixed where? And what about the wrong track01 size? Image
he send me the link with pm but he queoted it here http://www.mediafire.com/file/eq80y20l9 … st.7z/file

Re: [DONE] Discussing the multisession cue

Posted: Sat May 18, 2019 11:58 pm
by sarami
Uploaded test ver. (download's link is same.)