demo program has "generated an error" when using d

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
jsprenkle
Posts: 9
Joined: Tue Feb 13, 2007 2:14 am

demo program has "generated an error" when using d

Post by jsprenkle »

Any idea why some of the 1.2 demo programs do this?
I checked the event log and there are no entries there.
The terrain renderer does this when any of the directx
drivers are selected.

Dxdiag says I have version 9.0c

Thanks
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Re: demo program has "generated an error" when usi

Post by sio2 »

jsprenkle wrote:Any idea why some of the 1.2 demo programs do this?
I checked the event log and there are no entries there.
The terrain renderer does this when any of the directx
drivers are selected.

Dxdiag says I have version 9.0c

Thanks
First thing to try is to go to microsoft.com/directx and get the latest DirectX.
jsprenkle
Posts: 9
Joined: Tue Feb 13, 2007 2:14 am

Post by jsprenkle »

Thanks,

but I believe 9.0c is the latest version. I have the last version of hardware
driver ATI produced before they started on the next year's version
of hardware.

If the lib is using a feature of directx that might not be implemented
why doesn't it check for it or wrap those in try...catch blocks?
I would rather have my apps tell the user their hardware
isn't compatible than to have it just die. It looks really bad.
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

Alter the source, then, and submit a patch if you don't like it.

Also, I'd bet that you don't have the latest DirectX, since "9.0c" doesn't tell you which version of the D3DX library you have - the latest is February 2007.
jsprenkle
Posts: 9
Joined: Tue Feb 13, 2007 2:14 am

Post by jsprenkle »

If the latest is this month I certainly don't have it.

It doesn't bother you that code just crashes with no reason?
I find it very embarrasing when my code is put in front of people
and it dies. Then they tend not to hire me. Then life just
gets ugly after a while ;)
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Hmm, I'd choose to hire sio2 instead of you from what I know until now. But unfortunately I don't have a free position :wink:
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

What compiler do you use ???
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Post Reply