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 1 year 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

Hi vtewari3198, Thankyou for your feedback for RRA. Could you please provide the driver and RDTS versions you're using on the RDNA3 machine and we'll investigate further.

Thanks, Tony.

ahosier avatar Jul 22 '24 15:07 ahosier

image image

vtewari3198 avatar Jul 23 '24 12:07 vtewari3198

Thanks for providing the version information. Can you please provide a sample application that can reproduce this problem?

David-DiGioia avatar Jul 24 '24 14:07 David-DiGioia

Unfortunately the app is not open source, but I tried RRA capture of another app (open Source) https://github.com/SaschaWillems/Vulkan (rayquery example) on RDNA3, RDP says no acceleration found, when I try the same on RDNA2, its able to capture the acceleration structure.

vtewari3198 avatar Jul 26 '24 10:07 vtewari3198

We haven't been able to reproduce the issue yet. Do you have a CPU with integrated graphics? We have sometimes had issues where integrated graphics is erroneously used in place of the discrete graphics.

David-DiGioia avatar Aug 02 '24 14:08 David-DiGioia

The CPU doesn't has any integrated graphics.

vtewari3198 avatar Aug 08 '24 11:08 vtewari3198