[osg-users] [Solved]"OSGReaderWriter wrappers failed to load" loading osg files
Rodrigo Dias
rodrigo1406 at gmail.com
Sat Jan 5 17:43:50 PST 2019
I've had a similar problem in Debian Stretch. I'm using OSG 3.6.3, which I build with CMake. I removed the option BUILD_OSG_DEPRECATED_SERIALIZERS, and included the options BUILD_OSG_APPLICATIONS, BUILD_OSG_EXAMPLES, BUILD_OSG_PACKAGES and BUILD_OSG_PLUGINS_BY_DEFAULT.
osgviewer cessna.osg
gives
> OSGReaderWriter wrappers failed to load
> Error reading file cessna.osg: read error (No data loaded)
> osgviewer: No data loaded
>
but
osgviewer cessna.osgt
runs fine. So I think .osg is a deprecated format? I'm interested in using osgEarth, and now I wonder if I should have disabled those deprecated formats... (I thought that removing it could reduce the amount of errors).
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=75387#75387
More information about the osg-users
mailing list