VOGONS


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 ?

Reply 3 of 14, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

Yes, provided the game doesn't need a cd-rom.

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

Reply 4 of 14, by matxer

User metadata
Rank Newbie
Rank
Newbie

Then I have exactly the same error messages...

"Mel Fatal error #26 trap#15
Mel Real Mode version 2.2.5 4/2/94"

Reply 5 of 14, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Configure the sound correctly.

Reply 6 of 14, by matxer

User metadata
Rank Newbie
Rank
Newbie

I configured as 'no sound'. The error message is the same.

Reply 7 of 14, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Be sure the setting is saved. The game works fine with just a default
dosbox installation and the sound of the game configured correctly.

Reply 8 of 14, by matxer

User metadata
Rank Newbie
Rank
Newbie

The sound.cfg is updated (date and time). What does the error message mean ?

Reply 9 of 14, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Dunno, i only get it if i forcefully configure the sound with settings
that are incompatible with dosbox. That is running the installer
under plain XP resulting in irq5 usage.

Reply 10 of 14, by matxer

User metadata
Rank Newbie
Rank
Newbie

All right ! I had run sinstall under plain XP, before launching DosBox.

Now it works !
One more question: how do you get a full screen windows ?

Reply 11 of 14, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Easiest: readme
A tad harder: alt-enter

Reply 12 of 14, by matxer

User metadata
Rank Newbie
Rank
Newbie

I found another solution: fullscreen=true !

Reply 13 of 14, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

That's the hard one 😀

Reply 14 of 14, by matxer

User metadata
Rank Newbie
Rank
Newbie

Thx for your help ! Even the sound seems willing to work ! 😊