Skip to content
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

Crash with opengl-cb on X11 #320

Open
gipawu opened this issue Oct 22, 2017 · 5 comments
Open

Crash with opengl-cb on X11 #320

gipawu opened this issue Oct 22, 2017 · 5 comments
Labels

Comments

@gipawu
Copy link
Contributor

gipawu commented Oct 22, 2017

Overview Description:
Crash sometimes when switching file on playlist with vo=opengl-cb in Xorg session

Steps to Reproduce:

  1. Switch file in playlist

Actual Results:
Crash (not always but often)
In command line this error:
[xcb] Unknown request in queue while dequeuing [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. gnome-mpv: xcb_io.c:165: dequeue_pending_request: Assertion !xcb_xlib_unknown_req_in_deq' failed.`

Expected Results:
Obviously not a crash

Version:
0.13 flatpak version

Additional Information:
Nvidia 387.12

@gnome-mpv
Copy link
Collaborator

I can't reproduce this with Intel iGPU, so it's probably something Nvidia-specific.

@TingPing
Copy link
Contributor

Also can't repro with Nvidia 387.12 in Flatpak.

@gipawu
Copy link
Contributor Author

gipawu commented Oct 23, 2017

A little update: it seems to happen only with vo=opengl-cb and hwdec=vdpau.

@TingPing
Copy link
Contributor

TingPing commented Oct 23, 2017

A little update: it seems to happen only with vo=opengl-cb and hwdec=vdpau.

That was my exact config, the vdpau option does nothing since it tries and fails to load a non-existing lib.

@gipawu
Copy link
Contributor Author

gipawu commented Oct 23, 2017

You are right, I managed to get vdpau working by copying libvdpau_nvidia.so.387.12 file from nvidia runtime to libvdpau_nvidia.so in gnome platform runtime lib directory (I know, it's a ugly workaround but it works for now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants