[not a bug] 1.1 not working at all with directX 9.0c

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
QtGraphDev
Posts: 46
Joined: Mon Jun 12, 2006 9:42 am

[not a bug] 1.1 not working at all with directX 9.0c

Post by QtGraphDev »

Irrlicht 1.1 does not work at all with the latest nvidia driver 91.47 under both windows 2000 or XP, we are using an nvidia FX 5500 TD256. Any hint ?
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

bad video card? works fine for me with those driver and my GF 6600 GT
Image
Saturn
Posts: 418
Joined: Mon Sep 25, 2006 5:58 pm

Post by Saturn »

"Does not work" means what exactly?
QtGraphDev
Posts: 46
Joined: Mon Jun 12, 2006 9:42 am

Post by QtGraphDev »

"does not work" mean that when i launch any of the orrlicht examples nothing happen !
We tested with two graphic cards FX 5500 256TD, so i guess they are not bad. More the openGL driver work well.
Saturn
Posts: 418
Joined: Mon Sep 25, 2006 5:58 pm

Post by Saturn »

Run it from command line and see what messages you get there.
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

Are you recompiling the engine, or using the default DLL?

If you're recompiling, check your IrrCompileConfig.h and make sure DX9 is being compiled.
Image
jrm
Posts: 111
Joined: Tue Dec 13, 2005 8:57 pm

Post by jrm »

What Compiler are you using, and what DLL?

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

Post by hybrid »

Probably Dev-Cpp as IDE or MSVC with gcc dll :lol:
QtGraphDev
Posts: 46
Joined: Mon Jun 12, 2006 9:42 am

Post by QtGraphDev »

Irrlicht 1.1 was compiled with the DX9 driver.
I figured out the problem, my FX 5500 256TD is dual screen.
For a reason that i can't understand, windows 2000 has set the primary screen with only DDRaw enabled, all the rest is disabled. With the secondary screen every thing is enabled and i can run on it irrlicht without any problem.
So this is not an irrlicht bug.
Does any one know why windows 2000 does not handle two accelerated dual screen ? cause it worked now well under windows XP.
Post Reply