Solved XBMC crashes when I play video files
#1
My XBMC keeps on crashing when I try to play video files in various formats. I hope someone can help me make sense of the problem.

I ran XBMC from terminal and this is what I get:

jorgen@Mediedator:~$ sudo xbmc
[sudo] password for jorgen:
Running DIL (3.22.0) Version
DtsDeviceOpen: Opening HW in mode 0
DtsDeviceOpen: Create File Failed
Home directory not accessible: Permission denied
Home directory not accessible: Permission denied
Home directory not accessible: Permission denied
Home directory not accessible: Permission denied
Home directory not accessible: Permission denied
Home directory not accessible: Permission denied
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
libva info: va_openDriver() returns -1
Failed to open VDPAU backend libvdpau_r600.so: cannot open shared object file: No such file or directory
*** Error in `/usr/lib/xbmc/xbmc.bin': corrupted double-linked list: 0x00007fa0800421f0 ***
Aborted (core dumped)
/usr/bin/xbmc: 82: /usr/bin/xbmc: systemd-coredumpctl: not found
Crash report available at /home/jorgen/xbmc_crashlog-20140509_185726.log
jorgen@Mediedator:~$ ^C
jorgen@Mediedator:~$

Crash report can be found here:
http://pastebin.com/VYWkPTE3

Very thankful for all help I can get.
Reply
#2
- disable vaapi
- either disable vdpau or install neened drivers correctly
Reply
#3
(2014-05-09, 19:47)FernetMenta Wrote: - disable vaapi
- either disable vdpau or install neened drivers correctly

Thanks! Disabling vaapi didn't work but disabling VDPAU seems to solve the issue. Any hint on where I can find the needed drivers?
Reply
#4
sudo apt-get install mesa-drivers-vdpau vdpauinfo
vdpauinfo | pastebinit

then retry with vdpau enabled.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#5
(2014-05-09, 21:20)fritsch Wrote: sudo apt-get install mesa-drivers-vdpau vdpauinfo
vdpauinfo | pastebinit

then retry with vdpau enabled.

Awesome! I had to rearrange the "mesa-drivers-vdpau"-part but now it works smoothly.

Many thanks for helping out.
Reply
#6
For the history: it's mesa-vdpau-drivers :-)

Nice, then set it to solved.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC crashes when I play video files0