c++ - Visual Studio 2013 Graphics Diagnostics throws immediate access violation in dxgi.dll -


i wanting use visual studio's graphics diagnostics debug shader code, when try "start diagnostics", immediate access violation in dxgi.dll. access violation appears occur before program's main function entered. tried adding sleep inside winmain function attach separate debugger, code never hit. opened 1 of directx sdk sample programs same installation of vs2013 , graphics diagnostics worked fine. tried using graphics diagnostics on program on 2 separate pcs , both threw same access violation.

i suspect maybe has project configuration? seems failing establish connection between graphics diagnostics debugger , program before entry point of program called.

any ideas appreciated!

error message , call stack


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -