Skip to content

VK: enabling ScreenSpaceReflectionsOptions deterministically crashes on Radeon on Windows #9680

@emezeske

Description

@emezeske

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:

  1. Run gltf_viewer.exe on a machine with AMD Radeon graphics
  2. Go to the View tab and enable screen space reflections
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions