tags:

views:

293

answers:

2
+1  Q: 

WPF d3d9.dll crash

I have several applications in WPF that periodically crash on 2 different servers (a dell poweredge and a HP proliant). The problem is that the WPF applications both crash within d3d9.dll. Rebooting the servers always fixes the problem. The problem only occurs a few times a month. Both servers are running Windows XP instead of Windows 2003.

Here is the event viewer application log entry for the crash

Faulting application iqlayer.exe, version 5.3.1.14, stamp 4a9d0d63, faulting module d3d9.dll, version 5.3.2600.2180, stamp 41109693, debug? 0, fault address 0x0003a756.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Once this problem occurs, all further WPF applications will not run until I reboot. I even tried running a test application which showed a blank window. The test app crashed immediately on start at d3d9.dll.

I found this KB which i think is related to my problem. However, i didnt install directX SDK on my server and dont know where to uncheck "Break on D3D9 Error".

A: 

Did you upgrade your video card drivers to the latest version?

zakk
not yet. I am afraid to reboot the server because from previous history, every time i rebooted, the problem went away. The drivers was up to date 3 months ago. I will update the drivers after i run out of things to test. The video card is a ATI FireGL. (I dont know the model yet, i will pull apart the server later today and investigate).
Andrew Keith
A: 

I reckon there is no answer. I have rebooted the server and cant reproduce the problem :(

Andrew Keith