Cannot load .irr files.

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
D13t3r
Posts: 5
Joined: Wed Sep 15, 2010 4:57 am

Cannot load .irr files.

Post by D13t3r »

Hello,

I created an Irrlicht scene with IrrEdit. When I want to load it into my SceneManager with loadScene, it returns false. I am pretty sure that the relative path is correct. What could be the reason?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

What does the console log say? Do you use 64bit machines, are the irr files loaded on Windows machines?
Iyad
Posts: 140
Joined: Sat Mar 07, 2009 1:18 am
Location: Montreal, Canada

Post by Iyad »

Open your scene using IrrEdit. If the meshes aren't loaded, correct the path relative to the .irr file. Otherwise, you may post some specification about your system.
#include <Iyad.h>
D13t3r
Posts: 5
Joined: Wed Sep 15, 2010 4:57 am

Post by D13t3r »

I am running on a 32bit machine.
How do I open the .irr file in IrrEdit?
Iyad
Posts: 140
Joined: Sat Mar 07, 2009 1:18 am
Location: Montreal, Canada

Post by Iyad »

I always use 32bit system and i had never experienced any problem like this. To open your file, simply go on the top tab, click the open button, next to the save one.

Btw, how did you manage to make your scene with IrrEdit without knowing how to open a scene file? :roll:
#include <Iyad.h>
D13t3r
Posts: 5
Joined: Wed Sep 15, 2010 4:57 am

Post by D13t3r »

I saved it as a .cbb and also opened it.
But it can't open the exported .irr file.
Post Reply