[fixed]Collada Bug

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Donner
Posts: 87
Joined: Fri May 18, 2007 11:27 am

[fixed]Collada Bug

Post by Donner »

Hey,

obviously the COLLADA-Loader was changed in Irrlicht 1.5.

The following XML-Collada-File was written with Irrlicht 1.4 and can be loaded with Irrlicht 1.4 and Irrlicht 1.4.1 without problems, but with Irrlicht 1.5 it doesn't work - it crashes.

Also IrrEdit 1.4.1 can load it without problems, IrrEdit 1.5 crashes.

First of all, shouldn't there be an exception instead of the crash? In Irrlicht as well as in irredit?

And second, what is wrong with that file?

Here the file: http://www.file-upload.net/download-154 ... t.xml.html


D.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The problem is that we changed to the official Collada version (1.4/1.5), because no other tool still uses the old and non-standardized 1.2 version. Due to the lack of test meshes, the 1.2 loader is not well tested and may crash from time to time. But we'll work on it once we have the buggy meshes (as in this case).
Post Reply