radeon_raytracing_analyzer icon indicating copy to clipboard operation
radeon_raytracing_analyzer copied to clipboard

Vulkan Unknow Error while capturing .rra using RDP

Open vtewari3198 opened this issue 7 months ago • 6 comments

When I run a Vulkan application(simple ray query compute shader) with RDP to capture its .rra trace, application crashes with Vulkan Unknown error. (I have RDNA3 GPU with latest drivers)

Error occurs at this: vkCreateComputePipelines(get_device().get_handle(), VK_NULL_HANDLE, 1, &info, nullptr, &pipeline)

When I run same application on other AMD machine, capture works. It used to work on the RDNA3 machine too but suddenly the problem started

vtewari3198 avatar Jul 19 '24 12:07 vtewari3198