Random crash in irrlicht setTransform

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
diegoribas
Posts: 8
Joined: Fri Nov 13, 2009 2:08 pm

Random crash in irrlicht setTransform

Post by diegoribas »

I'm working on a huge application based on irrlicht. Sometimes irrlicht crashes in the setTransform method inside drawAll.

Any suggestions?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Debug? Also, make sure you use the latest SVN version, which sometimes fixes such things. At least I remember a fix to setTRansform which could otherwise leave some things uninitialized for programs with more than 4 textures per Material.
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

it's always a good idea to post the error message(s) and the code that produces the error !!!
otherwise we only can guess (unless the error is common and well known)... ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Post Reply