-
Notifications
You must be signed in to change notification settings - Fork 0
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
Launching from Google Chrome causes mpv to crash #3
Comments
in what version of Fedora ? is this problem https://lists.fedoraproject.org/archives/list/[email protected]/thread/HSRJZ4TMBW2F5U2MGOMVWCFBVJ2NURVO/ ? |
I also had some issues with Chrome ... |
Fedora 35. Though some packages were never rebuilt for fc35:
I don't know if this used to work in previous fedora versions. The error also happens in an x11 environment, so i'll update the title. |
Sorry, this looks to be caused by rpmfusion build of mpv. |
Launching from chrome is making it use their libvulkan. No clue why it works with unitedrpm mpv.
|
I've never used this program but found out this issue through a Google search. In my case I'm using https://github.com/SanderRonde/CustomRightClickMenu to open
I'm using a Google Chrome package from the AUR which is basically the Debian package that Google maintains (with a few Arch Linux specific patches). The .deb comes with Google's own version of Edit: See #3 (comment) for a better solution. |
ah or just remove /opt/google/chrome-beta/libvulkan.so.1 , worked for me . Anyway I don't use wayland |
Yeah i have proposed this supid fix upstream: jonian/acestream-launcher#44 |
I took a look at your PR and it inspired me to create a more maintainable solution for my use case: |
I don't use acestream or whatever this repo is for, but have the same issue trying to launch a video in mpv from Gnome Nautilus on Sway, and it seems to be a Wayland/Vulkan issue? I got here from a web search so leaving this in case it helps someone else. I got inspiration from this thread, thanks! Error in journal:
Setting/clearing
|
mpv: symbol lookup error: mpv: undefined symbol: vkCreateWaylandSurfaceKHR
Running xdg-open directly from terminal works fine. Launching from firefox works fine. What is chrome doing?
The text was updated successfully, but these errors were encountered: