Could not load mesh, because file could not be opened.

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
Terry
Posts: 55
Joined: Wed Jan 27, 2010 6:16 am
Location: Peking/China

Could not load mesh, because file could not be opened.

Post by Terry »

It's a very strange problem.
When i load my scene graph exported by irrEdit,named "a.irr",it always gave the error"Could not load mesh, because file could not be opened: : boundingbox.obj"
I'm sure there are no path problems,what's the reason?
BTW,if only custom scene nodes by irrEdit like cube,sphere are in the irr files,it would not give errors.
RuggJack93
Posts: 39
Joined: Mon Sep 06, 2010 5:09 pm
Location: Italy

Post by RuggJack93 »

Are you sure?

Have you checked that in irrEdit the working directory is your application direcory?(maybe that path is incorrect, not the one in your code).
Post Reply