Kde 6 RC1 with Wine 9.0 results in some games freezing on launch when using HDR

Hi i have been trying out HDR on KDE 6 RC1 with Wine 9.0-RC4 and have found lots of games e.g Resident Evil 4 Remake, Returnal and Ratchet and Clank all freeze on launch.

For example with Resident Evil 4 Remake it will freeze within a minute of launching when using these launch options.
“DISPLAY=wine DXVK_HDR=1 SDL_VIDEODRIVER=wayland ENABLE_HDR_WSI=1 %command%”

However adding the below to the launch options stops it from crashing then allows it to run normally with functioning HDR.

“VKD3D_DISABLE_EXTENSIONS=VK_KHR_present_id,VK_KHR_present_wait”

Although that didn’t work for every game as ratchet and clank for example would still freeze even with the VKD3D options added.

OS: Arch Linux
DE: KDE Plasma 5.92.0
GPU: NVIDIA GeForce RTX 4090
Driver: 545.29.06

Questions about WINE are for creators of the WINE. Ask them. Nvidia Corp has no interest with windows emulators.

The issue is with the Vulkan extensions not working with the NVIDIA driver

The same vulkan extension crashes the latest versions of gamescope until you disable WSI which disables VK_KHR_present_wait

Still an issue on my 4070 Super as of latest 565 driver. Crashing occurs with the Wine Wayland driver, but somebody made a ENV option here to disable VkPhysicalDevicePresentWaitFeaturesKHR is gamescope.

VKD3D_DISABLE_EXTENSIONS will only work for DX12 titles.