Error...Need help!

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
Noone

Error...Need help!

Post by Noone »

Only 3 demos work..'Hello World(good speed)','Custom Scene Node(good speed)', and 'Tech Demo(1fps)'. The Rest Give

Code: Select all

Irrlicht Engine version 0.6
Microsoft Windows 98 SE 
DirectX8 Renderer
RAGE PRO TURBO AGP 2X (English) macxdd32.dll 4.10.1.2359
Device does not support stencilbuffer, disabling stencil buffer.
Was not able to create Direct3D8 device.
Was not able to create DirectX8 device.
Could not create DirectX8 Driver.
Error: Could not load built-in Font.
Loaded mesh: ../../media/room.3ds
The thing is that error 'Error: Could not load built-in Font.'..Any help?
r2d2
Posts: 211
Joined: Mon Nov 24, 2003 5:22 pm

Post by r2d2 »

Device does not support stencilbuffer, disabling stencil buffer
I think that's the problem your Video Card doesn't support stencilbuffer try switching it off in the code or else you may have to buy a new video card
Noone

FIXED

Post by Noone »

in createDevice I changed from EDT_DIRECTX8 to EDT_SOFTWARE! :D
Post Reply