Re: [wxVTK] wxVTK samples - cannot delete wxVTKRenderWindowInteractor
Brought to you by:
malat
From: Marco <tsu...@si...> - 2008-01-02 09:48:38
|
Mathieu Malaterre ha scritto: > I have seen those kind of weird bugs happen when there is a mismatch > of gtl version (you are including gtk 1.X at compile time, and linking > against gtk 2.x at link time...) > At some point wxGTK 2.4 had some issues, but wxGTK 2.6.3 should be fine. > The last thing I have seen is that KDE does not behave totally like > GNOME, when talking to the X11 server. I am using GNOME. > Last but not least, are you sure you configured your hardware > accelerated OpenGL driver correctly, ie can you run glxgears ? Yes, It works. Going a little bit deeper in the debugging I see it crashes trying to unregister the render window. >>> On Dec 31, 2007 12:16 PM, Marco <tsu...@si...> wrote: >>>> Dear all, >>>> >>>> I am trying to run your sample applications without any modification. >>>> Everything works fine until I close the window when the application >>>> crashes. Debugging the code, I see it crashes trying to delete the >>>> wxVTKRenderWindowInteractor in the wxFrame destructor. Any advice? >>>> Here is my system configuration: >>>> >>>> Ubuntu 7.10 >>>> Linux 2.6.22 >>>> gcc 4.1.3 >>>> vtk 5.0.3 >>>> wxGTK 2.6.3 >>>> wxVTK 1.2 |