[fixed] Crash in LoadIrr example

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
strelkin7
Posts: 9
Joined: Mon Apr 20, 2009 3:20 pm

[fixed] Crash in LoadIrr example

Post by strelkin7 »

Example 15.LoadIrrFile crashes on line

smgr->loadScene("../../media/example.irr");

anyone have any ideas?
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

are you running the example in its original directory? if not, the application won't find the irr file you're trying to load
strelkin7
Posts: 9
Joined: Mon Apr 20, 2009 3:20 pm

Post by strelkin7 »

Yep. I'm running in in original directory.
P.S. I'm using latest svn revision
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

Could you post any error codes you get? Have you tried compiling the source yourself, or are you running the precompiled binary?
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Ouch, confirmed this. Must be to do with the scene loaders, I'll fix it ASAP

Fixed in revision 3578, thanks for reporting :)
Last edited by bitplane on Thu Feb 03, 2011 3:00 am, edited 1 time in total.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

bitplane wrote:Ouch, confirmed this. Must be to do with the scene loaders, I'll fix it ASAP
Haha, wow, didn't see that one coming :D
Post Reply