.b3d loader crashes on PowerPC Mac

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
Jedive
Posts: 146
Joined: Wed Apr 28, 2004 5:51 pm

.b3d loader crashes on PowerPC Mac

Post by Jedive »

I have tried loading a .b3d file in the SVN version of IrrLicht under a PowerPC Mac platform, and it crashes. It works on Intel Macs, so it seems that it is a bug with the endian conversion when loading the file. I took a look at the source, but I couldn't find where the error is :(.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Maybe try to debug it such we know at least the method where it crashes?
Jedive
Posts: 146
Joined: Wed Apr 28, 2004 5:51 pm

Post by Jedive »

I will debug it on a Mac and on a Window box at the same time to see where the value read from the file is wrong and try to fix it.
Luke
Admin
Posts: 449
Joined: Fri Jul 14, 2006 7:55 am
Location: Australia
Contact:

Post by Luke »

That sounds like a good idea. Sorry about the bug, I don’t have a mac to test it. If you have any questions about the code let me know.
Post Reply