Kodi Community Forum
Broken Kodi crash at launch - 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: Broken Kodi crash at launch (/showthread.php?tid=378260)



Kodi crash at launch - Groooompf - 2024-07-20

Hi,

Kodi won't start since this morning. Maybe it's because of some updates I did recently  (kernel, nvidia drivers and others updates I cannot remember). (My Nvidia driver is now nvidia-driver-535.183.01-0ubuntu0.20.04.1)

I have this error in terminal :
Code:
~ $ /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=kodi tv.kodi.Kodi
'this->recurse > 0' failed at ../src/pipewire/thread-loop.c:62 do_unlock()
libEGL warning: DRI3: Screen seems not DRI3 capable
libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI3: Screen seems not DRI3 capable
MESA: error: ZINK: failed to choose pdev
libEGL warning: egl: failed to create dri2 screen
libva info: VA-API version 1.18.0
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
/app/bin/kodi : ligne 216 :     7 Erreur de segmentation  (core dumped)${KODI_BINARY} ${ENV_ARGS} $SAVED_ARGS
Crash report available at /home/pascal/.var/app/tv.kodi.Kodi/data/kodi_crashlog-20240720_020138

Here is the log file :

foreyigome.kodi (paste)

Could someone help me ?


RE: Kodi crash at launch - Neo1973 - 2024-07-20

Probably something with your Xorg config is the problem. One of the checks in https://github.com/xbmc/xbmc/blob/master/xbmc/windowing/X11/GLContextGLX.cpp#L134-L152 fails, make sure all properties that are checked are valid: https://registry.khronos.org/OpenGL-Refpages/gl2.1/xhtml/glXGetConfig.xml.


RE: Kodi crash at launch - Groooompf - 2024-07-20

Thank you for your help.

But unfortunately at this point, I'm absolutely not able to know what is valid or not, and how to correct that. I don't know anything about Xorg and GLX, I don't even know what they are and what they do.