Page 1 of 1

Could not load sydney.md2

Posted: Thu Mar 02, 2006 8:27 pm
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 :)

Posted: Fri Mar 03, 2006 7:19 am
by TheWorstCoderEver
I believe I had same problem with C++... Type in full path to the mesh instead of "..\..\media\", it should work then.

Posted: Fri Mar 03, 2006 10:59 am
by izguit
works :)
thanks !