-
Notifications
You must be signed in to change notification settings - Fork 88
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
experiencing crashes on AMD #125
Comments
Hi. Can you please paste the whole log? Need to see which AMD it is and which driver. |
tested on: RX 580 (Experiencing Crash) RTX 2070 Super (HAS NO ISSUES) |
I'm not sure what might be wrong. I normally test on a RX 7800 and there it seems to be working. Don't have something older to test on. 6000 and older are running on a different driver compiler and this might be causing issues. |
Interesting... is there a way to debug why its crashing? |
One thing you can do now is to use the https://gpuopen.com/radeon-gpu-detective/ to get more info on the device lost. Or you can wait a bit for me to implement VK_EXT_device_fault. This extension provides information on device losts. |
i will try it tomorrow. |
I managed to figured it out:
|
Difficult to spot which commands are those. Which resolution are you running with? |
on rx 6950xt im testing it on 4k |
OK I managed to find which shader is failing from the log you pasted before. Thank you. It's the volumetric lighting. Will try to see what might be wrong there. |
good to hear! im more than grateful to help out the community |
when loading Sponza level it works fine for first 10 seconds but it randomly crashes only on AMD.
Edit: on some AMD cards its causes driver crash too.
The text was updated successfully, but these errors were encountered: