Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Edwin Xie on Sun 16/05/2004 23:47:33

Title: Intro to Main Game
Post by: Edwin Xie on Sun 16/05/2004 23:47:33
I have problems moving the character from the intro to the main game. I tried everything but there was a problem;

An exception 0xC00000FD occured in ACWIN.EXE at EIP = 0x004476CE ; program pointer is +157, ACI cersion 2.60.698, gtags (2,36)

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.



Most versions of Windows allow you to press Ctrl+C now to copy this entire message to the clip board for easy reporting.
Title: Re: Intro to Main Game
Post by: MrColossal on Mon 17/05/2004 03:30:50
can we get some more information? like what are you doing? what's the code?
Title: Re: Intro to Main Game
Post by: Edwin Xie on Mon 17/05/2004 04:10:31
You see, the main character is talking on the intro right? And when it was getting on the load screen it has that error. I have set that after the intro the character moves to the place he is really in. I wonder if that setting has that problem because after I set that one setting there was the error. And I am still trying to make the character move to the place he is in right now!
Title: Re: Intro to Main Game
Post by: Gilbert on Mon 17/05/2004 04:28:36
Please be more descriptive, what script/code/interactions/etc. did you actually used? You may also upload your sample game if you want.
Title: Re: Intro to Main Game
Post by: Rui 'Trovatore' Pires on Mon 17/05/2004 21:50:41
Your post is really too vague yet, but a good rule of thumb in these cases, if you're familiar with scripting, is just to comment out anything that looks suspicious, starting with your latest modifications, and keep trying, and eventually you'll stumble across the error.
Title: Re: Intro to Main Game
Post by: Pumaman on Mon 17/05/2004 21:54:59
Is there any chance you could upload your game so that we can take a look? It's probably something really simple, but you're so vague about what you're doing that seeing it for ourselves is probably the best way to fix it.

0xC00000FD is a stack overflow, so you've probably managed to set up a recursive call somehow. It would be useful to see your game so that I can fix AGS to cope with this better in future.