GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan
MIT License
1.7k stars 160 forks source link

OpenXR crash in the AMDVLK DLL on the current master branch of Godot #281

Closed marc-weber1 closed 1 year ago

marc-weber1 commented 2 years ago

Not sure how reproducible this is on other AMD GPUs or other VR headsets, but on an RX 580 and any Oculus headset and the latest drivers, trying to use OpenXR with godot results in a crash in a call to free a vector of RID:

Godot Issue

If you compile godot with debug symbols and run it with steamVR connected and open the given project with an AMD GPU, this issue should happen consistently. If it doesn't, it may be an oculus, godot, or GPU specific issue. If it isn't, though, there may be a much more easy way of reproducing the issue without using Godot at all.

If it seems like a godot-specific issue, feel free to close the issue. Thanks

jinjianrong commented 1 year ago

we can reproduce this issue on other vendor's card, it’s most likely an app-side issue