Ok, somehow this all looks too familiar with a problem I had earlier with the MacOS X build of OSG 2.8.x (http://forum.openscenegraph.org/viewtopic.php?p=10151#10151)

... so the output looks like this with the viewer crashing when it tries to load the osgdb_lwo.dll (replicable with any other plugin)

I will set up a few VMware images to hunt this down as it prevents any reasonable deployment method.


E:\osg>osgviewer.exe \SSTT2\sstt2\BO105.lwo
GraphicsContext::setWindowingSystemInterface() 092E17C0 003D9198
CullSettings::readEnvironmentalVariables()
DatabasePager::addDatabaseThread() HANDLE_NON_HTTP
DatabasePager::addDatabaseThread() HANDLE_ONLY_HTTP
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
DriveManipulator::_height set to ==1.5
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
itr='E:\osg'
FindFileInPath() : trying E:\osg\osgPlugins-2.8.1\osgdb_lwo.dll ...
FindFileInPath() : USING E:\osg\osgPlugins-2.8.1\osgdb_lwo.dll
Opened DynamicLibrary osgPlugins-2.8.1/osgdb_lwo.dll
FindFileInPath(\SSTT2\sstt2\BO105.lwo): returning \SSTT2\sstt2\BO105.lwo


E:\osg>set OSG_LIBRARY_PATH="E:\osg\osgPlugins-2.8.1"

E:\osg>osgviewer.exe \SSTT2\sstt2\BO105.lwo
GraphicsContext::setWindowingSystemInterface() 092E1810 003D9198
CullSettings::readEnvironmentalVariables()
DatabasePager::addDatabaseThread() HANDLE_NON_HTTP
DatabasePager::addDatabaseThread() HANDLE_ONLY_HTTP
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
DriveManipulator::_height set to ==1.5
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
CullSettings::readEnvironmentalVariables()
itr='"E:\osg\osgPlugins-2.8.1"'
FindFileInPath() : trying E:\osg\"E:\osg\osgPlugins-2.8.1"\osgPlugins-2.8.1\osgd
b_lwo.dll ...
itr='E:\osg'
FindFileInPath() : trying E:\osg\osgPlugins-2.8.1\osgdb_lwo.dll ...
FindFileInPath() : USING E:\osg\osgPlugins-2.8.1\osgdb_lwo.dll
Opened DynamicLibrary osgPlugins-2.8.1/osgdb_lwo.dll
FindFileInPath(\SSTT2\sstt2\BO105.lwo): returning \SSTT2\sstt2\BO105.lwo


Hartmut Seichter wrote:

Dear OSGlers,

as most of you are aware Visual Studio 2008 Microsoft has introduced a few new shudderbars before one can actually get an application deployed on a "non-Visual Studio" machine.

The problem I have:

plain OSG 2.8.1 Release build copied over - I added the manifest+DLLs from my VS 2008 installation (Redist). It seems that everything works except if a plugin is been loaded (OSG_NOTIFY reveals that it tries to load it but fails) - and I already copied the files into the plugins directory as well.

Did I miss something? Do I really have to bundle everything with the MSI version of the runtime and do a silent install? I already tried to add "_BIND_TO_CURRENT_VCLIBS_VERSION=1" to the build but also no avail ... (well again - only for the plugin part)


Any hints welcome,
Hartmut


_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to