-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vulkan Unknow Error while capturing .rra using RDP #9
Comments
Hi vtewari3198, Thanks, |
Thanks for providing the version information. Can you please provide a sample application that can reproduce this problem? |
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. |
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. |
The CPU doesn't has any integrated graphics. |
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
The text was updated successfully, but these errors were encountered: