-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fails to run on RX 6800 with Radeon Software 21.10.1 #5
Comments
Thank you for reporting this! Unfortunately I don’t have a Radeon card to reproduce this issue. Would it be possible for you to build it in debug and provide me the logs? |
Hi,
Sure I will do that next week, once I'm back from my holiday. I'll also try it on a few different driver versions to make sure it's not a driver bug.
13.10.2021 13:00:22 Dihara Wijetunga ***@***.***>:
… Thank you for reporting this! Unfortunately I don’t have a Radeon card to reproduce this issue. Would it be possible for you to build it in debug and provide me the logs?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub[#5 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ABRGOVVUKPZ5ZR6OUJFQN3LUGVKDLANCNFSM5FO2CCZA].
Triage notifications on the go with GitHub Mobile for iOS[https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675] or Android[https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub]. [data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAYAAABXXxDfAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAmSURBVGiB7cEBDQAAAMKg909tDwcUAAAAAAAAAAAAAAAAAAAAJwY+QwABivJx1AAAAABJRU5ErkJggg==###24x24:true###][Verfolgungsbild][https://github.com/notifications/beacon/ABRGOVRHRX33NEYJKZHEY33UGVKDLA5CNFSM5FO2CCZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHAT4ZXQ.gif]
|
I'm also getting this on my RX 6900. When I compiled the sample from source, I don't get an error like this, just a white screen for about a second then it closes. There's nothing in the log (https://gist.github.com/expenses/f6950ef77dd8fd5a8419ba58e03e2117) to indicate that something went wrong. @diharaw are there any compile or runtime flags that I should set for more verbose logging? |
@expenses Unfortunately there's no way to get more verbose logging. Looks like the framework is failing initialization on a path that I haven't added proper logging yet. I'll be getting access to an AMD GPU quite soon so I'll be able to investigate this. If you manage to fix it in the meantime, I'll be happy to look at a PR. |
Hello. Thank you. |
I've no idea what the problem is exactly about as I don't know GLSL (and Vulkan generally) too well. However, this reminds me of the problems associated with non-uniform resource index with HLSL and D3D12. Might be worth exploring. Nvidia does it for you (behind the scenes, obviously), but in the case of AMD graphics cards, you've got to take care about it yourself. |
Attempting to run the Release version on my RX 6800 on Windows using the newest available drivers (21.10.1) fails during the allocation of a descriptor set.
Vulkaninfo for this system:
vkinfo.txt
The text was updated successfully, but these errors were encountered: