Hello,
After some changes in sources the frame profiler want work with my application. Unfortunately, it is hard to indicate what change has caused that problem. But note, frame profiler works good with older version of sources on same system.
Error message:
Cannot enter frame debugging. Nsight only supports frame debugging for D3D9, D3D11, and OpenGL 4.2.
Reason: QueryInterface
To find all incompatibilities, run \Monitor\Common\Nvda.Launcher.exe -compatlog c:\nvcomptlog.txt myapp.exe
Graphics API: D3D11
Tested on versions of nSight: 3.2.2.13351 x64; 4.0.0.14066 x64
GPU: GeForce GTX 660 Ti
Driver version: 334.89
EDIT:
content of c:\nvcomptlog.txt
[i] AddRef: 0x00000001
CreateDevice: 0x00000001
QueryInterface: 0x00000001
[/i]
Any help will appreciated!