Jackal wrote:

We agreed to hide it until we find a disc that has different standards.
All the discs so far, including Bleemcast, have the same lead-out, lead-in, pregap lengths between sessions. They are formally specified in official documents, so it's unlikely that a disc will deviate from it.

I just took a look at all the MIL-CD logs and they all have non-standard values.
Lets see if this remains after they have been redumped with the latest DIC version, since there was a bug apparently.

PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)

127

iRobot, can you add CD format for Dreamcast so unlicensed discs can be submitted?

All my posts and submission data are released into Public Domain / CC0.

"unlicensed discs" are apparently all MIL-CD

PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)

129

I see http://redump.org/newdisc/DC_MIL-CD/

Thanks

All my posts and submission data are released into Public Domain / CC0.

130 (edited by Jackal 2021-08-29 22:54:46)

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:

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

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:

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

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.

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")

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).

There are no problems here:

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

https://i.imgur.com/D9yIko5.png

I checked a CD from Gazeta Wyborcza (the one with the Speedway Championship game, for example)

You'll have to be more specific and provide a link to the disc.

The dumps themselves should all be fine and there's no sign of any corruption.

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

Oh, for the sake of clarity, those malfunctioning drives are the ones below:
http://redump.org/disc/69762/
http://redump.org/disc/69693/

Jackal 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:

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

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:

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

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.

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

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:00
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:00
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:00

136 (edited by Jackal 2021-08-30 18:14:35)

MrPepka wrote:

Oh, for the sake of clarity, those malfunctioning drives are the ones below:
http://redump.org/disc/69762/
http://redump.org/disc/69693/

Again, both dumps are fine. No errors and everything reads fine.

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:00
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:00

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

You 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.

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?

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

Can you post a screenshot?

140 (edited by MrPepka 2021-08-30 21:09:40)

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

Jackal wrote:

You 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.

http://redump.org/disc/83476/

I tried on this one, but IsoBuster still not working.

REM SESSION 01
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 01).bin" BINARY
  TRACK 01 AUDIO
    INDEX 01 00:00:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 02).bin" BINARY
  TRACK 02 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 03).bin" BINARY
  TRACK 03 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 04).bin" BINARY
  TRACK 04 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 05).bin" BINARY
  TRACK 05 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 06).bin" BINARY
  TRACK 06 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 07).bin" BINARY
  TRACK 07 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 08).bin" BINARY
  TRACK 08 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 09).bin" BINARY
  TRACK 09 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 10).bin" BINARY
  TRACK 10 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 11).bin" BINARY
  TRACK 11 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 12).bin" BINARY
  TRACK 12 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 13).bin" BINARY
  TRACK 13 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 14).bin" BINARY
  TRACK 14 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
REM SESSION 02
FILE "Atlantis - The Lost Tales (Taiwan) (Disc 1) (Track 15).bin" BINARY
  TRACK 15 MODE1/2352
    PREGAP 02:32:00
    INDEX 01 00:00:00
Post's attachments

1.PNG 205.77 kb, 13 downloads since 2021-09-01 

You don't have the permssions to download the attachments of this post.

Neon Beast wrote:

I tried on this one, but IsoBuster still not working.

You need to open the .cue directly with IsoBuster. The screenshots shows an Alcohol drive as source and not the cuesheet.

Jackal wrote:
Neon Beast wrote:

I tried on this one, but IsoBuster still not working.

You need to open the .cue directly with IsoBuster. The screenshots shows an Alcohol drive as source and not the cuesheet.

Works now, thank you!

144 (edited by Jackal 2022-09-17 09:14:03)

In reply to the issue posted here: https://github.com/saramibreak/DiscImag … issues/121

DIC dumps multisession .cue with these lines added:

REM LEAD-OUT 01:30:00
REM SESSION 02
REM LEAD-IN 01:00:00
REM PREGAP 00:02:00

These lines are added with the intention to document the disc layout and to describe data that isn't there.
So the REM LEAD-OUT, REM LEAD-IN and REM PREGAP lines are describing missing blocks the same way as PREGAP (without REM) did before we came up with this. They are describing a length and not a relative address.
When I look at previous definitions of REM LEAD-OUT, they are also describing a length: https://github.com/libyal/libodraw/blob … m-lead-out (but a couple lines below there's a typo where it says "The REM LEAD-OUT command is used to specify the LBA corresponding to an MSF.", where they actually meant REM MSF)

It wasn't meant to be a functional implementation. These lines are stored in the database. As soon as you download the .cue from the redump site, these lines are omitted. So you end up with a cuesheet that only has the REM SESSION 02 line.
Which leads to the problem that was described before here: http://forum.redump.org/post/94441/#p94441
To have somewhat functional .cue's using old definitions, I proposed to add the PREGAP 02:32:00 after the REM SESSION 2 to downloaded .cue's. This fix was never implemented and since then, user7 got in contact and IsoBuster implemented some changes that I'm unaware of.

To summarize, there are a couple different solutions:

1. Add the REM LEAD-OUT 01:30:00, REM LEAD-IN 01:00:00, REM PREGAP 00:02:00 into the redump .cue downloads, and have tool authors interpret these lines as a missing block, similar to PREGAP.

2. Add the PREGAP 02:32:00 line to redump .cue downloads. Tell people to use redump .cue instead of the one produced by DIC.

3. Keep everything as is, but have tool authors interpret multi-bin .cue with only the SESSION 02 line (= .cue as currently downloaded) as missing a 02:32:00 block between the sessions and hardcode a fix.

145

A potential solution (if anyone smart enough is up for it) would be to fork WinCDEmu and add support for mounting such discs as desired. Once mounted, of course the disc could then be browsed in Explorer or IsoBuster or whatever app desired.

https://github.com/sysprogs/WinCDEmu

All my posts and submission data are released into Public Domain / CC0.