Nsight graphics 3.0 problem launching

I met a vulkan error when trying to generate frame debugger.
UNASSIGNED-API-Version-Violation(ERROR / SPEC): msgNum: -996803404 - Validation Error: [ UNASSIGNED-API-Version-Violation ] Object 0: handle = 0x2c8d91f99e0, type = VK_OBJECT_TYPE_INSTANCE; | MessageID = 0xc495fcb4 | Attempted to call vkGetPhysicalDeviceProperties2() with an effective API version of 1.0.0 (0x00400000), which is the minimum of version requested in pApplicationInfo (1.0.0 (0x00400000)) and supported by this physical device (1.3.194 (0x004030c2)), but this API was not promoted until version 1.1.0 (0x00401000).
Objects: 1
[0] 0x2c8d91f99e0, type: 1, name: NULL

When I try to generate C++ capture, the programs crashes and I couldn’t make a capture.

However when I launch my program through renderDoc or just run it in Visual Studio, no such errors were reported, even with the Vulkan Configurator on.

Hello,
Thank you for using Nsight Graphics and I am sorry you ran into this issue. Which version of Nsight Graphics were you using? You mentioned in the title of the Forum Post Nsight Graphics 3.0. I’m guessing that was Nsight Graphics 2022.3.0 or Nsight Graphics 2022.3.1. Is that correct? Have you had a chance to look at the Nsight Graphics documentation here User Guide :: Nsight Graphics Documentation? It provides some troubleshooting steps when crashes occur upon capturing. If this doesn’t help can you share your crash dump with dwoods@nvidia.com?
Regards,

Hi, it was nsight graphics 3.0

Hello,
Can you try using the latest build here https://developer.nvidia.com/gameworksdownload#?dn=nvidia-nsight-graphics-2022-3?
Regards,