Kodi crashing after updating to Ubuntu 22.04.3 - 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: Kodi crashing after updating to Ubuntu 22.04.3 (/showthread.php?tid=374165) |
Kodi crashing after updating to Ubuntu 22.04.3 - kiesel - 2023-08-20 Hi, as the title says after updating to Ubuntu 22.04.3 kodi crashes. Initially I tried it with kodi 19.4 (iirc) and then I updated to kodi 20 (via the ppas) with the same result. Command line prompt: Code: xbmc@htpc:~/.kodi/userdata$ kodi I can see the Gui for about 5sec, but it doesn't react to my input. Here is the debug log: https://paste.kodi.tv/girofoqohi.kodi If anybody has an idea what's going on I'd be really grateful! Thanks! RE: Kodi crashing after updating to Ubuntu 22.04.3 - izprtxqkft - 2023-08-21 working upwards on the log, 2nd to last entry Library Data Provider: b'service version 0.4.1 started' which brings up reports of that addon crashing kodi, which is what you are reporting - https://forum.kodi.tv/showthread.php?tid=210063&pid=3132851#pid3132851 so, then the thing to do would be to eliminate addons from the equation option 1 move, rename or otherwise make unavailable the ~/.kodi folder to make it start fresh option 2 start kodi from a bash script exporting KODI_DATA to a different folder
RE: Kodi crashing after updating to Ubuntu 22.04.3 - kiesel - 2023-08-21 Thank you for your help! After I've changed/moved the folder, what is the best way of getting my settings back? If I just move the folder back it'll just crash kodi again, won't it? RE: Kodi crashing after updating to Ubuntu 22.04.3 - izprtxqkft - 2023-08-21 yes you can simply move it back into place, removing the newly generated folder i would suggest if you are using the first option then copying might be a better option to leave your existing untouched as a source to work from if you determine it does not crash without your addons then yes it will crash again when restoring if you have determined that it is that particular addon crashing then removing it from ~/.kodi/addons would be the option available since kodi will not start to the gui in order to allow it to be removed normally RE: Kodi crashing after updating to Ubuntu 22.04.3 - kiesel - 2023-08-21 Thank you very much, after removing the addon everything works as it should! RE: Kodi crashing after updating to Ubuntu 22.04.3 - izprtxqkft - 2023-08-21 youre welcome |