Forums » Bugs

Vendetta will not quit

Sep 07, 2004 RelayeR link
Instead of quiting when I hit the "Quit" button in-station, the application crashes.

Bug reports submitted.
Sep 07, 2004 sarahanne link
It is a new "feature" so once you start you can't stop and the guys will have a never ending source of players <Muwah Wahha!> :)
Sep 07, 2004 raybondo link
there's a pure virtual function call somehow. I don't know why.
Sep 07, 2004 roguelazer link
Um. As in you're calling a non-overrided virtual function?
Sep 07, 2004 a1k0n link
Not on purpose. This is usually indicative of calling a member function of a deleted object (gcc's default destructor replaces the virtual table with pure_virtual)
Sep 08, 2004 andreas link
Also happens if some dependencies are not seen by make and .h file is out of sync with what they object layout actually is. I run into that every once in a while and its every time very frustrating to debug. Remind me why the server is written in C++ again? ;-)
Sep 08, 2004 RelayeR link
sarahanne: I'll take your explanation. :•)