Re: [osg-users] Crash when application closes if linking with OSG

2015-10-05 Thread David Siñuela
t be to put in a proxy object into > src/osg/DisplauySettings.cpp that forces that DisplaySettings::instance() > to be constructed during static initialization, this would obviously > require a patch to the core OSG, something I'm happy to do, but won't help > you right away. > > Robert.

Re: [osg-users] Crash when application closes if linking with OSG

2015-10-05 Thread David Siñuela
Hello Robert, It is working fine now, I tested it on Linux and Windows. Thanks! David On Mon, Oct 5, 2015 at 12:48 PM, Robert Osfield wrote: > Hi David, > > I have removed the InitRegistry proxy object from > src/osgViewer/ViewerBase.cpp and introduced

[osg-users] Crash when application closes if linking with OSG

2015-10-02 Thread David Siñuela
Hello, We have a Qt application that uses OSG for the 3D viewer/editor, but the OSG viewer may not be used if the user does not open the 3D view tab. We are in the process of upgrading to OSG 3.4 and we noticed that the application crashes when the user quits if the 3D view is never open. The