-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal : VkResult is "ERROR_INITIALIZATION_FAILED" #5423
Comments
It's worth noting that this is non-fatal and needs a system that does not support vulkan to reproduce (like r600 or intel/sandybridge). |
I am this message too. |
Retested this on current beta build after the Steam Play announcement System information
Tried running NieR: Automata, nothing opens at all. |
@AniLeo |
Vulkan driver is present. I managed to fix this by disabling modeset on nvidia drivers, which I had enabled. |
Hello, So itś not nVidia specific |
Same error hitting here! Debian SID |
Same error here, and I can't load the vulkan games. When I launch the steam client from terminal, I get the following error: Fatal : VkResult is "ERROR_INITIALIZATION_FAILED" in /home/pgriffais/src/Vulkan/base/VulkanSwapChain.hpp at line 210 Let me explain how I got there.
@AniLeo can you explain how you got it working? |
Solution found here (just a workaround, not a fix): https://askubuntu.com/questions/1090945/ubuntu-18-04-vulkan-stopped-working-nvidia-drivers-proprietary Vulkan works until the next reboot. |
I have to use @stafoo's workaround to launch the native version of Eliza on Linux, otherwise it just crashes because Vulkan is not initialized. I notice that this is a pretty old issue by now though, and I'm wondering if there's a more permanent workaround/fix to this issue yet? |
For me the render devices are owned by a group called render
Adding the user to the group render (and restarting the session) allowed me to successfully invoke vulkaninfo I'm using nouveau and DRI_PRIME for a dual GPU setup using Intel and a discrete NVIDIA. |
I am getting this same error. I switch to my intel graphics card prime-select intel. When I switch back prime-select nvidia I start getting this error. I am running ubuntu 18.04 on dell xps 9560. |
Your system information
Please describe your issue in as much detail as possible:
Can't remember when I first encountered the issue but since quite some time when I start steam I always get:
Fatal : VkResult is "ERROR_INITIALIZATION_FAILED" in /home/pgriffais/src/Vulkan/base/vulkanexamplebase.cpp at line 823
Every game works fine so it's no problem at all but there shouldn't be a fatal error during startup in my opinion. Also this looks just like some forgotten debug code or something like that because /home/pgriffais/ doesn't exist on my system.
Steps for reproducing this issue:
start steam
The text was updated successfully, but these errors were encountered: