Zeus on NT 4.0

Zeus: Master of Olympus (Sierra/Impressions) On starting the program it immediately comes up with an application error: The instruction at 0x0058a624 referenced memory at 0x00000001. The memory could not be read Any suggestions?.

Windows Games 5469 This topic was started by ,


data/avatar/default/avatar34.webp

2 Posts
Location -
Joined 2002-06-15
Zeus: Master of Olympus (Sierra/Impressions)
On starting the program it immediately comes up with an application error:
The instruction at "0x0058a624" referenced memory at "0x00000001". The memory could not be "read"
 
Any suggestions?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar20.webp

645 Posts
Location -
Joined 2000-09-16
Which DirectX is required for the game and which are you running?

data/avatar/default/avatar34.webp

2 Posts
Location -
Joined 2002-06-15
OP
It asks for dirctx 7 and it came on the disc, intalled fine as far as i know. Does this help?

data/avatar/default/avatar27.webp

2 Posts
Location -
Joined 2004-12-05
I NEED HELP WHEN I TRY TO INSTALL ZEUS A MESSAGE APPEARS AFTER I CLICK INSTALL AND IT SAYS "C:\WINDOWS\SYSTEM32\AUTOEXEC.NT. THE SYSTEM FILE IS NOT SIUTABLE FOR RUNNING MS-DOS AND MICROSOFT WINDOWS APPLICATIONS CHOOSE 'CLOSE TO TERMINATE THE APPICATION. IS THERE ANY SUGGESTIONS OR ANY WAY U COULD TELL ME HO TO FIX IT THAT WOULD BE GREATLY APPRECIATED OR CONTACT ME ON MSN AT YEH_990@HOTMAIL.COM OR AOL AT MARKLIESTOYOU THANX

data/avatar/default/avatar26.webp

690 Posts
Location -
Joined 2004-05-06
The Autoexec.nt file has been either deleted or changed.
You need to create a new file in Notepad and save it:
 
@echo off
 
REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.
 
REM Install CD ROM extensions
lh %SystemRoot%\system32\mscdexnt.exe
 
REM Install network redirector (load before dosx.exe)
lh %SystemRoot%\system32\redir
 
REM Install DPMI support
lh %SystemRoot%\system32\dosx
 
 
REM The following line enables Sound Blaster 2.0 support on NTVDM.
REM The command for setting the BLASTER environment is as follows:
REM SET BLASTER=A220 I5 D1 P330
REM where:
REM A specifies the sound blaster's base I/O port
REM I specifies the interrupt request line
REM D specifies the 8-bit DMA channel
REM P specifies the MPU-401 base I/O port
REM T specifies the type of sound blaster card
REM 1 - Sound Blaster 1.5
REM 2 - Sound Blaster Pro I
REM 3 - Sound Blaster 2.0
REM 4 - Sound Blaster Pro II
REM 6 - SOund Blaster 16/AWE 32/32/64
REM
REM The default value is A220 I5 D1 T3 and P330. If any of the switches is
REM left unspecified, the default value will be used. (NOTE, since all the
REM ports are virtualized, the information provided here does not have to
REM match the real hardware setting.) NTVDM supports Sound Blaster 2.0 only.
REM The T switch must be set to 3, if specified.
SET BLASTER=A220 I5 D1 P330 T3
 
REM To disable the sound blaster 2.0 support on NTVDM, specify an invalid
REM SB base I/O port address. For example:
REM SET BLASTER=A0
%SystemRoot%\system32\vipx.exe
%SystemRoot%\system32\vlmsup.exe
 
BTW, You cannot run DirectX games on NT4 you need either
Windows 98,Me, 2000 or XP.
 

data/avatar/default/avatar27.webp

2 Posts
Location -
Joined 2004-12-05
were do i put that code? on the disk?