The following syntax error will crash AGS WHILE editing. (I've included all the information I have so some may be irrelevant.)
Character* characterpointer
characterpointer = cCharacter;
If you try to reference the pointer you made on the first line without having a semicolon there as it should be the editor will crash the moment you hit the period key after referencing it.
This happens in any local or global script.
Here is the error report that was generated:
Description:
Stopped working
Files that help describe the problem:
C:\Users\Ethan\AppData\Local\Temp\WER1271.tmp.WERInternalMetadata.xml
C:\Users\Ethan\AppData\Local\Temp\WER5E31.tmp.mdmp
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
Edit: My computer is running on Windows 7.
You haven't made mention of your AGS version. I'm running AGS 3.2.2 Beta (from the SVN) on Windows 7 and can't reproduce this.
I'm running version 3.2.0
Well, I guess the problem has been fixed then!
Thanks monkey.
I tried it. The editor didn't crash and when I tested it the only thing that happened was the editor bitching at me for not putting a semi-colon at the end of the line. Maybe AGS just had a sudden cardiac arrest?
AGS 3.2.1 on Windows XP SP2.
edit: dammit, you ninja'd me. So this problem only occurred once / you couldn't repeat it?
I replicated it many times with mine. It's most likely the version I would think.
I also have 3.2.0 and still can't replicate this error.