Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: gollymrme on Wed 19/05/2010 18:59:56

Title: An exception 0xC0000005 occurred in ACWIN.EXE at EIP = 0x74B217C5 ; program poin
Post by: gollymrme on Wed 19/05/2010 18:59:56
Illegal exception
---------------------------
An exception 0xC0000005 occurred in ACWIN.EXE at EIP = 0x74B217C5 ; program pointer is -188, ACI version 3.12.1074, gtags (0,0)

AGS cannot continue, this exception was fatal.


What did I do? I was trying to figure out how to make my character drive down a street and have cars passing him, but screwed up my game. Any advice on how to fix my game and achieve my goals?
Title: Re: An exception 0xC0000005 occurred in ACWIN.EXE at EIP = 0x74B217C5 ; program poin
Post by: Wyz on Thu 20/05/2010 01:36:34
This could mean A LOT of things ;D

Try to track down what exactly is causing the problem. Comment portions of your code out till it works again, and enable them till you find the culprit. When you do, and you're still stuck, post it.
Title: Re: An exception 0xC0000005 occurred in ACWIN.EXE at EIP = 0x74B217C5 ; program poin
Post by: Pumaman on Mon 31/05/2010 19:00:45
Make sure you haven't enabled the Hq2x/3x filter, because there is a bug in 3.1.2 that causes these to crash.

Otherwise, if you are still getting this problem can you upload the compiled EXE for me to investigate?