[x86-64] Crash

  • The cause is not clear, but it crashes shortly after starting, and in one log very-shortly after add-ons are loaded; so I'll guess the cause is an incompatible add-on (perhaps not updated for K22 alpha).

    Skins (and the many add-ons they depend upon sometimes) are a common cause for major crashes, so perhaps delete the skin add-on to force Kodi to default back to Estuary and see if that helps.

    If not, you need to hunt down the problem add-on. Stop Kodi, rename /storage/.kodi to /storage/.kodi-old and copy essential config over, e.g. sources and add-on settings. Then restart kodi and start reinstalling add-ons from repos. Either it all works (problem solved) or at some point you install something and problems start; then you know which add-on is the cause.

    1. Find all addons using <reuselanguageinvoker>:

      Code
      find /usr ~/.kodi/addons/ -name addon.xml -print0|xargs -0 grep -l '<reuselanguageinvoker>'
    2. Copy all found (read only) addon directories below /usr to ~/.kodi/addons: cp -r /usr/[...] ~/.kodi/addons
    3. Edit all found addons.xml below ~/.kodi/addons (including copied) and change <reuselanguageinvoker>true</reuselanguageinvoker> to <reuselanguageinvoker>false</reuselanguageinvoker>
    4. Restart kodi and start testing: systemctl restart kodi
    1. Find all addons using <reuselanguageinvoker>:

      Code
      find /usr ~/.kodi/addons/ -name addon.xml -print0|xargs -0 grep -l '<reuselanguageinvoker>'
    2. Copy all found (read only) addon directories below /usr to ~/.kodi/addons: cp -r /usr/[...] ~/.kodi/addons
    3. Edit all found addons.xml below ~/.kodi/addons (including copied) and change <reuselanguageinvoker>true</reuselanguageinvoker> to <reuselanguageinvoker>false</reuselanguageinvoker>
    4. Restart kodi and start testing: systemctl restart kodi

    this is above my knowledge skill, if I may asked, will this issue be resolved in the next nightly build

  • Hi Thx for your feed back, I understand that it can take time to sort a solution, however,

    I just want to also state that when LE boot up its displayed this message "LibreElec (community): nightly -20250920-caeeda5

    [FAILED] Failed to start systemd-userdb-load-credentials.system"

    Please what could result in the failed message, does it have anything to do with my box or its LE issue?

    here is the crash log

    https://paste.libreelec.tv/well-rabbit.log