RTXDI icon indicating copy to clipboard operation
RTXDI copied to clipboard

Fails to start under NSight Graphics on Linux

Open dm-tesla opened this issue 2 years ago • 0 comments

Using the latest NSight to date: 2022.4.1.0 Pointing it to either rtxdi-sample or minimal-sample - fails in either case. NSight writes to the console:

terminate called after throwing an instance of 'vk::DeviceLostError'
  what():  vk::Device::waitIdle: ErrorDeviceLost

Error list:

ID,,Origin,Source,Message
1,,Target,NVIDIA Nsight Graphics,Graphics interception initialized
2,,Target,NVIDIA Nsight Graphics,"Adding VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT to buffer with device address usage. This can be disabled via ""Vulkan > Device Address C++ Support"""
3,,Target,NVIDIA Nsight Graphics,"Adding VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT to memory allocation with device address support. This can be disabled via ""Vulkan > Device Address C++ Support"""

dm-tesla avatar Sep 26 '22 18:09 dm-tesla