[DONE] Discussing the multisession cue
Re: [DONE] Discussing the multisession cue
I have the impression that this line does not always work with every disc. I checked the CD Maniak Wydanie Specjalne 2/2008 and there, adding a PREGAP line to the cue file does nothing, IsoBuster still doesn't detect files on this CD (except for the fairy tale on the audio track). The fairy tale itself does not play from this disc either (the disc image is damaged?). I checked a CD from Gazeta Wyborcza (the one with the Speedway Championship game, for example) and the PREGAP line worked there, but when unpacking files from IsoBuster to a folder, messages about bad sectors started appearing. The CD called "FrogMan + Tajemnicza Wyspa" also does not work (same results as with "CD Maniak Wydanie Specjalne")
Re: [DONE] Discussing the multisession cue
There are no problems here:MrPepka wrote:I checked the CD Maniak Wydanie Specjalne 2/2008 and there, adding a PREGAP line to the cue file does nothing, IsoBuster still doesn't detect files on this CD (except for the fairy tale on the audio track).
Code: Select all
REM SESSION 01
FILE "CD Maniak Wydanie Specjalne 2-2008 (Poland) (Track 1).bin" BINARY
TRACK 01 AUDIO
INDEX 01 00:00:00
REM SESSION 02
FILE "CD Maniak Wydanie Specjalne 2-2008 (Poland) (Track 2).bin" BINARY
TRACK 02 MODE2/2352
PREGAP 02:32:00
INDEX 01 00:00:00
You'll have to be more specific and provide a link to the disc.I checked a CD from Gazeta Wyborcza (the one with the Speedway Championship game, for example)
The dumps themselves should all be fine and there's no sign of any corruption.
Re: [DONE] Discussing the multisession cue
OK, I checked CD Maniak Wydanie Specjalne 2/2008 again and it turns out that I messed up because I had the track order changed in the bin file names. Now the disc image works for me and I can see that the CD is the same (its content) as on the Max Kids Dziewczynka 1/2006 CD. On the other hand, when it comes to the CD "FrogMan + Tajemnicza Wyspa", I also changed the order of the tracks to the correct order in the names of bin files and then the PREGAP line worked, but after opening a cue file in IsoBuster an attempt to open a data track results in errors, and after skipping them all this track is unreadable
Re: [DONE] Discussing the multisession cue
Oh, for the sake of clarity, those malfunctioning drives are the ones below:
https://redump.info/disc/69762/
https://redump.info/disc/69693/
https://redump.info/disc/69762/
https://redump.info/disc/69693/
-
Neon Beast
- Posts: 660
- Joined: Mon Jun 08, 2026 1:29 am
Re: [DONE] Discussing the multisession cue
Hi, I have some multisession CDs that have data track in session 2, I can mount cuesheets with Alcohol but not the ccd file, and I can't get access to session 2, also IsoBuster fails to identify them as multisession CDs. I tried your method with no luck, am I doing it wrong? Here are some of un-modified cuesheetsJackal wrote:Someone pointed out in Discord that the multisession cuesheets for IBM PC aren't functional. It's true that virtual drive software like Daemon Tools doesn't support multisession cue's, but IsoBuster also fails to parse the filesystem correctly when loading the .cue.
The problem is that IsoBuster assumes that SESSION 02 starts the sector after SESSION 01 ends, but in fact there's 11400 sectors in between the sessions that aren't included in the image.
So to fill this void we would need to add this line to the cuesheet: PREGAP 02:32:00
Mounts with Daemon Tools without error (but no multisession). Opens in IsoBuster and parses filesystem correctly:
Default redump .cue: Mounts with Daemon tools and opens with IsoBuster, but the disc size is 11400 sectors too short and IsoBuster is unable to show the correct filesystem for session 2, because it's missing the area between the 2 sessions:Code: Select all
REM SESSION 01 FILE "Bajki na CD 5-2008 (Poland) (Track 1).bin" BINARY TRACK 01 AUDIO INDEX 01 00:00:00 REM SESSION 02 FILE "Bajki na CD 5-2008 (Poland) (Track 2).bin" BINARY TRACK 02 MODE2/2352 PREGAP 02:32:00 INDEX 01 00:00:00
IMO iR0b0t should add the PREGAP 02:32:00 line for generated multisession CD cuesheets, so that we at least can access the session 2 filesystem with the correct start address and have the correct disc length.Code: Select all
REM SESSION 01 FILE "Bajki na CD 5-2008 (Poland) (Track 1).bin" BINARY TRACK 01 AUDIO INDEX 01 00:00:00 REM SESSION 02 FILE "Bajki na CD 5-2008 (Poland) (Track 2).bin" BINARY TRACK 02 MODE2/2352 INDEX 01 00:00:00
Code: Select all
REM SESSION 01
FILE "ATLANTIS1 (Track 01).bin" BINARY
TRACK 01 AUDIO
INDEX 01 00:00:00
FILE "ATLANTIS1 (Track 02).bin" BINARY
TRACK 02 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 03).bin" BINARY
TRACK 03 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 04).bin" BINARY
TRACK 04 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 05).bin" BINARY
TRACK 05 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 06).bin" BINARY
TRACK 06 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 07).bin" BINARY
TRACK 07 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 08).bin" BINARY
TRACK 08 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 09).bin" BINARY
TRACK 09 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 10).bin" BINARY
TRACK 10 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 11).bin" BINARY
TRACK 11 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 12).bin" BINARY
TRACK 12 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 13).bin" BINARY
TRACK 13 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ATLANTIS1 (Track 14).bin" BINARY
TRACK 14 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
REM LEAD-OUT 01:30:00
REM SESSION 02
REM LEAD-IN 01:00:00
REM PREGAP 00:02:00
FILE "ATLANTIS1 (Track 15).bin" BINARY
TRACK 15 MODE1/2352
INDEX 01 00:00:00Code: Select all
REM SESSION 01
FILE "NIRVANA_A (Track 1).bin" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00
REM LEAD-OUT 01:30:00
REM SESSION 02
REM LEAD-IN 01:00:00
REM PREGAP 00:02:00
FILE "NIRVANA_A (Track 2).bin" BINARY
TRACK 02 MODE2/2352
INDEX 01 00:00:00Code: Select all
REM SESSION 01
FILE "ASCG CD2 (Track 01).bin" BINARY
TRACK 01 AUDIO
INDEX 01 00:00:00
FILE "ASCG CD2 (Track 02).bin" BINARY
TRACK 02 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 03).bin" BINARY
TRACK 03 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 04).bin" BINARY
TRACK 04 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 05).bin" BINARY
TRACK 05 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 06).bin" BINARY
TRACK 06 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 07).bin" BINARY
TRACK 07 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 08).bin" BINARY
TRACK 08 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 09).bin" BINARY
TRACK 09 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 10).bin" BINARY
TRACK 10 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 11).bin" BINARY
TRACK 11 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 12).bin" BINARY
TRACK 12 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 13).bin" BINARY
TRACK 13 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 14).bin" BINARY
TRACK 14 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 15).bin" BINARY
TRACK 15 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 16).bin" BINARY
TRACK 16 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 17).bin" BINARY
TRACK 17 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 18).bin" BINARY
TRACK 18 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 19).bin" BINARY
TRACK 19 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 20).bin" BINARY
TRACK 20 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 21).bin" BINARY
TRACK 21 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 22).bin" BINARY
TRACK 22 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 23).bin" BINARY
TRACK 23 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 24).bin" BINARY
TRACK 24 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 25).bin" BINARY
TRACK 25 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 26).bin" BINARY
TRACK 26 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 27).bin" BINARY
TRACK 27 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 28).bin" BINARY
TRACK 28 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 29).bin" BINARY
TRACK 29 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 30).bin" BINARY
TRACK 30 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 31).bin" BINARY
TRACK 31 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 32).bin" BINARY
TRACK 32 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 33).bin" BINARY
TRACK 33 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 34).bin" BINARY
TRACK 34 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 35).bin" BINARY
TRACK 35 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 36).bin" BINARY
TRACK 36 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 37).bin" BINARY
TRACK 37 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 38).bin" BINARY
TRACK 38 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 39).bin" BINARY
TRACK 39 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 40).bin" BINARY
TRACK 40 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 41).bin" BINARY
TRACK 41 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 42).bin" BINARY
TRACK 42 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 43).bin" BINARY
TRACK 43 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 44).bin" BINARY
TRACK 44 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 45).bin" BINARY
TRACK 45 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 46).bin" BINARY
TRACK 46 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 47).bin" BINARY
TRACK 47 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 48).bin" BINARY
TRACK 48 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 49).bin" BINARY
TRACK 49 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 50).bin" BINARY
TRACK 50 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 51).bin" BINARY
TRACK 51 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 52).bin" BINARY
TRACK 52 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 53).bin" BINARY
TRACK 53 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 54).bin" BINARY
TRACK 54 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 55).bin" BINARY
TRACK 55 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 56).bin" BINARY
TRACK 56 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 57).bin" BINARY
TRACK 57 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 58).bin" BINARY
TRACK 58 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 59).bin" BINARY
TRACK 59 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 60).bin" BINARY
TRACK 60 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "ASCG CD2 (Track 61).bin" BINARY
TRACK 61 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
REM LEAD-OUT 01:30:00
REM SESSION 02
REM LEAD-IN 01:00:00
REM PREGAP 00:02:00
FILE "ASCG CD2 (Track 62).bin" BINARY
TRACK 62 MODE2/2352
INDEX 01 00:00:00Re: [DONE] Discussing the multisession cue
Again, both dumps are fine. No errors and everything reads fine.MrPepka wrote:Oh, for the sake of clarity, those malfunctioning drives are the ones below:
https://redump.info/disc/69762/
https://redump.info/disc/69693/
Code: Select all
REM SESSION 01
FILE "Wszystko Gra - Gazeta Uczy i Bawi - Kwiecien 2002 (Poland) (Track 1).bin" BINARY
TRACK 01 AUDIO
INDEX 01 00:00:00
FILE "Wszystko Gra - Gazeta Uczy i Bawi - Kwiecien 2002 (Poland) (Track 2).bin" BINARY
TRACK 02 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "Wszystko Gra - Gazeta Uczy i Bawi - Kwiecien 2002 (Poland) (Track 3).bin" BINARY
TRACK 03 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
REM SESSION 02
FILE "Wszystko Gra - Gazeta Uczy i Bawi - Kwiecien 2002 (Poland) (Track 4).bin" BINARY
TRACK 04 MODE2/2352
PREGAP 02:32:00
INDEX 01 00:00:00Code: Select all
REM SESSION 01
FILE "FrogMan + Tajemnicza Wyspa (Poland) (Track 1).bin" BINARY
TRACK 01 AUDIO
INDEX 01 00:00:00
REM SESSION 02
FILE "FrogMan + Tajemnicza Wyspa (Poland) (Track 2).bin" BINARY
TRACK 02 MODE2/2352
PREGAP 02:32:00
INDEX 01 00:00:00You need to download the cuesheets from redump. The ones that are generated by the dumping tool aren't compatible. And then add the PREGAP 02:32:00 line like above.Neon Beast wrote:Hi, I have some multisession CDs that have data track in session 2, I can mount cuesheets with Alcohol but not the ccd file, and I can't get access to session 2, also IsoBuster fails to identify them as multisession CDs. I tried your method with no luck, am I doing it wrong? Here are some of un-modified cuesheets
Last edited by Jackal on Mon Aug 30, 2021 12:14 pm, edited 1 time in total.
Re: [DONE] Discussing the multisession cue
The second track from the FrogMan CD actually works in IsoBuster?
And as for the album Gazeta uczy i bawi, you unpacked the files from the 6th track without any problems?
And as for the album Gazeta uczy i bawi, you unpacked the files from the 6th track without any problems?
Re: [DONE] Discussing the multisession cue
OK, it was my mistake with this CD with FrogMan, because I did not have the PREGAP line added, after adding it to the right place in the cue file, the CD worked, but its content is the same as on the CD Kraina Zabawek 1/2008. However, I checked my cue file from the disc Gazeta uczy i bawi and it is the same as yours, IsoBuster sees the data track, but an attempt to unpack the files causes messages about bad sectors to appear at some point
Re: [DONE] Discussing the multisession cue
Can you post a screenshot?
Re: [DONE] Discussing the multisession cue
Last edited by MrPepka on Mon Aug 30, 2021 3:09 pm, edited 1 time in total.