Hi,

 I got a (sporadic) MS VC Runtime Error (MS VS 2008, Config RelWithDebInfo) in 
OSG 2.9.9 as follows. The file was created with:


Code:
osgconv abc.dae abc.ive -O compressed



Callstack of the runtime error:


Code:

>       
> osgdb_iverd.dll!ive::DataInputStream::DataInputStream(std::basic_istream<char,std::char_traits<char>
>  > * istream=0x0030da6c, const osgDB::Options * options=0x35106238)  Line 196 
>       C++
        
osgdb_iverd.dll!ReaderWriterIVE::readNode(std::basic_istream<char,std::char_traits<char>
 > & fin={...}, const osgDB::Options * options=0x35106238)  Line 97     C++
        osgdb_iverd.dll!ReaderWriterIVE::readNode(const 
std::basic_string<char,std::char_traits<char>,std::allocator<char> > & 
file="abc.ive", const osgDB::Options * options=0x00000000)  Line 74 + 0x18 
bytes C++
        
osg66-osgDBrd.dll!osgDB::Registry::ReadNodeFunctor::doRead(osgDB::ReaderWriter 
& rw={...})  Line 791 + 0x24 bytes       C++
        osg66-osgDBrd.dll!osgDB::Registry::read(const 
osgDB::Registry::ReadFunctor & readFunctor={...})  Line 964       C++
        osg66-osgDBrd.dll!osgDB::Registry::readImplementation(const 
osgDB::Registry::ReadFunctor & readFunctor={...}, 
osgDB::Options::CacheHintOptions cacheHint=CACHE_NODES)  Line 1128        C++



The line in question is:


Code:
if (!uncompress(*istream, data))



Cheers,
Florian

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=31956#31956





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

Reply via email to