DialogFavourites crashing onclick
#1
I'm having an issue with my new skin Arctic Horizon where DialogFavourites is crashing once you click on an item

I tried stripping the dialog down to a very basic list and I'm still getting the crash, so it doesn't appear to be a problem with the dialog itself.

Other things I tried:
Remove all other dialogs in the skin.
Remove all animations.
Remove all custom windows.
Remove all home menu code (just using a keyboard shortcut to launch favourites).

I still get the crash no matter what I try. It doesn't happen in any other skin.
Does anyone have any suggestions? I'm completely stumped on what the cause might be and there's nothing in the log to give any hints.

Arctic Horizon Github:
https://github.com/jurialmunkey/skin.arctic.horizon
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#2
might be a kodi bug...

if you add a windowclose animation to the dialog, it won't crash anymore
xml:
<animation effect="fade" start="100" end="0" time="100">WindowClose</animation>
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
https://github.com/xbmc/xbmc/pull/17528
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
Can confirm that it works. Big big thanks! I was really tearing my hair out over that one.

I would never have thought to try *adding* a WindowClose animation. Usually it's the other way around (e.g. having a WindowClose animation in DialogButtonMenu used to cause issues).
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply

Logout Mark Read Team Forum Stats Members Help
DialogFavourites crashing onclick0