[osg-users] [vpb] Unusual Error while running vpbmaster
Elias Tarasov
elias.tarasov at gmail.com
Tue May 5 07:46:25 PDT 2015
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
More information about the osg-users
mailing list