VOGONS


First post, by Rick

User metadata
Rank Newbie
Rank
Newbie

I have Windows XP (SP2). Drive D is dvd.

I installed Dosbox 0.65. In the configuration file, I added the lines:

mount c c:\games
mount d D:\ -t cdrom -usecd 0 -ioctl
c:

Sometimes when I open the Dosbox, error message appears:
{no disk} no disk was found in drive. Insert disk in drive D.

Then, whether I choose any of the options - abort, retry or continue - the message appears again, then the window of Dosbox opens, and it runs smoothly. What is wrong? On my old comouter, which drive D was CD drive, there was no such problem.

Reply 1 of 12, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

well, if there is no disk in in D:\ then this error might creep up. OR does this happen also when you have a dsik in D:\?

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 2 of 12, by Rick

User metadata
Rank Newbie
Rank
Newbie

It happens when there is no disk in drive D:.

But that's not the point: the point is that the program is not supposed at all to check whether there is disk in drive D or not, and not to give this error message. It never did on my old computer.

Or maybe is it because drive D is of dvd, not cd drive?

Reply 3 of 12, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

why shouldn't the program check the disk ?
afterall you are ordering it to do so with the mount command ?

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

Reply 4 of 12, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Well, if you don't want Dosbox to check the drive, then don't mount it. I don't mount my CD-Rom drive unless I need it.
You could handle this with a small batch file in your c:\games.
Call it dvd.bat (cd.bat is NOT a good idea 😀) with just
mount d D:\ -t cdrom -usecd 0 -ioctl
in it.
So when you need the DVD, just call that batch. For games that need it from the start, just remeber to pop the CD-Rom in before starting the batch.

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 5 of 12, by Rick

User metadata
Rank Newbie
Rank
Newbie

Yes, that's what I did - I deleted that line of mounting drive D from the config file. 😀

But still, of curiosity, I would like to know what exactly is the source of the problem here - whether it has to do with dvd drive or whatever, because that never happened on my old computer - whether there was disk in drive D or not.

Reply 7 of 12, by Rick

User metadata
Rank Newbie
Rank
Newbie

Disc, disk, what's the difference? 😉 the contents of the error message is what important, not the spelling.

Reply 8 of 12, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

And which OS did you have on the old computer?

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 10 of 12, by Rick

User metadata
Rank Newbie
Rank
Newbie

By OS do you mean which Windows, or FAT32/NTFS? I had the same OS as on my new computer - windows XP (SP2), NTFS.

Reply 11 of 12, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

How do your start DOSBox? With a front-end application, a short-cut, drag-and-drop, or from the CMD.EXE prompt?

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 12 of 12, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

cd/dvd burners also behave a bit different by times, but the whole thing
is nothing dosbox specific.