Kodi Community Forum
Solved opening epg with skin.aeon.nox.silvo on matrix crashes kodi - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Solved opening epg with skin.aeon.nox.silvo on matrix crashes kodi (/showthread.php?tid=356283)



opening epg with skin.aeon.nox.silvo on matrix crashes kodi - howie-f - 2020-08-07

actually we have an issue/crash when opening the epg with aeon.nox.silvo on current master. see: https://github.com/xbmc/xbmc/issues/18256

confirmed with pvr.hts and pvr.demo, so it's unlikely a problem about the used pvr client.

since the epg with skin.estuary, rapier and quartz is doing fine, we're not sure if this is only a core related problem.
seems like skin.aeon.nox.silvo does something different when opening epg than estuary does, which causes kodi to crash immediately.
ofc, kodi should never crash if a skin does something it better shouldn't, so this is the core part.
it might be very helpful to find out which skin-behavior exactly causes this crash to tackle the root cause.


any ideas?


RE: opening epg with skin.aeon.nox.silvo on matrix crashes kodi - emveepee - 2020-08-07

I don't  know how the skin and the core are designed to communicate but xince it seems grid related in a quick test with pvr.nextpvr if I change pagecontrol and timeblocks values to match Estuary here https://github.com/mikesilvo164/Aeon-Nox-SiLVO/blob/master/16x9/Includes_PVR.xml#L639-L641 the grid loads.

Martin


RE: opening epg with skin.aeon.nox.silvo on matrix crashes kodi - howie-f - 2020-08-07

that's strange. i changed to
xml:

<pagecontrol>60</pagecontrol>
<scrolltime tween="quadratic" easing="out">200</scrolltime>
<timeblocks>34</timeblocks>
L639-641 and also L828-830
but still have the immediate crash on linux with pvr.hts


RE: opening epg with skin.aeon.nox.silvo on matrix crashes kodi - howie-f - 2020-08-08

fix is on the way https://github.com/xbmc/xbmc/pull/18258


RE: opening epg with skin.aeon.nox.silvo on matrix crashes kodi - howie-f - 2020-08-22

@Karellen would you please close this thread as solved? thanks


opening epg with skin.aeon.nox.silvo on matrix crashes kodi - Karellen - 2020-08-22

Thread marked solved.