Kodi Community Forum
Crash with VDPAU - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Crash with VDPAU (/showthread.php?tid=68430)



Crash with VDPAU - jlazkano - 2010-01-25

Hello, I just installed a Ubuntu Karmic fresh installation on a Nvidia ION with Intel Atom 330 plataform. I have problem to watch HD films with VDPAU.

I installed this way the Ubuntu Karmic:

1. Add thoose lines to /etc/apt/sources.list:

Code:
deb http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main

deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main

2. Install VDPAU support and restart the HTPC:

Code:
sudo apt-get install nvidia-glx-195

3. Install XBMC:

Code:
sudo apt-get install xbmc

I configured the render method to VDPAU, and when I start to watch a HD (1080p) film, it crash. This is the crashlog: http://pastebin.com/f59a71623

Can you help with this?

I install/configure well the machine?

Thanks for all and best regards.


- shassino - 2010-01-25

u must install also the libvdpau1 pkg to get vdpau support


- jlazkano - 2010-01-26

Thank you very much!!! It works! I installed the "libvdpau1" package and now I can watch the 1080p films with Dolby.

I have other problem with MP3 audio, bit this will and other post.

When I start XBMC from a command-line I have this output:

Code:
$ xbmc
WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, path=/, member=Introspect
CRITSEC[0x8acdc7c]: Trying to enter destroyed section.
CRITSEC[0x8acdc7c]: Trying to leave destroyed section.
CRITSEC[0x8acdc7c]: Trying to enter destroyed section.
CRITSEC[0x8acdc7c]: Trying to leave destroyed section.
CRITSEC[0x8ad4bc4]: Trying to enter destroyed section.
CRITSEC[0x8ad4bc4]: Trying to leave destroyed section.

Is this normal? How can I solve thoose warnings?

Thanks for all.


- spiff - 2010-01-26

ignore them. no harm


- jlazkano - 2010-01-26

Ok, thank you again.

Regards.