| Author |
Topic |
 Janus Ovellian Minmatar Firebird Squadron Terra-Incognita |
Posted - 2009.03.03 19:46:00 - [ 1]
Ok... I haven't bug-reported this because I can't reproduce it as of yet.
But upon closing the latest version of singularity last time I received a Visual Studio runtime error code R6025 - pure virtual function call. Which... tells you absolutely nothing, obviously.
I'll have another attempt later to reproduce what I remember of what I was doing and see if I can get a proper report. Just thought it might be worth mentioning that this had happened. Maybe someone'll know where the problem is. /me shrugs. |
 Ancy Denaries
|
Posted - 2009.03.03 19:54:00 - [ 2]
I've had that happening on about 80% of my client closes, even on TQ. I haven't been able to reproduce it in anyway, and I have no clue as to what causes it. It seems to happen a lot more frequent with the Sisi client than TQ, but still....80 or 90% doesn't really matter much :D |
 panterus29 Gallente Blame The Bunny The Dark Nation |
Posted - 2009.03.03 20:56:00 - [ 3]
Originally by: Ancy Denaries I've had that happening on about 80% of my client closes, even on TQ. I haven't been able to reproduce it in anyway, and I have no clue as to what causes it. It seems to happen a lot more frequent with the Sisi client than TQ, but still....80 or 90% doesn't really matter much :D
sounds like you need to update yor java, hard to say but sounds likely |
 Rex Lashar Amarr |
Posted - 2009.03.03 20:59:00 - [ 4]
Pure virtual functions are functions that exist in base classes and must be explicitly defined by any child classes (inheritance). The error was probably the result of someone calling the function without defining it first. Not defining it wouldn't cause a compile-time error, so it only shows up at run-time.
That's a general explanation anyway. If it happens when the client closes, it might be tied to destructors or something. |