Question
ILL-CS2 runtime error R6025
I wrote a script that from time to time produces a "runtime error R6025
- pure virtual function call" for no apparant reason. I've noticed that when I run the script through the debugger this error doesn't occur, but it does when I let it run on it's own. I've also checked online and read what information I could about this C++ error, but I can't seem to solve this issue.
Does anyone have any experience with this runtime error, or has any ideas on how to solve it?
- pure virtual function call" for no apparant reason. I've noticed that when I run the script through the debugger this error doesn't occur, but it does when I let it run on it's own. I've also checked online and read what information I could about this C++ error, but I can't seem to solve this issue.
Does anyone have any experience with this runtime error, or has any ideas on how to solve it?
