[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2020-05-25 Thread Timo Aaltonen
closing, should be fixed

** Changed in: mesa (Ubuntu Bionic)
   Status: Incomplete => Fix Released

** Changed in: mesa (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-10-26 Thread Timo Aaltonen
could you test with ppa:ubuntu-x-swat/updates which has a newer mesa
backported from eoan?

** Changed in: mesa (Ubuntu Bionic)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-09-19 Thread Csimbi
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-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-09-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mesa (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-26 Thread Timo Aaltonen
** Description changed:

- [Impact]
- Mesa is now built with meson, and it turns out that meson < 0.47.0 (commit 
7c4736d27f4c5d7 to be exact) doesn't handle command line options properly which 
means that -Db_ndebug=true didn't have any effect when mesa is built on bionic. 
This means that asserts are enabled, and drivers are hitting them.
- 
- 
- [Test case]
- test Kodi with va-api on nouveau, for instance
- 
- 
- [Regression potential]
- none really, it just adds a build flag which should've been there
- 
- --
- 
  Buggy as Kodi is, this seems to be a problem specifically with mesa-va-
  drivers.
  
  Kodi has worked just fine on my system, as recently as July 6th of this
  year, but yesterday (July 16) I tried Kodi again: I got a blank screen
  and a pause for a few moments, followed by an unceremonious crash-to-
  desktop. This happens every time I start Kodi, now.
  
  If I run it through the command-line, I get this:
  
  libva info: VA-API version 1.1.0
  libva info: va_getDriverName() returns 0
  libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so
  libva info: Found init function __vaDriverInit_1_1
  libva info: va_openDriver() returns 0
  kodi-x11: ../src/gallium/drivers/nouveau/nouveau_vp3_video.c:91: 
nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed.
  Aborted (core dumped)
  
  I’ve been using the same version of Kodi (“18.3 Git:20190621-89472b7”,
  package version 2:18.3+git20190621.1610-final-0bionic, from the Team-
  XBMC PPA) since its release in June, but in between July 6th and 16th, I
  did upgrade the Mesa packages, from 18.2.8-0ubuntu0~18.04.2
  19.0.2-1ubuntu1.1~18.04.1. If I downgrade the “mesa-va-drivers” package
  to 18.0.0~rc5-1ubuntu1 (the version in the base, non-updates Bionic
  repository), however, Kodi works again, without even requiring me to
  restart my machine. So, this is likely a problem with “mesa-va-drivers”.
  
  I tried looking in Xorg.0.log:
  
  [ 17185.557] (II) NOUVEAU(0): EDID vendor "SEC", prod id 12620
  [ 17185.557] (II) NOUVEAU(0): Printing DDC gathered Modelines:
  [ 17185.558] (II) NOUVEAU(0): Modeline "1366x768"x0.0   72.33  1366 1414 1446 
1526  768 770 775 790 -hsync -vsync (47.4 kHz eP)
  
  …that’s all that appears in the log when I try to load Kodi and a crash
  happens.
  
  I’m using Ubuntu MATE 18.04.2 LTS 64-bit on a Compaq Presario CQ60; if
  you need more information, I’ve attached a hardinfo report, too. I hope
  this bug can get fixed, soon. Thanks!

** Changed in: mesa (Ubuntu Bionic)
   Status: Incomplete => Confirmed

** Changed in: mesa (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-26 Thread Timo Aaltonen
then again, this case isn't protected by NDEBUG, so... meh

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-26 Thread Timo Aaltonen
assertions shouldn't be enabled

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-26 Thread Daniel van Vugt
Are you sure about those duplicates?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-23 Thread Timo Aaltonen
should be available soon

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-23 Thread Timo Aaltonen
hum, there's some build issue that needs sorting out first

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-23 Thread Timo Aaltonen
** Description changed:

+ [Impact]
+ Mesa is now built with meson, and it turns out that meson < 0.47.0 (commit 
7c4736d27f4c5d7 to be exact) doesn't handle command line options properly which 
means that -Db_ndebug=true didn't have any effect when mesa is built on bionic. 
This means that asserts are enabled, and drivers are hitting them.
+ 
+ 
+ [Test case]
+ test Kodi with va-api on nouveau, for instance
+ 
+ 
+ [Regression potential]
+ none really, it just adds a build flag which should've been there
+ 
+ --
+ 
  Buggy as Kodi is, this seems to be a problem specifically with mesa-va-
  drivers.
  
  Kodi has worked just fine on my system, as recently as July 6th of this
  year, but yesterday (July 16) I tried Kodi again: I got a blank screen
  and a pause for a few moments, followed by an unceremonious crash-to-
  desktop. This happens every time I start Kodi, now.
  
  If I run it through the command-line, I get this:
  
  libva info: VA-API version 1.1.0
  libva info: va_getDriverName() returns 0
  libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so
  libva info: Found init function __vaDriverInit_1_1
  libva info: va_openDriver() returns 0
  kodi-x11: ../src/gallium/drivers/nouveau/nouveau_vp3_video.c:91: 
nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed.
  Aborted (core dumped)
  
  I’ve been using the same version of Kodi (“18.3 Git:20190621-89472b7”,
  package version 2:18.3+git20190621.1610-final-0bionic, from the Team-
  XBMC PPA) since its release in June, but in between July 6th and 16th, I
  did upgrade the Mesa packages, from 18.2.8-0ubuntu0~18.04.2
  19.0.2-1ubuntu1.1~18.04.1. If I downgrade the “mesa-va-drivers” package
  to 18.0.0~rc5-1ubuntu1 (the version in the base, non-updates Bionic
  repository), however, Kodi works again, without even requiring me to
  restart my machine. So, this is likely a problem with “mesa-va-drivers”.
  
  I tried looking in Xorg.0.log:
  
  [ 17185.557] (II) NOUVEAU(0): EDID vendor "SEC", prod id 12620
  [ 17185.557] (II) NOUVEAU(0): Printing DDC gathered Modelines:
  [ 17185.558] (II) NOUVEAU(0): Modeline "1366x768"x0.0   72.33  1366 1414 1446 
1526  768 770 775 790 -hsync -vsync (47.4 kHz eP)
  
  …that’s all that appears in the log when I try to load Kodi and a crash
  happens.
  
  I’m using Ubuntu MATE 18.04.2 LTS 64-bit on a Compaq Presario CQ60; if
  you need more information, I’ve attached a hardinfo report, too. I hope
  this bug can get fixed, soon. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-23 Thread Timo Aaltonen
This is caused by the change to use meson as the build system, and meson
< 0.47 is buggy when handling some build options, and due to that
assertions are enabled while they shouldn't be

the fix is to add -DNDEBUG to CFLAGS manually, please test the update from this 
ppa:
https://launchpad.net/~canonical-x/+archive/ubuntu/x-staging

** Also affects: mesa (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: mesa (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: mesa (Ubuntu Bionic)
   Status: New => Incomplete

** Changed in: mesa (Ubuntu Bionic)
 Assignee: (unassigned) => Timo Aaltonen (tjaalton)

** Changed in: mesa (Ubuntu Bionic)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-08 Thread Alex Moldovan
kodi_crashlog-20190808_093922.log

** Attachment added: "kodi_crashlog"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1836979/+attachment/5281622/+files/kodi_crashlog-20190808_093922.log

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-08 Thread Alex Moldovan
Using Ubuntu 18.04.3 LTS with 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2
18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Output:

libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
kodi-x11: ../src/gallium/drivers/nouveau/nouveau_vp3_video.c:91: 
nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed.
Aborted (core dumped)
Traceback (most recent call last):
  File "/usr/bin/apport-unpack", line 74, in 
pr.extract_keys(f, bin_keys, dir)
  File "/usr/lib/python3/dist-packages/problem_report.py", line 270, in 
extract_keys
[item for item, element in b64_block.items() if element is False])
ValueError: ['UserGroups'] has no binary content
Crash report available at /home/calin/kodi_crashlog-20190808_093922.log


** Attachment added: "dpkg-l"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1836979/+attachment/5281621/+files/dpkg.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-07 Thread Alex Moldovan
Comfirmed.

** Attachment added: "kodi core dump and crash logs"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1836979/+attachment/5281493/+files/kodi-crash.tar.xz

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-08-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mesa (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-07-18 Thread Tina Russell
** Description changed:

- I’m not exactly sure if this belongs here, libva, mesa, or upstream
- somewhere. But, it doesn’t seem to be a Kodi bug, buggy is that program
- is.
+ Buggy as Kodi is, this seems to be a problem specifically with mesa-va-
+ drivers.
  
  Kodi has worked just fine on my system, as recently as July 6th of this
  year, but yesterday (July 16) I tried Kodi again: I got a blank screen
  and a pause for a few moments, followed by an unceremonious crash-to-
  desktop. This happens every time I start Kodi, now.
  
  If I run it through the command-line, I get this:
  
  libva info: VA-API version 1.1.0
  libva info: va_getDriverName() returns 0
  libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so
  libva info: Found init function __vaDriverInit_1_1
  libva info: va_openDriver() returns 0
  kodi-x11: ../src/gallium/drivers/nouveau/nouveau_vp3_video.c:91: 
nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed.
  Aborted (core dumped)
  
  I’ve been using the same version of Kodi (“18.3 Git:20190621-89472b7”,
  package version 2:18.3+git20190621.1610-final-0bionic, from the Team-
- XBMC PPA) since its release in June, but in between July 7th and 16th, I
- did upgrade Nouveau:
- 
- 2019-07-07 06:50:36 upgrade libdrm-nouveau2:amd64 2.4.95-1~18.04.1 
2.4.97-1ubuntu1~18.04.1
- 2019-07-07 06:50:36 status half-configured libdrm-nouveau2:amd64 
2.4.95-1~18.04.1
- 2019-07-07 06:50:36 status unpacked libdrm-nouveau2:amd64 2.4.95-1~18.04.1
- 2019-07-07 06:50:36 status half-configured libdrm-nouveau2:i386 
2.4.95-1~18.04.1
- 2019-07-07 06:50:36 status half-installed libdrm-nouveau2:amd64 
2.4.95-1~18.04.1
- 2019-07-07 06:50:37 status half-installed libdrm-nouveau2:amd64 
2.4.95-1~18.04.1
- 2019-07-07 06:50:37 status unpacked libdrm-nouveau2:amd64 
2.4.97-1ubuntu1~18.04.1
- 2019-07-07 06:50:37 status unpacked libdrm-nouveau2:amd64 
2.4.97-1ubuntu1~18.04.1
- 2019-07-07 06:50:37 upgrade libdrm-nouveau2:i386 2.4.95-1~18.04.1 
2.4.97-1ubuntu1~18.04.1
- 2019-07-07 06:50:37 status half-configured libdrm-nouveau2:i386 
2.4.95-1~18.04.1
- 2019-07-07 06:50:37 status unpacked libdrm-nouveau2:i386 2.4.95-1~18.04.1
- 2019-07-07 06:50:37 status half-installed libdrm-nouveau2:i386 
2.4.95-1~18.04.1
- 2019-07-07 06:50:38 status half-installed libdrm-nouveau2:i386 
2.4.95-1~18.04.1
- 2019-07-07 06:50:38 status unpacked libdrm-nouveau2:i386 
2.4.97-1ubuntu1~18.04.1
- 2019-07-07 06:50:38 status unpacked libdrm-nouveau2:i386 
2.4.97-1ubuntu1~18.04.1
- 
- 2019-07-07 06:51:44 configure libdrm-nouveau2:amd64 2.4.97-ubuntu1~18.04.1 

- 2019-07-07 06:51:44 status unpacked libdrm-nouveau2:amd64 
2.4.97-1ubuntu1~18.04.1
- 2019-07-07 06:51:44 status half-configured libdrm-nouveau2:amd64 
2.4.97-1ubuntu1~18.04.1
- 2019-07-07 06:51:44 status installed libdrm-nouveau2:amd64 
2.4.97-1ubuntu1~18.04.1
- 2019-07-07 06:51:44 configure libdrm-nouveau2:i386 2.4.97-1ubuntu1~18.04.1 

- 2019-07-07 06:51:44 status unpacked libdrm-nouveau2:i386 
2.4.97-1ubuntu1~18.04.1
- 2019-07-07 06:51:44 status half-configured libdrm-nouveau2:i386 
2.4.97-1ubuntu1~18.04.1
- 2019-07-07 06:51:44 status installed libdrm-nouveau2:i386 
2.4.97-1ubuntu1~18.04.1
- 
- (Another reason I’m guessing this is a Nouveau problem is because I
- later tried switching to the official NVidia drivers, didn’t get this
- bug, and then later encountered a distinct yet worse bug that locks up
- the whole system. So, now I’m back to using Nouveau.)
+ XBMC PPA) since its release in June, but in between July 6th and 16th, I
+ did upgrade the Mesa packages, from 18.2.8-0ubuntu0~18.04.2
+ 19.0.2-1ubuntu1.1~18.04.1. If I downgrade the “mesa-va-drivers” package
+ to 18.0.0~rc5-1ubuntu1 (the version in the base, non-updates Bionic
+ repository), however, Kodi works again, without even requiring me to
+ restart my machine. So, this is likely a problem with “mesa-va-drivers”.
  
  I tried looking in Xorg.0.log:
  
  [ 17185.557] (II) NOUVEAU(0): EDID vendor "SEC", prod id 12620
  [ 17185.557] (II) NOUVEAU(0): Printing DDC gathered Modelines:
  [ 17185.558] (II) NOUVEAU(0): Modeline "1366x768"x0.0   72.33  1366 1414 1446 
1526  768 770 775 790 -hsync -vsync (47.4 kHz eP)
  
  …that’s all that appears in the log when I try to load Kodi and a crash
  happens.
  
  I’m using Ubuntu MATE 18.04.2 LTS 64-bit on a Compaq Presario CQ60; if
  you need more information, I’ve attached a hardinfo report, too. I hope
  this bug can get fixed, soon. Thanks!

** No longer affects: xserver-xorg-video-nouveau (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: 

[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-07-18 Thread Tina Russell
Sweet mother of the Muses, I just downgraded the mesa-va-drivers package
to 18.0.0~rc5-1ubuntu1 (since that’s the one from the non-updates Bionic
repository) and Kodi works again! Then, this is a problem specifically
with the mesa-va-drivers package. I’ll have to update the description
accordingly.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-07-18 Thread Tina Russell
There was an update to Mesa over in the Ubuntu-X-Swat PPA today (by
which I mean the “Updates” one), from 19.0.2-1ubuntu1.1~18.04.1 to
19.0.8-0ubuntu0~18.04.1. …Sadly, as I discovered—after installing the
updates, then restarting and trying Kodi again—this bug is still present
and still works exactly the same.

(While I’m here, does anyone know how I would file a bug with the
nvidia-340 package? I mean, I don’t know how much we can do about that
driver, given its proprietary nature, but I want to try, at least. I
just want one of my graphics drivers working so I can use my media
player again… (sigh))

** Also affects: mesa (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in 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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1836979] Re: Kodi crashes with “nouveau_vp3_video_buffer_create: Assertion `templat->interlaced' failed”

2019-07-17 Thread Tina Russell
In that same update, I also upgraded the Mesa package:

2019-07-07 06:50:41 upgrade libegl-mesa0:amd64 18.2.8-0ubuntu0~18.04.2 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:41 status half-configured libegl-mesa0:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:41 status unpacked libegl-mesa0:amd64 18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:41 status half-installed libegl-mesa0:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:42 status half-installed libegl-mesa0:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:42 status unpacked libegl-mesa0:amd64 19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:42 status unpacked libegl-mesa0:amd64 19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:42 upgrade libgbm1:amd64 18.2.8-0ubuntu0~18.04.2 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:42 status half-configured libgbm1:amd64 18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:43 status unpacked libgbm1:amd64 18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:43 status half-installed libgbm1:amd64 18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:43 status half-installed libgbm1:amd64 18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:43 status unpacked libgbm1:amd64 19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:43 status unpacked libgbm1:amd64 19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:43 install libllvm8:i386  1:8-3~ubuntu18.04.1
2019-07-07 06:50:43 status half-installed libllvm8:i386 1:8-3~ubuntu18.04.1
2019-07-07 06:50:48 status unpacked libllvm8:i386 1:8-3~ubuntu18.04.1
2019-07-07 06:50:48 status unpacked libllvm8:i386 1:8-3~ubuntu18.04.1
2019-07-07 06:50:49 upgrade libgl1-mesa-dri:amd64 18.2.8-0ubuntu0~18.04.2 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:49 status half-configured libgl1-mesa-dri:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:49 status unpacked libgl1-mesa-dri:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:49 status half-configured libgl1-mesa-dri:i386 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:49 status half-installed libgl1-mesa-dri:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:51 status half-installed libgl1-mesa-dri:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:51 status unpacked libgl1-mesa-dri:amd64 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:51 status unpacked libgl1-mesa-dri:amd64 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:51 upgrade libgl1-mesa-dri:i386 18.2.8-0ubuntu0~18.04.2 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:51 status half-configured libgl1-mesa-dri:i386 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:51 status unpacked libgl1-mesa-dri:i386 18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:52 status half-installed libgl1-mesa-dri:i386 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:53 status half-installed libgl1-mesa-dri:i386 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:54 status unpacked libgl1-mesa-dri:i386 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:54 status unpacked libgl1-mesa-dri:i386 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:54 install libllvm8:amd64  1:8-3~ubuntu18.04.1
2019-07-07 06:50:54 status half-installed libllvm8:amd64 1:8-3~ubuntu18.04.1
2019-07-07 06:50:58 status unpacked libllvm8:amd64 1:8-3~ubuntu18.04.1
2019-07-07 06:50:58 status unpacked libllvm8:amd64 1:8-3~ubuntu18.04.1
2019-07-07 06:50:59 upgrade libglx-mesa0:i386 18.2.8-0ubuntu0~18.04.2 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:50:59 status half-configured libglx-mesa0:i386 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:59 status unpacked libglx-mesa0:i386 18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:59 status half-configured libglx-mesa0:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:59 status half-installed libglx-mesa0:i386 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:50:59 status half-installed libglx-mesa0:i386 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:51:00 status unpacked libglx-mesa0:i386 19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:51:00 status unpacked libglx-mesa0:i386 19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:51:00 upgrade libglx-mesa0:amd64 18.2.8-0ubuntu0~18.04.2 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:51:00 status half-configured libglx-mesa0:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:51:00 status unpacked libglx-mesa0:amd64 18.2.8-0ubuntu0~18.04.2
2019-07-07 06:51:00 status half-installed libglx-mesa0:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:51:01 status half-installed libglx-mesa0:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:51:01 status unpacked libglx-mesa0:amd64 19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:51:01 status unpacked libglx-mesa0:amd64 19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:51:01 upgrade libglapi-mesa:amd64 18.2.8-0ubuntu0~18.04.2 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07 06:51:01 status half-configured libglapi-mesa:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:51:01 status unpacked libglapi-mesa:amd64 18.2.8-0ubuntu0~18.04.2
2019-07-07 06:51:01 status half-configured libglapi-mesa:i386 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:51:02 status half-installed libglapi-mesa:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:51:02 status half-installed libglapi-mesa:amd64 
18.2.8-0ubuntu0~18.04.2
2019-07-07 06:51:02 status unpacked libglapi-mesa:amd64 
19.0.2-1ubuntu1.1~18.04.1
2019-07-07