VOGONS


dosbox on windows 2003

Topic actions

First post, by byteme95

User metadata
Rank Newbie
Rank
Newbie

when i am trying to run

dosbox C:\myprogram\program.exe (which is a DOS program) i get the following error on Windows 2003 Server

The instruction at [...] referenced memory at [...]. The memory could not be "read".

i tried to disable all sounds from the dosbox.conf file

please help

tEh kingz0r

Reply 1 of 4, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Enable DirectDraw acceleration and drag the hardware acceleration slider all the way to the right in the "Troubleshoot Tab of the Advanced dialog box for your video card.

How To Ask Questions The Smart Way
Make your games work offline

Reply 2 of 4, by byteme95

User metadata
Rank Newbie
Rank
Newbie

i am pretty sure that this is the problem because i am conecting remote (remote desktop) to the windows 2003 station (with admin rights), and i have no access to the video card config (i must be at the console).

i guess i cannot run dosbox in a remote environment

tEh kingz0r

Reply 4 of 4, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Put the following lines into a batch file and then execute dosbox that way or you can probably put "SDL_VIDEODRIVER=WINDIB" into the environment variables tab in System Properties. Not sure if that sticks around in a TS session or not...it should.

SET SDL_VIDEODRIVER=WINDIB
dosbox.exe

How To Ask Questions The Smart Way
Make your games work offline