Page 1 of 1

Cannot load .irr files.

Posted: Fri Sep 17, 2010 3:02 am
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?

Posted: Fri Sep 17, 2010 7:58 am
by hybrid
What does the console log say? Do you use 64bit machines, are the irr files loaded on Windows machines?

Posted: Fri Sep 17, 2010 6:05 pm
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.

Posted: Fri Sep 17, 2010 8:17 pm
by D13t3r
I am running on a 32bit machine.
How do I open the .irr file in IrrEdit?

Posted: Fri Sep 17, 2010 10:19 pm
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:

Posted: Sat Sep 18, 2010 12:28 am
by D13t3r
I saved it as a .cbb and also opened it.
But it can't open the exported .irr file.