VOGONS

Common searches


Problem mounting CUE image

Topic actions

First post, by kmacSH

User metadata
Rank Newbie
Rank
Newbie

Hi everyone, first post

I'm running DOSbox 0.72 in XP. I created a BIN/CUE image with ISObuster v2.5 of both mechwarrior 2 and GBL as described in the wiki. However, the porblem shows up when I try to imgmount the .CUE file. One of two things happens: Either Dosbox crashes, or I get the message "File is either no iso/cue image or contains errors". I've tried recreating the BIN/CUE files, but no luck. The games run fine when the BIN file is imgmounted, although obviously without audio tracks.

I feel like I'm missing something obvious here, but any help would be appreciated.

Reply 2 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

I have the same problem, also using IsoBuster 2.5, and getting the same error messages.

This is the generated cue-sheet:

FILE "CD.bin" BINARY

REM ORIGINAL MEDIA-TYPE: CD

REM SESSION 01 ; Not supported by other applications (*)
TRACK 01 MODE2/2352
INDEX 01 00:00:00
REM MSF: 00:00:00 = LBA: 0

REM (*) SESSION directives are unfortunately not properly supported
REM 'out there'. IsoBuster however supports them !

I did try to remove all the REM garbage but that made no difference.

Last edited by MiniMax on 2009-02-01, 19:05. Edited 1 time in total.

Reply 3 of 22, by ADDiCT

User metadata
Rank Oldbie
Rank
Oldbie

I don't like ISOBuster. Usually creates more problems than it solves.

You could try to remove all "non-standard info" from the CUE. MiniMax' example would then look like this:

FILE "CD.bin" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00

The "MODE2" entry is odd, too. I think it should say "MODE1".

In general, i'd recommend creating BIN/CUE images with CDRWin or CloneCD. CDRWin is kind of the de-facto standard for creating BIN/CUE images, and works very well for me. CloneCD creates "normal" BIN images, and can optionally create a CUE, too. The CCD file is not needed in most cases.

Reply 4 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Indeed - changing it to MODE1 allowed me to imgmount the CUE-file and execute the installer from the BIN-image.

So who is it blame? DOSBox or IsoBuster?

Edit: Hmmm.... Did I choose the wrong option when extracting? Should I have gone for this User Data thingy??

http://www.isobuster.com/help.php?popup=1&help=590
http://www.isobuster.com/help.php?popup=1&help=610

Last edited by MiniMax on 2009-01-29, 10:19. Edited 1 time in total.

Reply 6 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Old thread here - same problem, same cure:

Mechwarrior 2 and DosBox 0.70

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 7 of 22, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

according to our code the CD001 marker is at a different place when in MODE2.
however isobuster sets it at the same place as it is in MODE1.
I don't know who is right though

Minimax could you try a different program (one that generates a MODE1 version of it) and see if the bin files are the same ?
Might shine some light on whether it is really a mode1 or a mode2 image

Water flows down the stream
How to ask questions the smart way!

Reply 8 of 22, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

according to our code the CD001 marker is at a different place when in MODE2

You mean because we have some offsets in CDROM_Interface_Image::ReadSector() ?
Maybe the offset correction should be disabled if reading the start of the cd,
as that part seems to be identical over mode1/mode2.

Reply 9 of 22, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

I was referring to the canreadPVD function, which is used to autodetect isos. Didn't check other functions which might be used with isos

Water flows down the stream
How to ask questions the smart way!

Reply 10 of 22, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

