ERROR 'EXCEPTION_ACCESS_VIOLATION'

ERROR 'EXCEPTION_ACCESS_VIOLATION'

Re: ERROR 'EXCEPTION_ACCESS_VIOLATION' Posted by benmears on Fri Nov 9th 2007 at 12:09am
benmears
6 posts
Posted 2007-11-09 12:09am
benmears
member
6 posts 1 snarkmarks Registered: Sep 27th 2007
Due to the Nov. 7th
Source SDK update I'm no longer able to compile my characters because of this
error message I keep getting:

ERROR
'EXCEPTION_ACCESS_VIOLATION' <assert: 1>

The Valve wiki says
this error has something to do with the $shadowlod command but I'm not even
using that command in my .QC file so it has to be something else.

It's really
frustrating because one day everything is compiling like it should and the next
day it won't work because of this "update".

<span style="font-size: 10pt; font-family: "Arial","sans-serif";">So, does anyone know
what this error message means and more importantly, does anyone know how to fix
it? Please let me know so I can get back to work on my models. Thank you for
your time and help.</span>
Re: ERROR 'EXCEPTION_ACCESS_VIOLATION' Posted by fishy on Fri Nov 9th 2007 at 2:39am
fishy
2623 posts
Posted 2007-11-09 2:39am
fishy
member
2623 posts 1476 snarkmarks Registered: Sep 7th 2003 Location: glasgow
The wiki blames the placement of the curly bracket more than the command that it comes after, so maybe your .qc has a similar curly, but on the same line as some other command, causing the same error.

I also found this, which appears to have nothing to do with curlies.

http://forums.goldeneyesource.com/index.php?topic=1084.msg14956
i eat paint
Re: ERROR 'EXCEPTION_ACCESS_VIOLATION' Posted by benmears on Fri Nov 9th 2007 at 9:01pm
benmears
6 posts
Posted 2007-11-09 9:01pm
benmears
member
6 posts 1 snarkmarks Registered: Sep 27th 2007
Thanks for the suggestion.

Yeah, I checked all the brackets in my .qc file and they are all on different lines. Plus, I'm almost positive that this couldn't be the problem because my .qc file was working fine before and I didn't change anything on it.

The link you provided had some interesting ideas but nothing that seems to relate to what's happening on my end.

Anyone else have any ideas ?