CreateDevice crash with Irrlicht 1.4beta

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
eviral
Posts: 91
Joined: Mon Oct 25, 2004 10:25 am

CreateDevice crash with Irrlicht 1.4beta

Post by eviral »

I have just switch to Irrlicht 1.4beta but my project just crash on create device.

If i run some exemples provided with irrlicht 1.4beta some are working and others are crashing on the same moment (createdevice).

1.4beta seems to have big problems...

Please help

Thanks

Fred
Perceval
Posts: 158
Joined: Tue May 30, 2006 2:42 pm

Post by Perceval »

If you've switched from an older version, make sure you link your project with the new lib, and don't forget to replace the older dll by the new one :)
eviral
Posts: 91
Joined: Mon Oct 25, 2004 10:25 am

Post by eviral »

That's what i have done ! :)

So is there somebody that succeed with using 1.4 beta ?
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

Yes, it works fine for me (except some bugs..).

My guessing is that you don't do one of these right:
1. reconfigure your compiler to use the 1.4beta Include directory
2. reconfigure your compiler to use the 1.4beta Library directory
3. Overwrite the 1.3.1 dll in your exe root folder with the 1.4beta dll.

After doing that anything wrong would be because of the code.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Re: CreateDevice crash with Irrlicht 1.4beta

Post by rogerborg »

eviral wrote:I have just switch to Irrlicht 1.4beta but my project just crash on create device.
Thanks for the report, but it's very likely that whatever you're experiencing has already been fixed on the latest SVN trunk. Can I respectfully suggest that you checkout and build Irrlicht yourself from SVN (it's really not hard or time consuming to do) and see if you get the same problems in the latest version?
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Post Reply