Kodi Community Forum
Dirty Regions and Fadelabel = crash - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Dirty Regions and Fadelabel = crash (/showthread.php?tid=126836)



Dirty Regions and Fadelabel = crash - MarcosQui - 2012-03-27

I use on skin the fadelabel function in several places to create a text intermittent, like this:

<control type="fadelabel">
<posx>100</posx>
<posy>100</posy>
<align>center</align>
<width>400</width>
<font>Font_Time</font>
<textcolor>d0000000</textcolor>
<scrollout>false</scrollout>
<scrollspeed>200</scrollspeed>
<pauseatend>3000</pauseatend>
<label>31430</label>
<label>31431</label>
</control>

But if I activate Dirty Regions the skin hangs, there are many users reporting this problem.
Has anyone experienced something similar? Any solution ?

Thanks.




RE: Dirty Regions and Fadelabel = crash - jmarshall - 2012-03-28

My bet is it's the absence of <height>

Do I win?


RE: Dirty Regions and Fadelabel = crash - pieh - 2012-03-28

Could You describe how to reproduce that crash? (preferably with link to skin version with this problem if You say people are reporting it). Droping above code to home.xml doesn't seem to trigger crash here.


RE: Dirty Regions and Fadelabel = crash - MarcosQui - 2012-03-28

I have <height> here, it was just an example, the problem is associated with something else, I'm still investigating. Thank you for listening.

The reports are here, including the crash log:

http://code.google.com/p/mod-skin/issues/detail?id=149#c3

http://code.google.com/p/mod-skin/issues/detail?id=10