Hi, I've found the problem :
In file "osgPlugins\osg\BinaryStreamOperator.h", there is call to "seekp" / "teelp" to get current stream position, using int variables, which leads to problems if the stream size exceed 32-bits signed integer maximum limit. I've sent a submission to solve this here : http://forum.openscenegraph.org/viewtopic.php?t=13928 Thank you! Cheers, Aurelien ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=59751#59751 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

