Windows 7 + DX Debug = Access Violation

Started by
2 comments, last by mardukgd 14 years, 11 months ago
Hi, im using Windows 7 x64 and when i try to switch DirectX to debug mode, all application (not only mine) have access violation on start. On Vista x64 the same programs worked with no problem. Is there any solution to this problem?
Advertisement
Is this an application you are writing and using the D3D11_CREATE_DEVICE_DEBUG flag, or the global switch for any dx application?

Can you run it in a debugger and provide any sort of call stack?
Also, which version of the SDK are you using? The March 2009 version fixed some crash bugs for me in Windows 7 (in particular, I couldn't use PIX without crashing - fixed in the March 2009 SDK).
Im using global switch in DirectX Control Panel, SDK is from March 2009.

This topic is closed to new replies.

Advertisement