Hi Liu, I have just tried your model on OSG svn/trunk and it loads fine, and running it with osgconv works fine too.
Looking at the code you suggested, the only way it could fail would be if the map being passed into the resolveBindMatrices() contained a pointer to a null for the OSG Node it is supposed to be dereferencing to with the getName(), so rather than a missing name, the problem would be a missing node. One would have too look at the calling code to see why a contained ended up with a Null in it. As I don't have a crash I don't really have concrete to investigate. Could you please try OSG-svn/trunk or OSG-3.2.1 and see if the problem is resolved. Robert. Robert. On 29 October 2014 11:45, Liu Xiao <[email protected]> wrote: > Hi, > > I tried to use the source of trunk (3.3.3) of osgConv to convert fbx, but > it crashed in function resolveBindMatrices of osgdb_fbx: > The code is: > > Code: > nodeNames.insert(it->second->getName()); > > > > Which seems that there is no name node. > The fbx sdk version is 2015.1. > > I attached a fbx file here, can any body help with it? > > Thank you! > > Cheers, > Liu > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=61453#61453 > > > > > Attachments: > http://forum.openscenegraph.org//files/youngfbx_445.zip > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

