doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
13.22k stars 849 forks source link

OpenXR applications crash on launch #3657

Open Killrmemz opened 1 year ago

Killrmemz commented 1 year ago

It seems that windows native OpenXR applications do not work. No idea why. I have only tested two applications on my system, but I have come across at least one other person in the ALVR community who has had issues with Pavlov VR as well, but I am unable to confirm that one.

Software information

Beat Saber - settings not applicable, crashes at launch Phasmophobia - settings not applicable, crashes at launch SteamVR - 100% res/1440x1600 per eye, using ALVR for the HMD

System information

Apitrace file(s)

Log files

-Beat Saber Steam log -Phasmophobia Steam log -Beat Saber d3d11 log -Beat Saber dxgi log

Blisto91 commented 7 months ago

@Killrmemz Are you still having this issue today?

olj001 commented 6 months ago

Hi, it seems that i have the same issue, tested on beat saber too, tested specifically in beat saber. My Info: GPU: 3090ti Driver: nvidia 545 tested wine version: ProtonGE8-23 and all available on steam. DXVK Version: v2.3.1-8-g133f0794bcf586d tested steamvr versions: 1.14 1.27 2.5.2 tested beat saber version: 1.36

from vulkaninfo i get the following errors:

warn: Skipping CPU adapter: llvmpipe (LLVM 15.0.7, 256 bits) warn: OpenXR: Unable to get required Vulkan Device extensions size

and beat saber shows dialog, that OpenXR runtime was not found.

Thanks in advance.

olj001 commented 6 months ago

I checked with openxr-picker and in my main system shows correctly that openxr is installed and active, but in wine prefix associated with beat saber (i assume rest of the games have identical problem) openxr runtime is missing.

hope that helps