Irr file is not loading! Help!

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
3ddev
Posts: 169
Joined: Tue Sep 19, 2006 6:51 am
Contact:

Irr file is not loading! Help!

Post by 3ddev »

Help!:shock: I tried testing a irr file I created in IrrEdit. I'm using Dev-C++ with Irrlicht 1.1. I also correctly referenced to the library for the gcc compiler(libIrrlicht.a). The program compiled OK, but when I tried to run the program, I had a messagebox saying
World_Wars.exe has encountered a problem and needs to close. We are sorry for the inconvenience.

What is the problem? Is this a bug, or do I need a different library? I have even tried all the different software renderers! Some help would be great for solving this problem! Thanx ins advance!
slang
Posts: 6
Joined: Wed Sep 27, 2006 6:34 am

Post by slang »

Can't do much without the code...

But from the sounds of it, it probably can't find the .irr file...

What does the console window say before it crashes?
3ddev
Posts: 169
Joined: Tue Sep 19, 2006 6:51 am
Contact:

Partly fixed!

Post by 3ddev »

Partly fixed! By changing to another dll ( which was exactly the same size! ) the messagebox goes away. However, in DirectX9 the window disappears, while in the other renderers there is a gray screen! Any more ideas of how to fix this!!! :shock:
Post Reply