Device Creation Failure - On Start

Started by
36 comments, last by KieranChandler 12 years, 2 months ago
Where would I find this program ? It's not in the Utilities in the SDK.
Advertisement
What should I be looking for in this program ?
Windows 7: Just type "dxdiag" in the start menu
Windows XP -> Start Menu -> Run -> "dxdiag.exe"
Windows Vista: I think the same as Windows 7.

Also, what is the value of hRet when CreateDevice() fails (Look at it in the debugger, preferably in hexadecimal view)?
I know where it is but I don't know what I am supposed to be doing with it. E_FAIL

I know where it is but I don't know what I am supposed to be doing with it.
Click Save All Information, and then paste the contents of the text file here.


E_FAIL
Really? I've never seen CreateDevice() return that, it should be something like D3DERR_INVALIDCALL or D3DERR_NOTAVAILABLE.
It doesn't give me the option to save it. Oh how do I check it ?

It doesn't give me the option to save it.
What happens when you click on the "Save All Information" button then?


Oh how do I check it ?

Also, what is the value of hRet when CreateDevice() fails (Look at it in the debugger, preferably in hexadecimal view)?
There is no save All information button. How do i get the hexadecimal view
I think it may be something wrong with my computer because unity won't start up, it's giving me an error saying it can't initialize Direct3D.

This topic is closed to new replies.

Advertisement