Intel GPA is quite impressive, one of the best tools I've recently found :)
Unfortunately, I'm unable to capture a frame in my own DirectX 11 application (for testing reasons I deleted all code except the DirectX Initialization and Present). It always fails with the message "Preview image conversion failed" and the following log:
[00002d04] 16:52:46:641 | INFO | INTERCEPTOR | InterceptorDll.cpp:68 | GPA shim DLL attached.
[00002d04] 16:52:47:416 | INFO | CAPTURE | ShimMgt\CaptureManager.cpp:824 | D3D11 device context 00C9CBD4 created
[00002d04] 16:52:47:525 | INFO | INTERCEPTOR | ShimMgt\CaptureManager.cpp:3101 | Initializing Metrics Pipeline: ok
[00002d04] 16:52:50:620 | INFO | CAPTURE | ShimMgt\CaptureManager.cpp:3906 | Frame capture requested: C:\Users\Tobias\Documents\GPA\PostEffects_2016_09_07__16_52_50_615.gpa_frame
[00002d04] 16:52:50:620 | INFO | CAPTURE | ShimMgt\CaptureManager.cpp:859 | Start capture
[00002d04] 16:52:50:653 | INFO | CAPTURE | ShimMgt\CaptureManager.cpp:3924 | Capture message: Preview image conversion failed[00002d04] 16:52:55:724 | INFO | CAPTURE | ShimMgt\CaptureManager.cpp:3906 | Frame capture requested: C:\Users\Tobias\Documents\GPA\PostEffects_2016_09_07__16_52_55_712.gpa_frame
[00002d04] 16:52:55:724 | INFO | CAPTURE | ShimMgt\CaptureManager.cpp:859 | Start capture
[00002d04] 16:52:55:767 | INFO | CAPTURE | ShimMgt\CaptureManager.cpp:3924 | Capture message: Preview image conversion failed
I tried it in other applicatiosn and there it works perfectly, such as World of Warcraft oder Starcraft 2. When I use DirectX 9 in my Application it works too. Under DirectX 11 the HUD is even showing and I can see the graphs running and use the debug option. Only the frame capture doesn't work.
Do you have any directions for me?
Thanks in advance!