assimp / assimp-net

Automatically exported from code.google.com/p/assimp-net
196 stars 83 forks source link

exceptions when reading ifc files. #52

Open mwymwy opened 5 years ago

mwymwy commented 5 years ago

I can load most of my Ifc files, but without any visible reasons some of them just can't be imported with assimp.Net.

Exception is 'StackOverflowException'. It is thrown in AssimpLibrary.ImportFile (AssimpLibrary.cs, line #247), so I'm pretty sure it has something to do with native Assimp library, which I'm not able to debug right now. It may have something to do with the file itself perhaps, which would be less worrying for me.

Attached to this post is an example of one of them. Could you please take a loot at it ?

SAMPLE_EXCEPTION.zip