Could not load sydney.md2

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
izguit
Posts: 12
Joined: Thu Mar 02, 2006 8:20 pm
Contact:

Could not load sydney.md2

Post by izguit »

Heya
When I run the HelloWorld_vb .NET example, I get the following error : "Could not load mesh ..\..\media\sydney.md2, exiting." althought the mesh is in the good place. I also tried to put sydney.md2 in the project's directory and to change the paths in the code, but i still get this error :? . What did I forget? I'm using Visual Basic 2005 Express Edition.
thx very much and sorry for my poor english :)
TheWorstCoderEver
Posts: 47
Joined: Wed Feb 01, 2006 8:09 pm
Location: Wroclaw
Contact:

Post by TheWorstCoderEver »

I believe I had same problem with C++... Type in full path to the mesh instead of "..\..\media\", it should work then.
izguit
Posts: 12
Joined: Thu Mar 02, 2006 8:20 pm
Contact:

Post by izguit »

works :)
thanks !
Post Reply