Re: [osg-users] [build] "INSTALL.vcxproj" -- FAILED

2018-05-11 Thread Eran Cohen
This problem seems to have been fixed in the new 3.6.0 release Cheers, Eran -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=73614#73614 ___ osg-users mailing list osg-users@lists.openscenegraph.org ht

Re: [osg-users] OpenSceneGraph-3.6.1 release candidate 2 tagged

2018-05-11 Thread Alberto Luaces
Sebastian Messerschmidt writes: > Hi, > > I've been testing the current build and just discovered, that there > are some things that are different. > > To point out one specifically: > I'm using calls to > osgDB::Registry::addEntryToObjectCache(file_name, result_node) > ommitting the options param

Re: [osg-users] OpenSceneGraph-3.6.1 release candidate 3 tagged

2018-05-11 Thread Alberto Luaces
Robert Osfield writes: > Hi Alberto, > > Thanks for the minimal crashing program. The crash wasn't straight > forward to pinpoint the cause but eventually I traced it back to the > the ObjectCache taking a ref_ptr when search for entries in > the ObjectCache. To avoid this I wrote a ObjectCache:

Re: [osg-users] OpenSceneGraph-3.6.1 release candidate 3 tagged

2018-05-11 Thread Robert Osfield
Hi Alberto, Thanks for the minimal crashing program. The crash wasn't straight forward to pinpoint the cause but eventually I traced it back to the the ObjectCache taking a ref_ptr when search for entries in the ObjectCache. To avoid this I wrote a ObjectCache::find(..) method that doesn't creat