[DONE] Discussing the multisession cue

Post Reply
xTMODx
Posts: 144
Joined: Mon Jun 08, 2026 1:27 am

Re: [DONE] Discussing the multisession cue

Post 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
Last edited by xTMODx on Thu May 16, 2019 1:30 pm, edited 1 time in total.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: [DONE] Discussing the multisession cue

Post by sarami »

DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
xTMODx
Posts: 144
Joined: Mon Jun 08, 2026 1:27 am

Re: [DONE] Discussing the multisession cue

Post 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
Jackal
Posts: 2598
Joined: Mon Jun 08, 2026 1:26 am

Re: [DONE] Discussing the multisession cue

Post 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?
Last edited by Jackal on Fri May 17, 2019 6:22 am, edited 1 time in total.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: [DONE] Discussing the multisession cue

Post 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?
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
User avatar
iR0b0t
Posts: 3397
Joined: Mon Jun 08, 2026 1:26 am

Re: [DONE] Discussing the multisession cue

Post 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.
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
Jackal
Posts: 2598
Joined: Mon Jun 08, 2026 1:26 am

Re: [DONE] Discussing the multisession cue

Post by Jackal »

sarami wrote:Also fixed.
Fixed where? And what about the wrong track01 size? Image
Last edited by Jackal on Sat May 18, 2019 1:08 am, edited 1 time in total.
xTMODx
Posts: 144
Joined: Mon Jun 08, 2026 1:27 am

Re: [DONE] Discussing the multisession cue

Post 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
xTMODx
Posts: 144
Joined: Mon Jun 08, 2026 1:27 am

Re: [DONE] Discussing the multisession cue

Post 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
Last edited by xTMODx on Sat May 18, 2019 5:31 am, edited 1 time in total.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: [DONE] Discussing the multisession cue

Post by sarami »

Uploaded test ver. (download's link is same.)
Last edited by sarami on Sat May 18, 2019 11:59 pm, 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]
Post Reply