Exception when destroying windows in 0.5.0
Posted: Tue Feb 06, 2007 10:33
Hi all
I'm in the process of upgrading to 0.5.0, but I'm experiencing some troubles when I exit my application. During the shutdown all windows are destroyed with
but this causes an exception.
the callstack is
#0 __cxa_pure_virtual()
#1 WindowRendererManager::destroyWindowRenderer()
#2 Window::destroy()
#3 WindowManager::destroyWindow()
#4 WindowManager::destroyWindow()
#5 Window::cleanupChildren()
#6 Window::destroy
#7 WindowManager::destroyWindow()
this looks a bit funny, can anybody explain why this exception happens?
Kind regards
Martin
I'm in the process of upgrading to 0.5.0, but I'm experiencing some troubles when I exit my application. During the shutdown all windows are destroyed with
Code: Select all
WindowManager::getSingleton().destroyWindow(my_window);
but this causes an exception.
the callstack is
#0 __cxa_pure_virtual()
#1 WindowRendererManager::destroyWindowRenderer()
#2 Window::destroy()
#3 WindowManager::destroyWindow()
#4 WindowManager::destroyWindow()
#5 Window::cleanupChildren()
#6 Window::destroy
#7 WindowManager::destroyWindow()
this looks a bit funny, can anybody explain why this exception happens?
Kind regards
Martin