Crash -https://paste.libreelec.tv/enormous-parrot.log
https://paste.libreelec.tv/obliging-ape.log
Pls assist, my Kodi just crashed, please what might have caused.
Thanks
Crash -https://paste.libreelec.tv/enormous-parrot.log
https://paste.libreelec.tv/obliging-ape.log
Pls assist, my Kodi just crashed, please what might have caused.
Thanks
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.
Most likely Kodi Issue #27025, see this thread.
As said in the issue, disabling <reuselanguageinvoker> seem to work around the crash. Easy to be tested for developers but hard to configure for users.
Most likely Kodi Issue #27025, see this thread.
As said in the issue, disabling <reuselanguageinvoker> seem to work around the crash. Easy to be tested for developers but hard to configure for users.
Thanks guys for taken a look at this issue, "reuselanguageinvoker" I take it the issue is for the developer to resolved, otherwise where/how to disable this code.
Find all addons using <reuselanguageinvoker>:
Find all addons using <reuselanguageinvoker>:
- Copy all found (read only) addon directories below /usr to ~/.kodi/addons: cp -r /usr/[...] ~/.kodi/addons
- Edit all found addons.xml below ~/.kodi/addons (including copied) and change <reuselanguageinvoker>true</reuselanguageinvoker> to <reuselanguageinvoker>false</reuselanguageinvoker>
- 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
There is no fix in kodi yet therefore nothing that can be updated.
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
Please what could result in the failed message, does it have anything to do with my box or its LE issue?
It is harmless (nothing to do with your issue) and fixed with this: https://github.com/LibreELEC/LibreELEC.tv/pull/10506
It is harmless (nothing to do with your issue) and fixed with this: https://github.com/LibreELEC/LibreELEC.tv/pull/10506
Thx, it appeared that its a know issue, and I should not be bothered with Failed msg
I shall continue to update this thread when I stopped something seem not right