2020-07-22, 01:30
(2020-07-17, 06:01)jurialmunkey Wrote: You could test if it is skinvariables script by commenting out this line in home to stop it from running on launch:Took me a while to test it over a couple of days to see if commenting out this line stopped the issue with the skin not loading. I had already removed everything related to skinshortcuts and reinstalled, so didn't think it was an old skinshortcuts config. After testing, found that the skin still failed to load even when skinvariables was commented out. Did some additional testing and found that the skin loads no problem when commenting out the splashscreen code from home.xml. No idea why the splashscreen would cause Kodi to crash back to the desktop on my Windows 10 htpc.
https://github.com/jurialmunkey/skin.arc...ome.xml#L7
Code:
<onload condition="String.IsEmpty(Window(Home).Property(SkinSplashStarted))">ActivateWindow(1117)</onload>