View Single Post
Old 12-09-2008, 02:03 PM   #5
Tamrhind
Newbie

 
Join Date: Nov 2005
Location: Abbotsford, Australia
Posts: 19
Default

Quote:
Originally Posted by dosraider View Post
Typical message for a wrong CD mount, did you even mount your CD drive?
That game apparently need the CD.

-> mount a virtual C: and
-> mount your CD drive as D:
mount d x:\ -t cdrom

Replace the x:\ by your real CD drive letter under windows.

Install the game from d: on c: IN dosbox.

BTW, weren't you the one on a crappy PC? Then you'd better make an ISO from your CD and mount that one, works a bit faster in dosbox.
You mount your image as this:
imgmount d x:\path\image.iso -t iso
Or if you use bin/cue:
imgmount d x:\path\image.cue -t iso

[Edit]
BTW, edit your dosboxconf and set:
core=auto
cycles=max
As far as I know, I've done all that; never had any probs with DB before (except with Daggerfall but that's another tale).

Here's my Autoexec:

"[autoexec]
# Lines in this section will be run at startup.
mount C C:\
mount D D:\DOS\ -freesize 512
mount E E:\ -t cdrom ioctl
[imgmount d x:\path\image.iso -t iso] *just added now*
D:
CLS"
Tamrhind is offline                         Send a private message to Tamrhind
Reply With Quote