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 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. |