VOGONS


DUKE3D on DOSBOX (Linux)

Topic actions

First post, by 3246251196

User metadata
Rank Newbie
Rank
Newbie

Given that the contents of the store-bought duke3d CD is all written to a directory on my linux box named, for instance:

~/duke/cd

and that duke3d was successfully installed through DOSBOX into a directory on my linux box, for instance:

~/dosbox/games/duke3d

when I try to:

MOUNT D ~/duke3d/cd -t CDROM
MOUNT C ~/dosbox/games/duke3d

and then:

C:
SETUP.EXE
{{Select Run DUKE3D option through SETUP program}}

I keep on getting the error:

Please put Duke Nukem 3D Atomic Edition CD in drive.

Also, in case anyone requests the CD-ROM INI file in the duke3d directory, it's contents is this: (and lowecase/upper is not the issue)

D:\support\

I have verified that such a directory exists and, within it, is the .IDF file.

Reply 1 of 7, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

You are using different mountings for installing and playing. Your mount c should be the same one you had when you installed duke3d

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 7, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

[Thread moved to DOSBox Games/Apps. Section]

Reply 3 of 7, by SquallStrife

User metadata
Rank l33t
Rank
l33t
3246251196 wrote:
when I try to: […]
Show full quote

when I try to:

MOUNT D ~/duke3d/cd -t CDROM
MOUNT C ~/dosbox/games/duke3d

and then:

C:
SETUP.EXE
{{Select Run DUKE3D option through SETUP program}}

I keep on getting the error:

Please put Duke Nukem 3D Atomic Edition CD in drive.

Also, in case anyone requests the CD-ROM INI file in the duke3d directory, it's contents is this: (and lowecase/upper is not the issue)

D:\support\

I have verified that such a directory exists and, within it, is the .IDF file.

To elaborate on Dominus' (correct) answer:

Instead of:

MOUNT D ~/duke3d/cd -t CDROM
MOUNT C ~/dosbox/games/duke3d

C:
SETUP.EXE

Do this:

MOUNT D ~/duke3d/cd -t CDROM
MOUNT C ~/dosbox/

C:
cd\games\duke3d
SETUP.EXE

If that doesn't work try this for mounting the CD:

mount D ~/duke3d/cd -t cdrom -label DUKE3DATOMIC

The "DUKE3DATOMIC" part might not be right, check the original CD for the volume label.

If that still doesn't work, you might need to make an image of the Duke3D CD rom and mount that, Duke3D might be checking for more than just volume name.

VogonsDrivers.com | Link | News Thread

Reply 4 of 7, by DukeMan

User metadata
Rank Newbie
Rank
Newbie

Hi, I am having a hard time instaling/running duke3d using the dosbox
Can someone help me?

Reply 5 of 7, by DukeMan

User metadata
Rank Newbie
Rank
Newbie

I tried the codes above and no luck...

Reply 7 of 7, by Bladeforce

User metadata
Rank Member
Rank
Member

Thsi is my autoexec that runs Duke3d fine in dosbox on linux. You may have to edit the locations according to your locations. I convert my cd's to images so I dont have to root for the cd all the time hence the -t iso at the end instead of -t cdrom 😀

mount C "/media/sdc1/Dosbox/Duke Nukem 3D/C"
imgmount D "/media/sdb1/Dosbox CD/Duke Nukem 3D/CD/DukeNukem3D.iso" -t iso
C:
cd DUKE3D
DUKE3D
exit