ReloadSkin() crashing Leia
#16
The nightly dated 8/8 has been flawless for me.
Reply
#17
Tried it several times. Still crashing without any note in the log or anything else. Right back to the desktop.

Edit:
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#18
(2018-08-09, 06:49)sualfred Wrote: Not in my case. Skin reload still crashes

@garbear
Is this commit already in the nightly of today? Dunno if the merged PR wasn't too late.

Yes it was, today's nightlies are based on https://github.com/xbmc/xbmc/commits/f25...cfcf913d5d
Reply
#19
(2018-08-09, 12:41)sualfred Wrote: Tried it several times. Still crashing without any note in the log or anything else. Right back to the desktop.

Edit:
Is this limited to just your skin?
Does it happen if you map a button to reload skin?
Reply
#20
@Hitcher 

No difference if mapped, builtin command or via JSON RPC. And it's completely random. 
Sometimes I can refresh 30x in a row, sometimes each single reload will crash it. It's also happening in every window. Not only on the home screen.  It's not skin related and only happens in Leia since months.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#21
Didnt test 8/8 build. But just had crashes in dialogvideoinfo, and musicosd (98% crash on Reload) . F5 mapped
Skins |  Titan M O D   •   S W A N (WIP)
Reply
#22
@Hitcher @jjd-uk @jurialmunkey 

This crashing is a pain.
Can you guys please try it yourself with my Embuary skin?

Steps to reproduce:
-> Start video playback (live tv or a movie)
-> Switch to video fullscreen
-> Stop playback
-> Go to the home screen and reload the skin
-> Crash

It doesn't crash anymore on a clean Kodi startup but it force closes with this steps from above. 
I've also noticed that it doesn't crash if I remove my widgets, which are based on the param function. I removed each widget one by one and it doesn't matter if I have 1 or 10 active to get it to crash.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#23
Maybe I found the issue. At least I was not able to crash Leia again:

This include is included for every visibile widget item. And these unwanted (and caused by stupid copy&paste) integer ID clones are force closing Kodi. It seems that Krypton doesn't give a f... about those control ID duplicates but Leia is allergic to it. 
 
Code:
<!-- Upper overlay -->
<include name="bubble_overlay">
<control type="group">
<visible>!Window.IsVisible(1114)</visible>
<control type="image" id="2">
<right>10</right>
<top>10</top>
<width>32</width>
<height>28</height>
<texture colordiffuse="red">$VAR[PVRTimerIcon]</texture>
<aspectratio align="right">keep</aspectratio>
<visible>String.StartsWith(ListItem.Path,pvr://)</visible>
</control>
...
</control>
</include>
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply

Logout Mark Read Team Forum Stats Members Help
ReloadSkin() crashing Leia0