VOGONS


First post, by JIm

User metadata
Rank Newbie
Rank
Newbie

# Create a directory for your game, e.g. "C:\DOSBox stuff\MyGame".

(if you are on a Mac use "/Users/your-login-name/Documents/DOSBox stuff/MyGame")

# Insert CD in drive.

# Start DOSBox.

# In DOSBox, mount up DOSBox's drive C: and D:

Z:>mount C "C:\DOSBox stuff\MyGame"
Z:>mount D "D:\" -t cdrom -ioctl

(assuming that D:\ is your real CD/DVD drive. If you are on a Mac, replace "D:\" with "/Volumes/name-of-your-CD")

# Install the game from D: to C:

Z:>D:
D:>install

I do all that, then DOSBOX closes. Help?

Reply 1 of 22, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

What game?

DOSBox Compilation Guides
DosBox Feature Request Thread
PC Game Compatibility List
How To Ask Questions The Smart Way
Running DRM games offline

Reply 4 of 22, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

the mount points look allright.
Try typing
ems off
xms off
before typing install.exe

Water flows down the stream
How to ask questions the smart way!

Reply 6 of 22, by wkcchampion

User metadata
Rank Newbie
Rank
Newbie

hello, I have the Italian CD version of Earth2140 and I'm experiencing the same problem.
Even if I type in ems off and xms off before launching install.exe, DosBox will crash out

Reply 7 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Could you be more precise? How does it crash out? Any error messages? How do you mount your drives?

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 8 of 22, by wkcchampion

User metadata
Rank Newbie
Rank
Newbie

ok I'll try
no error messages, it just quits to the desktop after few seconds when I type the command... exactly like typing exit

I mount my drive in the autostart section of the Config file:

[autoexec]
# Lines in this section will be run at startup.
mount c c:\oldgames
mount d d:\ -t cdrom
c:

Reply 9 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

DOSBox version?

Can you start DOSBox from a CMD-prompt?

Can you start DOSBox with the -noconsole option? If so, do you see files called stdout.txt and stdout.err in the CMD-prompt directory?

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 11 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Not present? Where? After DOSBox exists, you don't see the stdout/stderr files with a DIR from the CMD-prompt?

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 12 of 22, by wkcchampion

User metadata
Rank Newbie
Rank
Newbie

exactly.
if i open the dos prompt and go to c:\programmi\dosbox-0.72 (the dir where dosbox is installed) and I type dir to list the files, I have no trace of those files

Reply 13 of 22, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

you forgot the important step. Once you are in c:\programmi\dosbox-0.72 run Dosbox by typing
dosbox -noconsole

Then in Dosbox try to install Earth 2140 again. When Dosbox closes, you should have these two files in the directory (but don't run dosbox again).

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 15 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

You are a little dense, aren't you WK? How about showing us what the stdout.txt file contains?

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 16 of 22, by wkcchampion

User metadata
Rank Newbie
Rank
Newbie

this is what the file contains:

DOSBox version 0.72
Copyright 2002-2007 DOSBox Team, published under GNU GPL.
---
CONFIG:Loading primary settings from config file C:\Programmi\DOSBox-0.72\dosbox.conf
MIDI:Opened device:win32
Exit to error: CPU:GRP5:Illegal Call 7

Reply 17 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Okay - somehow DOSBox tries to execute some illegal instruction in the game.

Can you try different CPU cores? Are you using some kind of front-end when you start DOSBox?

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 19 of 22, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

> what is a front-end?
http://en.wikipedia.org/wiki/Dosbox#Frontends

> it crashes with any of cores: auto, normal, simple and dynamic
Hmm. Not good 🙁

Have you tried reinstalling it in a new, clean C-drive? Create a new C:\oldgames2 folder and mount that with:

mount c c:\oldgames2

and then install the game from the CD?

Also, try disabling the sound-devices in your dosbox.conf (gus=false, sbtype=none, ....) before installing/configuring/running the game.

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32