Hi,

 

I am having some problems to load collada files into my project. I have used
the collada dom lib (libcollada14dom21) to build the plugin.

 

The line that is throwing the breakpoint is:

 

osg::ref_ptr<osg::Node> model = osgDB::readNodeFile(modelFilePath);

 

In the command window I can see that the plugin is found and can be opened.
The dae file is also found. The last line of the command window is:

 

ReaderWriterDAE( “OSG/plant.dae” )

 

The Output window says this:

 

Critical error detected c0000374

Windows has triggered a breakpoint in Test.exe.

 

This may be due to a corruption of the heap, which indicates a bug in
Test.exe or any of the DLLs it has loaded.

 

This may also be due to the user pressing F12 while Test.exe has focus.

 

The output window may have more diagnostic information.

 

Does anybody know where the problem is? I know that this is very little
information, but I don’t know where to find more info about the error.

 

Thank you.

 

Héctor

 

 

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

Reply via email to