VOGONS

Common searches


Aladdin

Topic actions

First post, by Robo

User metadata
Rank Newbie
Rank
Newbie

How do I run aladdin?
It says I have A XMS problem...
Thanx!

Last edited by Robo on 2002-07-21, 12:03. Edited 1 time in total.

Reply 1 of 44, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

"Right-click on Aladdin.exe and go to the Memory tab. Max out Expanded & Extended Memory.
Click on OK to save. Use the .pif or .EXE to play the game!"

or use the VDMSound GUI to configure the memory.

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

Reply 3 of 44, by vladr

User metadata
Rank Oldbie
Rank
Oldbie
Robo wrote:

My windows isn't in english so I don't know what is what (Expanded & Extended ).

They should show (abbreviated) as EMS and XMS or use VDMSound + LaucnhPad if under NT (LaucnhPad is in English).

V.

Reply 5 of 44, by Snover

User metadata
Rank l33t++
Rank
l33t++

I'm going to assume you're running a Windows 9x box.

Replace your config.sys file with this:

DOS=HIGH,UMB
DEVICEHIGH=C:\WINDOWS\HIMEM.SYS
DEVICEHIGH=C:\WINDOWS\EMM386.EXE RAM I=B000-B7FF
BUFFERS=20
FILES=20

That'll turn EMS on and define some other things that may not have been in your original config.sys file.

Yes, it’s my fault.

Reply 9 of 44, by Stiletto

User metadata
Rank l33t++
Rank
l33t++

Just post the contents of your config.sys file here, we'll be happy to help you edit it. 😀

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto

Reply 13 of 44, by Stiletto

User metadata
Rank l33t++
Rank
l33t++

ESSAUDIO.SYS is an audio driver for sound cards/integrated sound chipsets made by ESS Technology, Inc. http://www.esstech.com/
Not sure which one, though. Maybe the Maestro 3?

The Display.Sys line has something to do with setting the system prompt text. Next line does as well.

Country code works out to Israel, believe it or not. Doesn't necessarily mean he/she's there, though...

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto

Reply 14 of 44, by Snover

User metadata
Rank l33t++
Rank
l33t++

Seems to me the display.sys line and the country line are just wasting valuable conventional memory.

I need to know how large the ESSAUDIO.SYS file is so that I can figure out whether to use DEVICEHIGH or not. (Though, when I used the SB driver with DEVICEHIGH, it spewed visual funkiness and froze my machine.)

Otherwise, 2DOSWIN's settings should port quite well.

Yes, it’s my fault.

Reply 16 of 44, by Snover

User metadata
Rank l33t++
Rank
l33t++

If you're using an ESS audio driver, you've got an ESS card, not a Creative Labs card.
I didn't say anything about Israel, I just said that defining it wastes valuable bits that are needed to load other, more essential devices.

Yes, it’s my fault.

Reply 19 of 44, by Snover

User metadata
Rank l33t++
Rank
l33t++

Okay. So. Use this.

DOS=HIGH,UMB
DEVICEHIGH=C:\WINDOWS\HIMEM.SYS
DEVICEHIGH=C:\WINDOWS\EMM386.EXE RAM I=B000-B7FF
DEVICEHIGH=C:\ESSAUDIO.SYS
BUFFERS=20
FILES=20

If your system freezes up when it's loading, go into safe mode command prompt and change DEVICEHIGH=C:\ESSAUDIO.SYS to DEVICE=C:\ESSAUDIO.SYS.

Yes, it’s my fault.