Runtime errors

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
NoodlePowa
Posts: 32
Joined: Sun Jul 15, 2007 1:02 pm
Location: California

Runtime errors

Post by NoodlePowa »

http://pastebin.com/f23044a41

I'm getting an error at:

Code: Select all

smgr->drawAll();
...again.

The IDE I'm using is VC++ and the following are my settings:
1. Lib = "D:\Irrlicht\lib\Win32-visualstudio\"
2. Include = "D:\Irrlicht\include\"
3. I have copied the dll from "D:\Irrlicht\bin\Win32-visualstudio\Irrlicht.dll" to both my executable folder and "C:\Windows\System32".
4. I'm using Irrlicht version 1.3.1
5. I even tried compiling my own lib.

The problem disappears when I erase:

Code: Select all

smgr->drawAll();
"Be not ashamed of mistakes and thus make them crimes."
-Confucius
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I just checked to be sure that an empty scene manager does not raise any problems, but it's working perfectly for me.
Post Reply