2016-09-24, 01:51
Just upgraded to the latest nightly with a new and clean install. No addons installed apart from resource selection script and 1 fanart pack and no setting.xml on startup.
So the scenario is i load the skin and change a skin setting from within the interface.
In the settings.xml
The selected fanart is visible on the home screen.
After doing a ReloadSkin() the settings.xml then shows;
No Fanart is visible.
On a second skin refresh;
Fanart is then visible.
This has the same effect for every skin setting. One refresh the setting is empty. Second refresh the setting seems to be ok. Third refresh setting becomes empty as so on.
This in the debug log
http://pastebin.com/tCaC2pBT
EDIT: Tried Beta 2 and i have the same issue. Then tried Beta 1 and all is ok.
So the scenario is i load the skin and change a skin setting from within the interface.
In the settings.xml
Code:
<setting id="HomeFanart.path" type="string"></setting>
After doing a ReloadSkin() the settings.xml then shows;
Code:
<setting id="HomeFanart.path" type="string">resource://resource.images.skinbackgrounds.darkwood/</setting>
On a second skin refresh;
Code:
<setting id="HomeFanart.ext" type="string"></setting>
This has the same effect for every skin setting. One refresh the setting is empty. Second refresh the setting seems to be ok. Third refresh setting becomes empty as so on.
This in the debug log
Code:
09:38:14 T:9400 WARNING: CSkinInfo: failed to load skin settings
http://pastebin.com/tCaC2pBT
EDIT: Tried Beta 2 and i have the same issue. Then tried Beta 1 and all is ok.