-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
google-chrome: fails to initialise vulkan implementation due to missing libvulkan.so.1 #346197
Labels
0.kind: bug
Something is broken
Comments
We do copy all the needed files from the deb package. And |
Finally figured out the issue, bundled |
Nice work, thank you! |
13 tasks
github-actions bot
pushed a commit
that referenced
this issue
Oct 3, 2024
When Chrome run by `google-chrome-stable --use-vulkan --enable-features=Vulkan` without this, it fails to create vk instance giving the below log: [216457:216457:1003/211719.770352:ERROR:vulkan_instance.cc(112)] Failed to load 'libvulkan.so.1': libvulkan.so.1: cannot open shared object file: No such file or directory [216457:216457:1003/211719.770434:ERROR:gpu_init.cc(1209)] Failed to create and initialize Vulkan implementation. Closes #346197 Signed-off-by: John Titor <[email protected]> (cherry picked from commit cd0a0da)
presto8
pushed a commit
to presto8/nixpkgs
that referenced
this issue
Oct 9, 2024
When Chrome run by `google-chrome-stable --use-vulkan --enable-features=Vulkan` without this, it fails to create vk instance giving the below log: [216457:216457:1003/211719.770352:ERROR:vulkan_instance.cc(112)] Failed to load 'libvulkan.so.1': libvulkan.so.1: cannot open shared object file: No such file or directory [216457:216457:1003/211719.770434:ERROR:gpu_init.cc(1209)] Failed to create and initialize Vulkan implementation. Closes NixOS#346197 Signed-off-by: John Titor <[email protected]> (cherry picked from commit cd0a0da)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If Vulkan in Chrome is enabled via CLI args or
chrome://flags
, Chrome still fails to launch it's vulkan implementation, falling back to OpenGL.Steps To Reproduce
Or directly run:
Expected behavior
Vulkan is enabled, and working.
Screenshots
Output from
chrome://gpu
:Additional context
Relevant logs from the terminal.
Notify maintainers
CC @jnsgruk, Chrome Maintainer
CC @K900 Vulkan maintainer
CC @emilylange Chromium maintainer who helped me a lot with Chrome related packaging issues :)
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: