Re: [Opensg-users] OpenSG2.0: Problem on file load

2010-06-07 Thread Gerrit Voß
Hi, On Mon, 2010-06-07 at 11:28 +0200, Johannes Brunen wrote: > Hello Gerrit, > > I have uploaded example 'cow.osg' to > > http://drop.io/OpenSG_RenderEngine > ok, thanks, somehow the header check got disabled. I will re-enable it, so that the loader does not start parsing. kind regards ge

Re: [Opensg-users] OpenSG2.0: Problem on file load

2010-06-07 Thread Johannes Brunen
Hello Gerrit, I have uploaded example 'cow.osg' to http://drop.io/OpenSG_RenderEngine Below, you can see the callstack I get on loading this file. Best, Johannes > OSGSystemD.dll!OSG::OSGLoader::beginNode(const char * > szNodeTypename=0x13598c70, const char * szNodename=0x) Line 507

Re: [Opensg-users] OpenSG2.0: Problem on file load

2010-06-07 Thread Gerrit Voß
Hi, On Mon, 2010-06-07 at 09:33 +0200, Johannes Brunen wrote: > Hello, > > I'm facing the following obscure problem. I tried loading a file with > extension 'osg' which leads to an unhandled exception because of > dereferencing a NULL pointer in OSGOSGLoader.cpp (line 507). I have, > however, to

[Opensg-users] OpenSG2.0: Problem on file load

2010-06-07 Thread Johannes Brunen
Hello, I'm facing the following obscure problem. I tried loading a file with extension 'osg' which leads to an unhandled exception because of dereferencing a NULL pointer in OSGOSGLoader.cpp (line 507). I have, however, to confess that this file is actually an OpenSceneGraph file. I do not expect