CanReadPVD uses (should use, didn't check exactly) the same code as
ReadSector, just simplified. Anyways i didn't see that the offsets are byte
offsets for seek rather than sector offsets.

Reply 11 of 22, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Supposedly ImgBurn can create .CUE files.

Good thing about ImgBurn is that it's easy to use and it works in 9x and NT4 and it's updated often.

Last edited by DosFreak on 2009-01-29, 12:47. Edited 1 time in total.

How To Ask Questions The Smart Way
Make your games work offline

Reply 12 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

> Minimax could you try a different program

Will try. Any recommendations? ImgBurn?

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 15 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator
Qbix wrote:
according to our code the CD001 marker is at a different place when in MODE2. however isobuster sets it at the same place as it […]
Show full quote

according to our code the CD001 marker is at a different place when in MODE2.
however isobuster sets it at the same place as it is in MODE1.
I don't know who is right though

Minimax could you try a different program (one that generates a MODE1 version of it) and see if the bin files are the same ?
Might shine some light on whether it is really a mode1 or a mode2 image

I might need some hand-holding here. I downloaded and installed ImgBurn. I have no problem creating images (tried both my Magic Carpet CD - nice and small, and the Apocalypse CD), but I am not able to create a CUE-file with ImgBurn. I can get into the CUE-screen, but the OK button is always greyed out. All I can do is hit Cancel.

Reply 17 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Okay... I am not able to create a CUE-file with ImgBurn if I use the physical CD as the source, but if I select the ISO-image I just created from the Apoc CD, then I can do it:

FILE "XCOM APOC.ISO" BINARY
TRACK 01 MODE1/2048
INDEX 01 00:00:00

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 18 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator
wd wrote:

Is this problem reproducable with other cds, like audio-only ones or data-only? If so, how exactly?

I don't know. I am not even sure what the problem is.

Here are the results from creating CUE-files from an audio-CD using IsoBuster and ImgBurn:

IsoBuster:

FILE "CD.bin" BINARY

REM ORIGINAL MEDIA-TYPE: CD

REM SESSION 01 ; Not supported by other applications (*)
TRACK 01 AUDIO
INDEX 01 00:00:00
REM MSF: 00:00:00 = LBA: 0
TRACK 02 AUDIO
INDEX 01 03:47:62
REM MSF: 03:47:62 = LBA: 17087
TRACK 03 AUDIO
INDEX 01 06:49:67
REM MSF: 06:49:67 = LBA: 30742
TRACK 04 AUDIO
INDEX 01 10:26:40
REM MSF: 10:26:40 = LBA: 46990
TRACK 05 AUDIO
INDEX 01 11:18:52
REM MSF: 11:18:52 = LBA: 50902
TRACK 06 AUDIO
INDEX 01 14:41:52
REM MSF: 14:41:52 = LBA: 66127
TRACK 07 AUDIO
INDEX 01 16:46:47
REM MSF: 16:46:47 = LBA: 75497
TRACK 08 AUDIO
INDEX 01 19:57:50
REM MSF: 19:57:50 = LBA: 89825
TRACK 09 AUDIO
INDEX 01 23:04:07
REM MSF: 23:04:07 = LBA: 103807
TRACK 10 AUDIO
INDEX 01 27:01:55
REM MSF: 27:01:55 = LBA: 121630
TRACK 11 AUDIO
INDEX 01 30:45:62
REM MSF: 30:45:62 = LBA: 138437

REM (*) SESSION directives are unfortunately not properly supported
REM 'out there'. IsoBuster however supports them !

ImgBurn:

FILE "Image.bin" BINARY
TRACK 01 AUDIO
INDEX 01 00:00:00
TRACK 02 AUDIO
INDEX 00 03:46:47
INDEX 01 03:47:62
TRACK 03 AUDIO
INDEX 00 06:48:27
INDEX 01 06:49:67
TRACK 04 AUDIO
INDEX 00 10:25:22
INDEX 01 10:26:40
TRACK 05 AUDIO
INDEX 01 11:18:52
TRACK 06 AUDIO
INDEX 00 14:39:52
INDEX 01 14:41:52
TRACK 07 AUDIO
INDEX 00 16:45:37
INDEX 01 16:46:47
TRACK 08 AUDIO
INDEX 00 19:56:50
INDEX 01 19:57:50
TRACK 09 AUDIO
INDEX 01 23:04:07
TRACK 10 AUDIO
INDEX 01 27:01:55
TRACK 11 AUDIO
INDEX 01 30:45:62

Reply 19 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Don't know if this is significant or not, but ImgBurn reports this about the Apoc CD:

TOC Information:
Session 1... (LBA: 0 - 257168)
-> Track 01 (Mode 1, LBA: 0 - 257167)
-> LeadOut (LBA: 257168)

Track Information:
Session 1...
-> Track 01 (LTSA: 0, TS: 257168)

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32