Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: left on Mon 21/03/2005 21:10:45

Title: exception crash error (SOLVED)
Post by: left on Mon 21/03/2005 21:10:45
hello

when i am trying to access my gui script this message comes up and ags crashes

(Exception 0xC0000005 at EIP=0x005FE163, AGSE v.2.62.509)

i have tried importing new gui's from an old version but this also causes it to crash

no idea what to do
Title: Re: exception crash error
Post by: Pumaman on Mon 21/03/2005 22:09:15
Which option are you using to access it? Does the crash happen every time?
Title: Re: exception crash error
Post by: left on Tue 22/03/2005 13:20:38
I AM ACCESSING IT VIA, THE EDIT SCRIPT OPTION on the gui page. is there another way to access the gui script.

it crashes every time
Title: Re: exception crash error
Post by: Pumaman on Tue 22/03/2005 20:22:13
If you use the "interface_click" option on the Script menu, does it work then?

Any chance you could upload the game for me to take a look at?

If you have some sort of serious mis-match of { and } in the function, it's possible that it could be confusing the editor but I can't think of anything else that could cause this.
Title: Re: exception crash error
Post by: left on Wed 23/03/2005 13:06:04
fixed it, yeah i went to interface_click and saw that i had deleted a bit of code by mistake as i recently changed the loads of script in my game. For some stupid reason i had deleted a bit of the function. STUPID ME

all is well now

thanks for the help

Title: Re: exception crash error (SOLVED)
Post by: Pumaman on Wed 23/03/2005 18:24:11
Glad you solved it -- though if you still have a copy of the broken version I'd like to see it so that I can improve the editor not to crash in that sort of situation.