2020-07-29, 02:12
(2020-07-26, 17:17)Mahava Wrote:(2020-07-23, 08:52)jurialmunkey Wrote:I can't get the skin to work. First time I installed, it switched from the skin I was using to AH as expected and displayed the home page, but would not open the customise home page settings.(2020-07-22, 01:30)braz Wrote: 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.
Code:<onload condition="String.IsEmpty(Window(Home).Property(SkinSplashStarted))">ActivateWindow(1117)</onload>
Ah great detective work! I would never have figure that the splash window was the issue.
My guess it is something to do with the close action causing some type of recursion where the window being closed is the window Kodi is trying to go back to - I've definitely had issues like that before when using Action(Close) on a window.
Not really sure what the solution is, so in latest git version I've just switched back to the way the splash was managed in AZ2 (as an overlay group on Home rather than separate window) and that way at least it shouldn't cause this issue.
I restart Kodi and it freezes on the initialising skin page. I click on a random area of the initialising skin page and the library opens.
I have all the dependencies installed.
Sounds like a skinshortcuts issue - specifically it either isn't installed or it's disabled. Either that or it's addon data is corrupted - hard to tell without a debug log.