Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: on Fri 17/09/2004 18:13:26

Title: Illegal Exception?
Post by: on Fri 17/09/2004 18:13:26
Ok so I've used AGS before. And it's been a while but I decide to try at making this game I thought up but when I tried to just test out the animation its gives me this...

An exception 0xC0000005 occured in ACWIN.EXE at EIP = 0xBFF9BB6B (strcpy/strcat); program pointer is +0, ACL version 2.61.747, gtags (0,0)

So um, what the heck is that and how do I like fix it.
Title: Re: Illegal Exception?
Post by: on Fri 17/09/2004 19:42:40
Anyone? This is a real problem it's preventing me from even starting my game. :\
Title: Re: Illegal Exception?
Post by: StrangeDude on Fri 17/09/2004 19:44:36
Please wait more than 2 hours before posting a reply on your own topic. I wish I could help but I'm only a graphick dude.

Yours,
~ StrangeDude
Title: Re: Illegal Exception?
Post by: strazer on Fri 17/09/2004 19:46:47
It would help if you posted the code or interactions you use to start the animation.
Are you sure you're using the correct views?
What do are you trying to animate? Characters, objects?
Title: Re: Illegal Exception?
Post by: on Fri 17/09/2004 20:39:09
Quote from: strazer on Fri 17/09/2004 19:46:47
It would help if you posted the code or interactions you use to start the animation.
Are you sure you're using the correct views?
What do are you trying to animate? Characters, objects?

I havnt even got to the stage of coding, Ive set up some views of my character walkign and such and thats it so far, just made 1 room for testing in which is just a single color room. :\

And sorry about the posting again thing i'm just pissed off that it decides to mess up on the first thing I do.
Title: Re: Illegal Exception?
Post by: Janik on Sat 18/09/2004 02:52:53
Did you delete a sprite that was in use? Maybe you can try disabling all the views except one to try to pinpoint the problem.
Title: Re: Illegal Exception?
Post by: on Sat 18/09/2004 11:25:12
Ok I tried going to ACWIN.EXE to see like what it was and it didnt load said that the file ac2game.dat could not be found in C:/My documents/AGS

Would that help anyone?
Title: Re: Illegal Exception?
Post by: on Sat 18/09/2004 13:19:31
I managed to make it work by producing a DOS EXE for the time being but not as I would prefered so help still welcomed.
Title: Re: Illegal Exception?
Post by: Pumaman on Sat 18/09/2004 16:14:30
Does your character's walking view definitely have at least 4 loops, and at least 2 frames in each of those loops?

If so, could you upload the game for me to take a look at -- the engine shouldn't crash like that.
Title: Re: Illegal Exception?
Post by: on Sat 18/09/2004 18:50:49
Yes the views are all allright. What exactly do I upload and where and how do you propose I do it? ;\
Title: Re: Illegal Exception?
Post by: Pumaman on Sat 18/09/2004 23:29:27
Zip up your game's Compiled folder, and see how big the zip file is. If it's fairly small, the easiest thing to do would be to e-mail it to me.
Title: Re: Illegal Exception?
Post by: on Sun 19/09/2004 00:02:22
Ah crap.

Forgot about this thread, I deleted my AGS folder and re-downloaded it. I'd made a complete mess in the end trying to solve the problem. So now im going to do practically what I did before and see what comes up.

Sorry about that.