VOGONS

Common searches


First post, by matxer

User metadata
Rank Newbie
Rank
Newbie

I failed to run the dos game tanks! 'directly'. The general dos forum suggested me to try dosbox because some motherboards can't emulate ems memory.

So I tried to launch tanks from dosbox. After mounting the stuff (no CD to run):
mount C "c:\Documents and Settings\win\Mes documents\DOSBOX Stuff\Tanks"
mount D "c:\tanks"
d:
tanks.exe

It locks with the following messages:
"Mel Fatal error #26 trap#15
Mel Real Mode version 2.2.5 4/2/94"

Reply 1 of 14, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

You forgot to specify D drive as CD-ROM drive.

And besides you probably don't want to run the game directly from cd, but from the folder you installed it into (C drive).

mount C "c:\Documents and Settings\win\Mes documents\DOSBOX Stuff"
mount D "c:\tanks" -t cdrom
c:
cd tanks
tanks.exe

Assuming c:\Documents and Settings\win\Mes documents\DOSBOX Stuff is where you will install all your DOSBox stuff -> C: Drive

Assuming c:\tanks contains all files from cd-rom.

Assuming you have the game already installed to C:\TANKS (DOSBox see it that way, real path is c:\Documents and Settings\win\Mes documents\DOSBOX Stuff\tanks

The real C:\TANKS path is seen by DOSBox as D drive (CD-ROM, we mounted it that way, remember?)

Well, keep asking if you don't understand something but read the readme file that came with DOSBox first and the GUIDES section on this forum should prove useful too.

If you are still stuck, you should consider using a Front-End.

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 2 of 14, by matxer

User metadata
Rank Newbie
Rank
Newbie

I dont need a cd because the legal v1.3 Tanks install file can be downloaded from the net.

So, is the following correct ?

I install the game in the directory:
C:\Documents and Settings\win\Mes documents\DOSBOX Stuff
Thus creating the sub directory:
C:\Documents and Settings\win\Mes documents\DOSBOX Stuff\Tanks

Then in the dosbox.conf file, section autoexec:
mount C "c:\Documents and Settings\win\Mes documents\DOSBOX Stuff"
c:
cd Tanks
Tanks.exe

Is this correct ?