Nixon33
Member
- Joined
- Nov 11, 2013
- Messages
- 31
Can't really play more than 15 minutes to an hour without this crash. Have up to date required software. Have bot on C: root drive as advised.
Quote from Microsoft Support Page:
This error occurs when your application indirectly calls a pure virtual member function in a context where a call to the function is not valid. In most cases, the compiler detects this and reports the error when building the application. But depending on how your code is written, sometimes the problem is detected only at run-time.
The error occurs when you indirectly call a pure virtual function within the context of a call to the constructor or destructor of an abstract base class.
Description of the R6025 run-time error in Visual C++
Quote from Microsoft Support Page:
This error occurs when your application indirectly calls a pure virtual member function in a context where a call to the function is not valid. In most cases, the compiler detects this and reports the error when building the application. But depending on how your code is written, sometimes the problem is detected only at run-time.
The error occurs when you indirectly call a pure virtual function within the context of a call to the constructor or destructor of an abstract base class.
Description of the R6025 run-time error in Visual C++