[no bug]svn 2540

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Ovan
Posts: 70
Joined: Thu Dec 18, 2008 12:41 am
Contact:

[no bug]svn 2540

Post by Ovan »

could not create device because crash in CIrrDeviceStub::checkVersion()

Image
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

Nobody has touched that code in some time. The only way that I could see this being a problem is if someone defined IRRLICHT_SDK_VERSION to NULL. How about setting a breakpoint in there inspecting the variables, and stepping through it?

Travis
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

It's probably because something didn't get updated properly, try rebuilding all.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Ovan
Posts: 70
Joined: Thu Dec 18, 2008 12:41 am
Contact:

Post by Ovan »

no i re download the svn source and rebuild all, irrlicht device can't be able to init

gdb send line :

Code: Select all

	if (strcmp(getVersion(), version))
no IRRLICHT_SDK_VERSION is not NULL :/

Code: Select all

#define IRRLICHT_SDK_VERSION "1.6-SVN"

edit : .... oh no sry, I don't update irrlicht include in my projet :oops:
stupid error ><
Post Reply