Describe the bug
Application crashes inside the vkCmdBeginRenderPass() in VulkanDriver.cpp:
Exception has occurred: W32/0xC0000005
Exception thrown at 0x00007FFAC5EC3601 (amdvlk64.dll) in Anukari.exe: 0xC0000005: Access violation reading location 0x0000000000000048.
I first found this from a user report with Anukari, and then later reproduced with the latest gltf_viewer.exe, so it is not an issue in my code.
I have reproduced this on two separate machines, a laptop and a desktop. Both machines have integrated AMD Radeon graphics.
To Reproduce
Steps to reproduce the behavior:
- Run gltf_viewer.exe on a machine with AMD Radeon graphics
- Go to the View tab and enable screen space reflections
- It crashes every time
Expected behavior
Doesn't crash
Screenshots
N/A
Logs
The process is terminating before any error handlers are called, so no logs, just the crash inside the amd drivers.
Desktop (please complete the following information):
- OS: Windows 11
- GPU: AMD Radeon with latest AMD-supplied drivers
- Backend: Vulkan