Kodi Community Forum

Full Version: Text & Labels disappear!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
On latest RC5 using LibreElec 8.95.2 with everything default.

Occasionally all text and labels disappear. Image, artwork and logos are all still there and Kodi works correctly if i navigate via memory.

Bizarrely switching TV off and on again fixes it - but the whole time the box (Chromebox) stays on.

Any ideas!?
Are you using profiles and if so, are you also using the Login-screen at Kodi instead of loading the last used profile?

If not you could also try reloading the skin during Kodi startup using an autoexec.py. 

- create an "autoexec.py" file in your userdata folder
- fill it with the following content:

python:

import xbmc

xbmc.executebuiltin('ReloadSkin()')

In case you are using profiles, place that file at the userdata folder and at each profile folder (userdata/profiles/<profilename>). That will cause that every profile will reload the skin at login/start.

The missing labels are a known issue if profiles and the login screen is in use. Noone is working on the profiles support currently. So, if that´s the case for you, you have to deal with that issue unfortunately.
(2019-01-18, 12:51)DaVu Wrote: [ -> ]Are you using profiles and if so, are you also using the Login-screen at Kodi instead of loading the last used profile?

If not you could also try reloading the skin during Kodi startup using an autoexec.py. 

- create an "autoexec.py" file in your userdata folder
- fill it with the following content:

python:

import xbmc

xbmc.executebuiltin('ReloadSkin()')

In case you are using profiles, place that file at the userdata folder and at each profile folder (userdata/profiles/<profilename>). That will cause that every profile will reload the skin at login/start.

The missing labels are a known issue if profiles and the login screen is in use. Noone is working on the profiles support currently. So, if that´s the case for you, you have to deal with that issue unfortunately.

No I'm not, though have done in the past so perhaps there are some remnants.

Thanks for the autoexec.py example, will try that.
(2019-01-18, 12:57)tredman Wrote: [ -> ]
(2019-01-18, 12:51)DaVu Wrote: [ -> ]Are you using profiles and if so, are you also using the Login-screen at Kodi instead of loading the last used profile?

If not you could also try reloading the skin during Kodi startup using an autoexec.py. 

- create an "autoexec.py" file in your userdata folder
- fill it with the following content:

python:

import xbmc

xbmc.executebuiltin('ReloadSkin()')

In case you are using profiles, place that file at the userdata folder and at each profile folder (userdata/profiles/<profilename>). That will cause that every profile will reload the skin at login/start.

The missing labels are a known issue if profiles and the login screen is in use. Noone is working on the profiles support currently. So, if that´s the case for you, you have to deal with that issue unfortunately.

No I'm not, though have done in the past so perhaps there are some remnants.

Thanks for the autoexec.py example, will try that. 
Unfortunately, this is still an issue in Leia 18.3.

Fortunately, your trick works well for the time being, thank you!
This issue will be fixed in current Kodi master if the PR will be merged:

https://github.com/xbmc/xbmc/pull/16420
(2019-08-31, 08:40)DaVu Wrote: [ -> ]This issue will be fixed in current Kodi master if the PR will be merged:

https://github.com/xbmc/xbmc/pull/16420
Unfortunately this PR does not fix the bug under Android and Windows Sad
How are you testing it?

That PR was closed, ie not merged. Are you building yourself?

It was superseded by https://github.com/xbmc/xbmc/pull/16840 which was merged into master. Will only be in v19 nightlies.
There is a backport PR for it for v18, but once again that hasn't been merged yet, so won't be available unless your building yourself. https://github.com/xbmc/xbmc/pull/16852
(2019-11-05, 21:37)Fuzzard Wrote: [ -> ]How are you testing it?

That PR was closed, ie not merged. Are you building yourself?

It was superseded by https://github.com/xbmc/xbmc/pull/16840 which was merged into master. Will only be in v19 nightlies.
There is a backport PR for it for v18, but once again that hasn't been merged yet, so won't be available unless your building yourself. https://github.com/xbmc/xbmc/pull/16852
Yes, that was my fault! I thought the PR is already available in the nightly build. Sorry many times!
Btw, that Backport has been merged now and will be available for Kodi 18.5 after we released it.
(2019-11-11, 09:42)DaVu Wrote: [ -> ]Btw, that Backport has been merged now and will be available for Kodi 18.5 after we released it.

According to Commit PR #16852 is merged in the release of 08.11.2019.

So I tested kodi-20191108-d5829aa4-Leia-armeabi-v7a.apk and can't see any improvement. I now wait for another nightly and post the results.
(2019-11-11, 09:42)DaVu Wrote: [ -> ]Btw, that Backport has been merged now and will be available for Kodi 18.5 after we released it.
The fix does not fix the problem.

Tested with: kodi-20191111-3be3c3d9-Leia-armeabi-v7a.apk

ImageImage
Image
Disable smartredraw via advancedsettings - Android is special here in every case. The fix worked on Linux.
(2019-11-12, 16:41)fritsch Wrote: [ -> ]Disable smartredraw via advancedsettings - Android is special here in every case. The fix worked on Linux.
Code:
<gui>
<smartredraw>true/false</smartredraw>
</gui>

Both settings have been tried (true and false) and both have no effect and unfortunately do not fix the problem Sad
Then you need to open your own ticket on github. Make sure to provide all logfiles and make sure to state that you have this issue after above fix on android only.
(2019-11-12, 19:50)fritsch Wrote: [ -> ]Then you need to open your own ticket on github. Make sure to provide all logfiles and make sure to state that you have this issue after above fix on android only.

https://forum.kodi.tv/showthread.php?tid=332515
https://forum.kodi.tv/showthread.php?tid=340503
Pages: 1 2