Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Goot on Thu 24/06/2004 21:51:39

Title: New Bug (SOLVED)
Post by: Goot on Thu 24/06/2004 21:51:39
I got this error when trying to test a game:

---------------------------
Illegal exception
---------------------------
An exception 0xC0000005 occured in ACWIN.EXE at EIP = 0x00416BCE ; program pointer is -42, ACI version 2.60.698, gtags (12,27)

AGS cannot continue, this exception was fatal. Please note down the numbers above, remember what you were doing at the time and notify CJ on the Tech forum.

(Global script line 6)


Most versions of Windows allow you to press Ctrl+C now to copy this entire message to the clipboard for easy reporting.
---------------------------
OKÃ,  Ã, 
---------------------------

What does this mean? Is there anything I can do to get rid of it?
Title: Re: New Bug
Post by: Goot on Thu 24/06/2004 21:53:09
To add to what I said before: I saw the other string about similar error messages and I have checked to make sure I haven't done any of those things to screw it up.
Title: Re: New Bug
Post by: strazer on Thu 24/06/2004 22:26:57
What is in your global script at line 6?
Title: Re: New Bug
Post by: Pumaman on Thu 24/06/2004 23:06:49
It's possible you've put some script in  game_start  which expects a room to already be loaded. As strazer says, please post the lines around line 6 of your global script.
Title: Re: New Bug
Post by: Goot on Fri 25/06/2004 00:40:25
Oh, thanks. It was something that expected a room to be loaded. I've figured it out now.
Title: Re: New Bug (SOLVED)
Post by: strazer on Fri 25/06/2004 09:15:33
Could you be more specific please? How did you solve it?
Title: Re: New Bug (SOLVED)
Post by: Pumaman on Mon 28/06/2004 20:53:57
Yeah, please tell us what the problem was, so that AGS can be improved to detect the situation and handle it more gracefully in future.