Hello,
I got this error, too:

kodi-x11: ../src/gallium/drivers/nouveau/nouveau_vp3_video.c:91:
nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed.

Fresh install of Ubuntu Server 18.04 (+SSH +Samba)
Kodi install like so:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi
sudo apt-get install xauth xorg xinit xserver-xorg-core xserver-xorg 
xserver-common
sudo apt-get install lightdm
sudo adduser kodi
sudo usermod -a -G cdrom,audio,video,plugdev,users,dialout,dip,input kodi

sudo dpkg-reconfigure xserver-xorg-legacy
-> Select Anybody

sudo nano /etc/X11/Xwrapper.config
Add to the file:
needs_root_rights=yes

+Service:
[Unit]
Description = Kodi-standalone using xinit
After = remote-fs.target systemd-user-sessions.service sound.target 
network-online.target

[Service]
User = kodi
Group = kodi
Type = simple
ExecStart = /usr/bin/xinit /usr/bin/dbus-launch /usr/bin/kodi-standalone -- :0 
-nolisten tcp
Restart = on-abort

[Install]
WantedBy = multi-user.target 

+Enable service:
sudo systemctl enable kodi.service

+edit /etc/security/limits.conf and add :
kodi             -       nice            -1

Does a workaround exist?

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836979

Title:
  Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion
  `templat->interlaced' failed”

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1836979/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to