Bug#990954: kodi: crashes on older hardware

2021-07-28 Thread Sven Geuer
Hi Vasyl On Wed, 2021-07-28 at 17:10 +, Vasyl Gello wrote: > Hi Sven! > > What is interesting I noted from your glxinfo: you have GL 1.4 in > effect. I decided to reproduce this edge case on my system. I pulled > my graphics card from buildbot and plugged the oldie ATI R300 (2003). > Mesa

Bug#990954: kodi: crashes on older hardware

2021-07-28 Thread Vasyl Gello
Hi Sven! What is interesting I noted from your glxinfo: you have GL 1.4 in effect. I decided to reproduce this edge case on my system. I pulled my graphics card from buildbot and plugged the oldie ATI R300 (2003). Mesa picked that one as opengl 3.3! So I wonder what is in Buster that is absent

Bug#990954: kodi: crashes on older hardware

2021-07-28 Thread Sven Geuer
Hi Vasyl! On Mon, 2021-07-26 at 16:47 +, Vasyl Gello wrote: > Hi Sven! > > Just a very wild guess: make sure your user is in "audio", "video" > and "render" groups: > > usermod -a -G audio,render,video user > > For me, having "kodi" user out of these groups resulted in fallback > VDPAU

Bug#990954: kodi: crashes on older hardware

2021-07-26 Thread Vasyl Gello
Hi Sven! Just a very wild guess: make sure your user is in "audio", "video" and "render" groups: usermod -a -G audio,render,video user For me, having "kodi" user out of these groups resulted in fallback VDPAU turned instead of proper VAAPI. --  Vasyl Gello

Bug#990954: kodi: crashes on older hardware

2021-07-12 Thread Sebastian Ramacher
On 2021-07-12 17:28:44 +, Vasyl Gello wrote: > Hi Sven, > > I will check what can be done for Kodi. There is no need to downgrade your > Bullseye. > > Sebastian, any idea on GL info posted above? No? Why would I? Best Sebastian > --  > Vasyl Gello >

Bug#990954: kodi: crashes on older hardware

2021-07-12 Thread Vasyl Gello
Hi Sven, I will check what can be done for Kodi. There is no need to downgrade your Bullseye. Sebastian, any idea on GL info posted above? --  Vasyl Gello == Certified SolidWorks Expert Mob.:+380 (98) 465 66 77 E-Mail: vasek.ge...@gmail.com

Bug#990954: kodi: crashes on older hardware

2021-07-12 Thread Sven Geuer
Hi Vasyl! On Mon, 2021-07-12 at 16:31 +, Vasyl Gello wrote: > Hi Sven! > > Your mail has dropped into spam folder :( > > What I see you have OpenGL 1.4 / OpenGL ES 2.0. Was it the same with > buster? I can harden the checks so Kodi wont crash, but I am not sure > if it works after

Bug#990954: kodi: crashes on older hardware

2021-07-12 Thread Vasyl Gello
Hi Sven! Your mail has dropped into spam folder :( What I see you have OpenGL 1.4 / OpenGL ES 2.0. Was it the same with buster? I can harden the checks so Kodi wont crash, but I am not sure if it works after initialization of a so outdated OpenGL. --  Vasyl Gello

Bug#990954: kodi: crashes on older hardware

2021-07-11 Thread Sven Geuer
Please find attached the output of "glxinfo -v -t". Cheers On Sun, 2021-07-11 at 20:04 +, Vasyl Gello wrote: > Sven, > > It is not only VDPAU missing for you but opengl is totally broken > (see Failed to create EGL context, and GL major/minor versions set to > NULL). > Can you run glxinfo?

Bug#990954: kodi: crashes on older hardware

2021-07-11 Thread Sebastian Ramacher
On 2021-07-11 20:04:57 +, Vasyl Gello wrote: > Sven, > > It is not only VDPAU missing for you but opengl is totally broken (see Failed > to create EGL context, and GL major/minor versions set to NULL). > Can you run glxinfo? I guess since there is no i915 driver it'll be broken > anyway

Bug#990954: kodi: crashes on older hardware

2021-07-11 Thread Vasyl Gello
Sven, It is not only VDPAU missing for you but opengl is totally broken (see Failed to create EGL context, and GL major/minor versions set to NULL). Can you run glxinfo? I guess since there is no i915 driver it'll be broken anyway but… --  Vasyl Gello

Bug#990954: kodi: crashes on older hardware

2021-07-11 Thread Vasyl Gello
Hi Sven! Looks like https://github.com/xbmc/xbmc/blob/9c2c8913a80a32aee0dc582bc737744c2989a32c/xbmc/utils/GLUtils.cpp#L148 gets nullptr from libgl somewhere. I will build i386 with DWO CUs and upload to fex.net so that we can get finer-grained picture of what fails. --  Vasyl Gello

Bug#990954: kodi: crashes on older hardware

2021-07-11 Thread Sven Geuer
Hi Vasyl! Hi Sebastian! On Sun, 2021-07-11 at 21:18 +0200, Sebastian Ramacher wrote: > On 2021-07-11 19:03:23 +, Vasyl Gello wrote: > > Hi Sven! > > > > I am not using Intel HD graphics but maybe Sebastian knows someone > > who uses it. > > The issue of missing i915 driver was reported in

Bug#990954: kodi: crashes on older hardware

2021-07-11 Thread Sebastian Ramacher
On 2021-07-11 19:03:23 +, Vasyl Gello wrote: > Hi Sven! > > I am not using Intel HD graphics but maybe Sebastian knows someone who uses > it. > The issue of missing i915 driver was reported in 2014. Processors from Cantiga and newer come with integrated graphics chips and VA-API support.

Bug#990954: kodi: crashes on older hardware

2021-07-11 Thread Vasyl Gello
Hi Sven! I am not using Intel HD graphics but maybe Sebastian knows someone who uses it. The issue of missing i915 driver was reported in 2014. --  Vasyl Gello == Certified SolidWorks Expert Mob.:+380 (98) 465 66 77 E-Mail: vasek.ge...@gmail.com

Bug#990954: kodi: crashes on older hardware

2021-07-11 Thread Sven Geuer
Hi Vasyl! There does not seem to exist a package containing i915_drv_video.so according to https://packages.debian.org/search?mode=path=bullseye=all=any=contents=i915_drv_video.so Only i965_drv_video.so is available from the package i965-va-driver. From what I found on the net it's about video

Bug#990954: kodi: crashes on older hardware

2021-07-11 Thread Vasyl Gello
Hi Sven! Does the problem go away if you put missing /usr/lib/i386-linux-gnu/dri/i915_drv_video.so file in place by installing package or copying manually? Also, please install gdb & kodi-bin-dbgsym from debian-debug repo and reproduce issue again to get a proper stacktrace. I can rebuild the

Bug#990954: kodi: crashes on older hardware

2021-07-11 Thread Sven Geuer
Package: kodi Version: 2:19.1+dfsg2-2 Severity: normal Dear Maintainer, Kodi crashes on my 1st generation intel-based Mac mini with trying to access the non-existent file /usr/lib/i386-linux-gnu/dri/i915_drv_video.so. This happened after having upgraded the system from Buster to Bullseye.