Maybe you should use the constructor for the CTraceFilter
Debug it?
//10chars
Originally Posted by Orinion77
Maybe you should use the constructor for the CTraceFilter
Constructor is automatically called whenever you define/create an object (that is not a pointer).
@sethxi Debug your code. Visual Studio makes it really easy to find out where it crashes, it even tells you the line. Attach VS to CSGO after you inject your DLL, and then VS will point out what went wrong (most times).
It's most likely an invalid address or wrong VFunction index.