HI Elias, The d suffix on the osgdb_sourced.dll suggests that the OSG is built with debug, but you are invoking a release build of VPB when you are calling vpbmaster and in turn osgdem.
Try building the OSG and VPB with a release build. Robert. On 5 May 2015 at 15:46, Elias Tarasov <[email protected]> wrote: > Hi! > > I get the same error: vpb seems try to load osgdb_sourced.dll. > My configuration: > OS MS Windows 7. > Compiler: MSVC 2012 Express Edition. > I built OSG, GDAL, VPB from sources. > OSG: 3.2.0 > GDAL: 1.11.2 > VPB: master > > I built only 32-bit versions. > > When i launch: vpbmaster -d c:/terrain/gcanyon_height.png -t > c:/terrain/gcanyon_color_4k2k.png -o c:/terrain/out.osgb > > i get errors like: > > machine= running task=tasks/build_subtile_L2_X0_Y0.task > scheduling task : tasks/build_subtile_L2_X1_Y0.task > > No data loaded > Error: unable to load source file "build_master.source" > the file was found as "build_master.source" > now setting NotifyLevel to DEBUG, and re-running load: > > VPBReaderWriter::readNode() > readNode_old() > itr='c:\VirtualPlanetBuilder\install\bin' > FindFileInPath() : trying > C:\VirtualPlanetBuilder\install\bin\osgPlugins-3.2.0\osgdb_sourced.dll ... > itr='c:\OpenSceneGraph-3.2.0\install\bin' > FindFileInPath() : trying > C:\OpenSceneGraph-3.2.0\install\bin\osgPlugins-3.2.0\osgdb_sourced.dll ... > itr='C:\Windows\system32' > FindFileInPath() : trying > C:\Windows\system32\osgPlugins-3.2.0\osgdb_sourced.dll ... > itr='C:\Windows\System' > FindFileInPath() : trying > C:\Windows\System\osgPlugins-3.2.0\osgdb_sourced.dll ... > itr='C:\Windows' > FindFileInPath() : trying C:\Windows\osgPlugins-3.2.0\osgdb_sourced.dll ... > itr='.' > FindFileInPath() : trying > C:\VirtualPlanetBuilder\install\bin\osgPlugins-3.2.0\osgdb_sourced.dll ... > itr='c:\OpenSceneGraph-3.2.0\install\bin' > FindFileInPath() : trying > C:\OpenSceneGraph-3.2.0\install\bin\osgPlugins-3.2.0\osgdb_sourced.dll ... > itr='c:\OpenSceneGraph-3.2.0\install\bin\osgPlugins-3.2.0' > FindFileInPath() : trying > C:\OpenSceneGraph-3.2.0\install\bin\osgPlugins-3.2.0\osgPlugins-3.2.0\osgdb_sourced.dll > ... > > And this is repeated until all sheduled tasks fail to load osgdb_sourced.dll > > Now im looking into code based on comments i've read previously at this topic > and also at vpb changelog on github. > > However, still no success. > > Thank you! > > Cheers, > Elias > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=63637#63637 > > > > > > _______________________________________________ > 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

