-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/07/2015 03:39 PM, Alin Ionascu wrote: > Hi, > > I have a problem opening a VRML file. If I try to open it in my > application it leads to a crash. I managed to find the code line > which does this: > > SceneGraph.loadW(szFileName, false);
Well, that could be pretty much anything. The above function call doesn't even seem to be an OSG function. Could you provide at least a full stack trace. Compile in Debug and you should be able to copy & paste the content of the Stack window in Visual Studio - I assume you are in Windows, based on the Hungarian notation. Concerning VRML - the OSG VRML loader is quite limited (I am one of the authors), so if you have some exotic features in the file it could be triggering a bug (do some other files work?). However, without seeing the stack trace we won't know for sure. J. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD4DBQFVJqKjn11XseNj94gRAuEEAKC0rj0UL+4ZVM2ZwayYOSNKXan03ACY7Evk rmBwhYyn14cU3BD1ZDbYZg== =a8fT -----END PGP SIGNATURE----- _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

