Fedora 29 - Kodi will not launch
#1
New Kodi install on Fedora 29. Crash log here:
cat /proc/cpuinfo here:

I have tried using with Wayland and X11. Kodi from RPM Fusion 18.1
Using NVIDIA drivers for GeForce 9400 graphics
Reply
#2
Same for me.  I'll add my crash log if it helps, but I believe it's the same.
Reply
#3
nvidia doesn't support EGL, which is needed for wayland support. On X11, try starting kodi like this:
KODI_GL_INTERFACE=GLX kodi
Reply
#4
(2019-03-23, 10:00)wsnipex Wrote: nvidia doesn't support EGL, which is needed for wayland support. On X11, try starting kodi like this:
KODI_GL_INTERFACE=GLX kodi
Thanks for the tip. I get the following:
Code:
[user@iMac ~]$ kodi -- KODI_GL_INTERFACE=GLX kodi
/usr/lib64/kodi/kodi-x11: /lib64/libOpenCL.so.1: no version information available (required by /lib64/libavfilter.so.7)
/usr/lib64/kodi/kodi-x11: /lib64/libOpenCL.so.1: no version information available (required by /lib64/libavutil.so.56)
/usr/lib64/kodi/kodi-x11: /lib64/libOpenCL.so.1: no version information available (required by /lib64/libavutil.so.56)
/usr/lib64/kodi/kodi-x11: relocation error: /lib64/libavutil.so.56: symbol clCreateImage version OPENCL_1.2 not defined in file libOpenCL.so.1 with link time reference
Reply
#5
well, that looks like a packaging issue. You'll have to refer to the rpm fusion maintainers or compile from source
Reply
#6
(2019-03-23, 10:40)wsnipex Wrote: well, that looks like a packaging issue. You'll have to refer to the rpm fusion maintainers or compile from source
 Indeed. I remove the rpm fusion version and installed the flatpak version and everything is working just fine.
Reply
#7
(2019-03-23, 10:40)wsnipex Wrote: well, that looks like a packaging issue. You'll have to refer to the rpm fusion maintainers or compile from source

The latest packages for Fedora 29 are working.  So it looks like they've noticed and fixed it.

kodi-18.2-2.fc29.x86_64
kodi-wayland-18.2-2.fc29.x86_64
kodi-pvr-mythtv-5.10.2-1.fc29.x86_64
kodi-firewalld-18.2-2.fc29.x86_64
kodi-x11-18.2-2.fc29.x86_64
kodi-common-18.2-2.fc29.x86_64
Reply
#8
(2019-05-11, 09:10)linuxhtpc Wrote:
(2019-03-23, 10:40)wsnipex Wrote: well, that looks like a packaging issue. You'll have to refer to the rpm fusion maintainers or compile from source

The latest packages for Fedora 29 are working.  So it looks like they've noticed and fixed it.

kodi-18.2-2.fc29.x86_64
kodi-wayland-18.2-2.fc29.x86_64
kodi-pvr-mythtv-5.10.2-1.fc29.x86_64
kodi-firewalld-18.2-2.fc29.x86_64
kodi-x11-18.2-2.fc29.x86_64
kodi-common-18.2-2.fc29.x86_64 
If you notice, the pvr-mythtv is actually NOT 5.10.2 in F29. If you look at the files in /usr/lib64/kodi/addons/pvr-mythtv, it is actually version 5.8.6 within the 10.5.2 RPM, and therefore not compatible with MythTV v30, causing an instant crash of Kodi after MythTV is configured (and working, the first time only). For some reason, it works okay until you exit, then it kills kodi every time after that.
Reply

Logout Mark Read Team Forum Stats Members Help
Fedora 29 - Kodi will not launch0