The game does not start and claims do have ran into an Assertion failed: !status, file ../src-wine/dlls/winevulkan/loader.c, line 664
Looking up the specified line in winevulkan revealed it's an issue which is present on nvidia + Wayland by choosing the wrong swap chain?
663: status = UNIX_CALL(vkCreateSwapchainKHR, ¶ms);
664: assert(!status);
Looking up this error revealed an nvidia bug report which is marked as closed and is over a year old.
I run Steam from flatpak with runtime 23.08 with the latest nvidia driver runtime which ships libnvidia-egl-wayland.so.1.1.12 according to the report this issue should be fixed with 1.1.10.
Since I have no clue about any of this I start reporting it here. If it is not an issue by Proton but something else, please let me know and I'll pass the issue to the correct people.
Reproduction
Install Elite: Dangerous
Have a nVidia GPU with the latest proprietary driver
Run a Wayland session
Launch the game
Side note: Game runs fine on Steam Deck btw. But no surprise as this seems only be an issue with nvidia + wayland.
Compatibility Report
System Information
I confirm:
steam-359320.log
Symptoms
The game does not start and claims do have ran into an Assertion failed: !status, file ../src-wine/dlls/winevulkan/loader.c, line 664
Looking up the specified line in winevulkan revealed it's an issue which is present on nvidia + Wayland by choosing the wrong swap chain?
Looking up this error revealed an nvidia bug report which is marked as closed and is over a year old.
I run Steam from flatpak with runtime 23.08 with the latest nvidia driver runtime which ships
libnvidia-egl-wayland.so.1.1.12according to the report this issue should be fixed with 1.1.10.Since I have no clue about any of this I start reporting it here. If it is not an issue by Proton but something else, please let me know and I'll pass the issue to the correct people.
Reproduction
Side note: Game runs fine on Steam Deck btw. But no surprise as this seems only be an issue with nvidia + wayland.