J-S,

Thanks for the reply. I will have to give that a try.

So far, this crash seems to be an odd one because the debugger doesn't seem to catch it. All I get is this friendly message: "The exception unknown software exception (0xc0020001) occurred in the application at location 0x7c812afb"

-Todd

On 9/8/2010 9:24 AM, Jean-Sébastien Guay wrote:
Hello Todd,

While we are on the topic of the Outline class, I'm experiencing
something strange: My application crashes on exit with an "unknown
exception" if an osgFX::Outline node is in the scenegraph, but it
doesn't crash otherwise. I haven't been able to trace this, so I was
wondering if anyone else had a similar experience. This is on Windows.

Does "osgoutline cow.osg" work for you? If so, then you'll have to run
your code in debug and in the debugger, in order to find the source of
the crash. Crashes are actually pretty much the simplest bugs to find
the source of, since the debugger will immediately point the place where
it crashed...

J-S

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to