running the demo with directX 9.0

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
CCL

running the demo with directX 9.0

Post by CCL »

When I try out the examples and select Direct3D 9.0 driver, it gives the following error. It happens on 2 PCs, what is the problem ? There is no problem with the other drivers.
=====================================
08.specialfx

Please select the driver you want for this example:
(a) Direct3D 9.0c
(b) Direct3D 8.1
(c) OpenGL 1.2
(d) Software Renderer
(e) NullDevice
(otherKey) exit

a
Irrlicht Engine version 0.7
Microsoft Windows 2000 Professional Service Pack 4 (Build 2195)
DirectX9 Renderer
Error initializing D3D.
Could not create DirectX9 Driver.
Error: Could not load built-in Font.
Mr_Ridd
Posts: 63
Joined: Tue Sep 28, 2004 5:16 am

Post by Mr_Ridd »

This is a long shot but do you have DirectX9.0c installed? Not just DirectX9.0.
CCL

Post by CCL »

I don't have 9.0c installed.

Before I upgrade to 9.0c, I've tried to compiled the irrlicht 0.7 in debug mode. The problem no longer occurred if I use this debug mode dll.

I then upgrade to 9.0c. The problem is completely disappeared no matter which dll is used.

Is it a compatibility issue to be fixed in the future version of irrlicht ? What is the different in #DefaultFont handling between 9.0b and 9.0c ?
Post Reply