Hi Gianni,

On Fri, Sep 17, 2010 at 11:38 AM, Gianni Ambrosio <[email protected]> wrote:
> robertosfield wrote:
>> I don't know what the cause might
>> be, but the strack trace points to src/osgPlugins/ive/Image.cpp and
>> DataInputStream.cpp so have a look at any differences 2.8.2 and 2.8.3
>> in these files.
>>
>
> Really strange, I can't get the point. The src/osgPlugins/ive dirs match 
> exactly.

Oh well, at least that eradicates one possibility of things to look
into... If the code is the same then one would expect it be able to
read exactly the same data without problem.  The fact that it isn't
suggests that there is either a build issue, a runtime issue, or
something in the core OSG i.e. osg, osgUtil, osgDB that has changed a
caused subtly different behaviour, or perhaps a bug somewhere in both
versions that is only surfaces in 2.8.3.

One test you could do is to use OSG-2.8.2 to load the .ive files and
then write them out to .osg, then read the .osg files in 2.8.3 and
then write it back out to a new .ive files, then attempt to read the
new .ive files back with 2.8.2.  If you can do this round trip without
any problems then at least you know that the plugin is indeed
generating the same output.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to