Page 1 of 1

canberra && libvdpau.i965.so messages

PostPosted: Aug 3rd, '14, 04:18
by almusalimalmusalimah
hello again people

lately i was testing some packages in the repositories

but after i remove them i cant use flash-player in some websites ...to be certain ... OMEGLE

and when i tried to find out about the problem and launched firefox using terminal i got this message

Code: Select all
(process:5423): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Gtk-Message: Failed to load module "canberra-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"
Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory
Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory


the weirdest thing here ....

lib64canberra is already installed

so whats the issue here

Re: canberra && libvdpau.i965.so messages

PostPosted: Aug 3rd, '14, 09:54
by doktor5000
The canberra-gtk-module messages are bogus. That's well-known and there are multiple threads about that:
viewtopic.php?f=4&t=3539
viewtopic.php?f=7&t=3017
All results in forum threads

Re: canberra && libvdpau.i965.so messages

PostPosted: Aug 3rd, '14, 12:42
by almusalimalmusalimah
thanks doktor5000

i read those threads and found the way to solve canberra

by installing

lib64canberra-gtk0 while i thought it was lib64canberra-gtk3_0

any way .... still there is other two

Code: Select all
[GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory


the first one I can solve it by this https://bugzilla.mozilla.org/show_bug.cgi?id=672671

but the second one how can i solve it ..... because there is no packages in repos carry that lib

Re: canberra && libvdpau.i965.so messages

PostPosted: Aug 3rd, '14, 14:17
by doktor5000
Next time please use the search function.

almusalimalmusalimah wrote:but the second one how can i solve it ..... because there is no packages in repos carry that lib


Could be caused by some firefox media player plugin. See the following links for more information:
https://bbs.archlinux.org/viewtopic.php?id=183275 and https://bbs.archlinux.org/viewtopic.php?id=179005
https://bugzilla.redhat.com/show_bug.cgi?id=999315
https://bugs.freedesktop.org/show_bug.cgi?id=76755
https://bugs.launchpad.net/ubuntu/+sour ... ug/1300215

Seems we already have a backport request for that: https://bugs.mageia.org/show_bug.cgi?id=12170
For cauldron that library is packaged:
Code: Select all
[test1@localhost ~]$ urpmq -l libvdpau-va-gl
/usr/lib/vdpau/libvdpau_i965.so.1
/usr/lib/vdpau/libvdpau_va_gl.so.1
/usr/share/doc/libvdpau-va-gl
/usr/share/doc/libvdpau-va-gl/COPYING
/usr/share/doc/libvdpau-va-gl/COPYING.GPLv3
/usr/share/doc/libvdpau-va-gl/COPYING.LGPLv3
/usr/share/doc/libvdpau-va-gl/ChangeLog
/usr/share/doc/libvdpau-va-gl/README.md
[test1@localhost ~]$

What does
Code: Select all
vdpauinfo
output?

Re: canberra && libvdpau.i965.so messages

PostPosted: Aug 4th, '14, 06:12
by almusalimalmusalimah
....................