Cant Run Privater Through Dos Box!?!?

king_cam

Spaceman
ok so i mount privater to the dosbox (.61) and then i type in cd\priv and it says something bla bla bla change NOEMS to RAM so i did that and the next time i go into dosbox and go cd\priv it says "unable to change to directory \priv" what am i doing wrong???
 
have you mounted your hdd? and did you set ems=false in your dosbox.conf?
this is what my conf looks like:
[sdl]
fullscreen=true
fulldouble=false
fullfixed=false
fullwidth=0
fullheight=0
output=surface
hwscale=1.00
autolock=true
sensitivity=100
waitonerror=true

[dosbox]
language=
machine=auto
memsize=64

[render]
frameskip=0
snapdir=snaps
aspect=false
scaler=normal2x

[cpu]
core=normal
cycles=9000
cycleup=500
cycledown=500

[mixer]
nosound=false
rate=22050
blocksize=2048
wavedir=waves

[midi]
mpu401=true
device=default
config=

[sblaster]
sblaster=true
base=220
irq=7
dma=1
sbrate=22050
adlib=true
adlibrate=22050
adlibmode=adlib
cms=false
cmsrate=22050

[gus]
gus=true
rate=22050
base=240
irq1=5
irq2=5
dma1=3
dma2=3
ultradir=C:\ULTRASND

[speaker]
pcspeaker=true
pcrate=22050
tandy=true
tandyrate=22050
disney=true

[bios]
# Nothing to setup yet!

[dos]
xms=true
ems=false

[modem]
modem=true
comport=2
listenport=23

[autoexec]
mount C: C:\Spiele\Dosbox\Games
mount D: C:\Spiele\Dosbox\cds\privateer -t cdrom
C:
hope that helps you ;)
 
king_cam said:
it says "unable to change to directory \priv" what am i doing wrong???

I had a similar problem because dosbox uses the normal DOS names (8+3 characters), which means that if you installed Privateer in a directory with a longer name, dosbox will not be able to mount it...

In my particular case, the directory (Windows XP long names) is:
c:\games\wing commander\privateer which I "translated" in dosbox.conf as c:\games\wingco~1\privat~1

However, I think this noems error only appears when the game is launched, so I'm not sure your problem is really related to the directory name.
 
Back
Top