R6025 pure virtual function= FS9 crash

The place for hardware and software issues, FS and non-FS related

Moderators: Guru's, The Ministry

Post Reply
rich byrne
Meteor
Meteor
Posts: 95
Joined: 18 Sep 2005, 23:40
Location: London

R6025 pure virtual function= FS9 crash

Post by rich byrne »

Every so often my FS9 will crash with this error message. Does anyone know what it might be, and if there is any way of fixing it?

User avatar
TSR2
The Ministry
Posts: 16345
Joined: 17 Jun 2004, 14:32
Location: North Tyneside, UK
Contact:

Re: R6025 pure virtual function= FS9 crash

Post by TSR2 »

This is a programing error in Visual C++, one of the programing laguages used, typically in older gauges. Its likely that an aircraft panel you have installed contains a dodgy gauge.
CAUSE
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. This is illustrated in the sample code below, along with some more description.
Best way is to remove the dodgy aircraft. :cpu:
Ben.:tunes:

ImageImageImage

User avatar
DaveB
The Ministry
Posts: 30457
Joined: 17 Jun 2004, 20:46
Location: Pelsall, West Mids, UK
Contact:

Re: R6025 pure virtual function= FS9 crash

Post by DaveB »

Best way is to remove the dodgy aircraft.
Or.. replace the gauges with newer types ;-)

ATB

DaveB :tab:
ImageImage
Old sailors never die.. they just smell that way!

Post Reply