Re: [osg-users] [Solved]"OSGReaderWriter wrappers failed to load" loading osg files

2019-01-06 Thread Chris Hanson
.osg is a deprecated serialization format. It is replaced by .osgt (and
.osgb for binary data).

On Sun, Jan 6, 2019 at 2:43 AM Rodrigo Dias  wrote:

> 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
>
>
>
>
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>


-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Legal/IP • Forensics • Imaging • UAVs • GIS • GPS •
osgEarth • Terrain • Telemetry • Cryptography • LIDAR • Embedded • Mobile •
iPhone/iPad/iOS • Android
@alphapixel  facebook.com/alphapixel (775)
623-PIXL [7495]
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [Solved]"OSGReaderWriter wrappers failed to load" loading osg files

2019-01-05 Thread Rodrigo Dias
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





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