HI Peter, The source ReaderWriter is implemented with the vpb library (VirtualPlanetBuilder/src/vpb/DatabaseBuilderIO.cpp), which vpbmaster links against. This source ReaderWriter should automatically be registered with the osgDB::Registry during application initialization and be the one of the first to be called by the Registry when a load is attempted.
Why this isn't working in your case I can't speculate as I've never read of others having this problem before. What platform are you working on? Have you built the OSG and VPB yourself or got the binaries from a 3rd Party? Robert. On 26 November 2014 at 07:26, Peter Schlau <[email protected]> wrote: > Hi, > I keep getting this unusual error message when running the vpb Master. > I'm pretty sure there is no such file, and i couldn't google it because > this file doesn't seem to exist at all. > > This is my error: > > > > > FindFileInPath() : trying /usr/lib/osgPlugins-3.2.1/osgdb_source.so ... > > itr='/usr/lib64/' > > FindFileInPath() : trying /usr/lib64/osgPlugins-3.2.1/osgdb_source.so ... > > itr='/usr/local/lib/' > > FindFileInPath() : trying > /usr/local/lib/osgPlugins-3.2.1/osgdb_source.so ... > > itr='/usr/local/lib64/' > > FindFileInPath() : trying > /usr/local/lib64/osgPlugins-3.2.1/osgdb_source.so ... > > itr='/home/linux/OpenSceneGraph/lib/' > > FindFileInPath() : trying /home/linux/OpenSceneGraph/lib/osgdb_source.so > ... > > itr='/home/linux/VirtualPlanetBuilder/lib/' > > FindFileInPath() : trying > /home/linux/VirtualPlanetBuilder/lib/osgdb_source.so ... > > itr='/usr/local/lib64/osgPlugins-3.2.1' > > FindFileInPath() : trying > /usr/local/lib64/osgPlugins-3.2.1/osgdb_source.so ... > > itr='/usr/lib/' > > FindFileInPath() : trying /usr/lib/osgdb_source.so ... > > itr='/usr/lib64/' > > FindFileInPath() : trying /usr/lib64/osgdb_source.so ... > > itr='/usr/local/lib/' > > FindFileInPath() : trying /usr/local/lib/osgdb_source.so ... > > itr='/usr/local/lib64/' > > FindFileInPath() : trying /usr/local/lib64/osgdb_source.so ... > > Warning: dynamic library 'osgPlugins-3.2.1/osgdb_source.so' does not > exist (or isn't readable): > > osgPlugins-3.2.1/osgdb_source.so: cannot open shared object file: No > such file or directory > > DynamicLibrary::failed loading "osgPlugins-3.2.1/osgdb_source.so" > > No data loaded > > > > Second attempt to load source file "build_master.source" also failed. > > > > > I hope someone can help me! > > Thank you in advance!! > > Cheers, > Peter[/quote][/code] > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=61557#61557 > > > > > > _______________________________________________ > 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

