Solved ActivateWindow(Home) crashes xbmc after skin modding
#1
I'm modding Ace's main menu so that it shows Genres, e.g :
Action
Comedy
etc
I want to do this because i want to have recently added Action Movies, or Random Comedy movies..
But i still want to keep the original menu.
My idea is i can switch back and forth between 2 menus.

So I'm creating 2 separate Menu for this : MenuV and MenuG, each has their own content

In home.xml i set them up like this :

Code:
    <include condition="SubString(skin.string(menu_mode),alphabet)">MenuV</include>
    <include condition="SubString(skin.string(menu_mode),genre)">MenuG</include>

And this is MenuG

Code:
    <includes>

    <include name="MenuG">
        <control type="group">
        <animation effect="slide" start="300,300" end="0,0" time="1000" delay="1000" tween="cubic" easing="out">WindowOpen</animation>
        <animation effect="slide" start="300,300" end="0,0" time="1000" delay="1000" tween="cubic" easing="out">Visible</animation>
        <animation effect="slide" start="0,0" end="300,300" time="500" tween="cubic" easing="out">WindowClose</animation>
        <animation effect="slide" start="0,0" end="300,300" time="500" tween="cubic" easing="out">Hidden</animation>
        <visible>Player.HasMedia + ![Skin.HasSetting(nohomecdart) | Skin.HasSetting(submode) | Window.IsActive(5099)| VideoPlayer.Content(LiveTV)]</visible>
        <control type="image">
            <animation effect="rotate" end="-360" center="auto" time="4000" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
            <posx>1030</posx>
            <posy>480</posy>
            <width>500</width>
            <height>500</height>
            <aligny>center</aligny>
            <texture>cdart.png</texture>
            <aspectratio align="center">keep</aspectratio>
        </control>
        <control type="image">
            <animation effect="rotate" end="-360" center="auto" time="4000" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
            <posx>1030</posx>
            <posy>480</posy>
            <width>500</width>
            <height>500</height>
            <aligny>center</aligny>
            <texture diffuse="cdart_diffuse.png" background="true">$VAR[value_cdart]</texture>
            <aspectratio align="center">keep</aspectratio>
        </control>
        </control>
        <control type="image">
            <posx>300</posx>
            <posy>20</posy>
            <width>980</width>
            <height>720</height>
            <texture>$VAR[value_mfbg]</texture>
            <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
            <fadetime>FanartCrossFadeTime</fadetime>
            <include>Animation_HomeGlass</include>
            <animation effect="slide" start="0,0" end="1000,0" time="400" easing="out" tween="sine" condition="Skin.HasSetting(homemenuclean) + ![Control.HasFocus(510) | Control.HasFocus(603) | Control.HasFocus(5100)]">Conditional</animation>
        <visible>[Control.IsVisible(602) | Control.IsVisible(603) | Control.HasFocus(510) | Control.HasFocus(5100)] + ![Skin.HasSetting(submode) | Window.IsActive(5099)]</visible>
        </control>

    <control type="group" id="601">
    <posx>326</posx>
    <posy>300</posy>
    <animation effect="zoom" start="0" end="100" center="auto" time="300" delay="1000" easing="out" tween="sine">WindowOpen</animation>
    <animation effect="zoom" start="0" end="100" center="auto" time="300" delay="1000" easing="out" tween="sine">Visible</animation>
    <animation effect="zoom" start="100" end="0" center="auto" time="200" easing="in" tween="sine">Hidden</animation>
    <animation effect="zoom" start="100" end="0" center="auto" time="200" easing="out" tween="sine" condition="Skin.HasSetting(homemenuclean) + ![Control.HasFocus(4200) | Player.HasMedia | Control.HasFocus(510) | Control.HasFocus(5100)]">Conditional</animation>
    <!--<visible>[[Container(10000).HasFocus(1) + !IsEmpty(Window.Property(RecommendedMovie.1.Title)) | Container(10000).HasFocus(2) + !IsEmpty(Window.Property(RecommendedEpisode.1.Title)) | Container(10000).HasFocus(3) + !IsEmpty(Window.Property(RecommendedMusicVideo.1.Title)) | Container(10000).HasFocus(4) + !IsEmpty(Window.Property(RecommendedAlbum.1.Title))] + ![Skin.HasSetting(noprogresspanel) | Player.HasMedia]  | Player.HasMedia + !Skin.HasSetting(nonowplayingpanel) | Control.HasFocus(510) | Control.HasFocus(5100)] + ![Container(10000).HasFocus(8) | Container(10000).HasFocus(10) | Container(10000).HasFocus(11) | Container(10000).HasFocus(12) | Skin.HasSetting(submode) | Window.IsActive(5099)]</visible>-->
    <control type="image">
        <posx>462</posx>
        <posy>158</posy>
        <width>459</width>
        <height>23</height>
        <align>left</align>
        <texture>whitebar.png</texture>
        <colordiffuse>C6FFFAF0</colordiffuse>
    </control>
    <control type="label"><!-- Contador da reproducao -->
        <posx>462</posx>
        <posy>149</posy>
        <width>459</width>
        <include>HomeFlagLabel</include>
        <label>$VAR[value_playerduration]</label>
        <visible>Player.HasMedia + ![Control.HasFocus(510) | Control.HasFocus(5100)]</visible>
    </control>
    <control type="image"><!-- Fundo -->
        <posx>-26</posx>
        <posy>90</posy>
        <width>980</width>
        <height>300</height>
        <texture>homewidget2.png</texture>
        <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
        <include>Animation_HomeGlass</include>
    </control>
    <control type="image"><!-- Fundo -->
        <posx>-10</posx>
        <posy>101</posy>
        <width>475</width>
        <height>278</height>
        <texture>fanartframe.png</texture>
    </control>
    <control type="multiimage">
        <posx>5</posx>
        <posy>115</posy>
        <width>444</width>
        <height>250</height>
        <timeperimage>5000</timeperimage>
        <randomize>true</randomize>
        <aspectratio>stretch</aspectratio>
        <imagepath fallback="hive_back.png" background="true">$VAR[value_mffanart]</imagepath>
        <fadetime>FanartCrossFadeTime</fadetime>
    </control>
    <control type="multiimage">
        <posx>5</posx>
        <posy>115</posy>
        <width>444</width>
        <height>250</height>
        <timeperimage>5000</timeperimage>
        <randomize>true</randomize>
        <aspectratio>keep</aspectratio>
        <imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
        <fadetime>FanartCrossFadeTime</fadetime>
        <visible>Player.HasAudio + ![Control.HasFocus(510) | Control.HasFocus(5100)]</visible>
    </control>
    <control type="image"><!-- Logo -->
        <posx>5</posx>
        <posy>122</posy>
        <width>110</width>
        <height>60</height>
        <aspectratio align="left" aligny="top">keep</aspectratio>
        <texture background="true">$INFO[Skin.String(CustomMusicLogoPath)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>
        <fadetime>FanartCrossFadeTime</fadetime>
        <visible>Player.HasAudio + ![Control.HasFocus(510) | Control.HasFocus(5100)]</visible>
    </control>
    <control type="videowindow" id="8">
        <posx>5</posx>
        <posy>115</posy>
        <width>444</width>
        <height>250</height>
        <aspectratio>stretch</aspectratio>
        <animation effect="slide" start="0,0" end="-2000,0" time="0">WindowClose</animation>
        <visible>![Control.HasFocus(510) | Control.HasFocus(5100)]</visible>
    </control>
    <control type="button" id="4200"><!-- Play/Pause/Resume -->
        <posx>5</posx>
        <posy>115</posy>
        <width>444</width>
        <height>250</height>
        <aligny>center</aligny>
        <label>-</label>
        <!--<onclick condition="Container(10000).HasFocus(1) + !Player.HasMedia">$INFO[Window(0).Property(RecommendedMovie.1.Play)]</onclick>
        <onclick condition="Player.HasMedia">PlayerControl(Play)</onclick>
        <onclick condition="Container(10000).HasFocus(2) + !Player.HasMedia">$INFO[Window(0).Property(RecommendedEpisode.1.Play)]</onclick>
        <onclick condition="Container(10000).HasFocus(3) + !Player.HasMedia">$INFO[Window(0).Property(RecommendedMusicVideo.1.Play)]</onclick>
        <onclick condition="Container(10000).HasFocus(4) + !Player.HasMedia">$INFO[Window(0).Property(RecommendedAlbum.1.Play)]</onclick>-->
        <onup condition="Control.IsVisible(603)">603</onup>
        <onup condition="!Control.IsVisible(603)">510</onup>
        <ondown condition="!Player.HasMedia">10000</ondown>
        <ondown condition="Player.HasMedia">600</ondown>
        <onleft>10000</onleft>
        <onright condition="Control.IsVisible(603)">603</onright>
        <onright condition="!Control.IsVisible(603)">510</onright>
        <texturefocus>-</texturefocus>
        <texturenofocus>-</texturenofocus>
        <aspectratio>stretch</aspectratio>
        <colordiffuse>C3FFFFFF</colordiffuse>
        <visible>[Container(10000).HasFocus(1) + !IsEmpty(Window.Property(RecommendedMovie.1.Title)) | Container(10000).HasFocus(2) + !IsEmpty(Window.Property(RecommendedEpisode.1.Title)) | Container(10000).HasFocus(3) + !IsEmpty(Window.Property(RecommendedMusicVideo.1.Title)) | Container(10000).HasFocus(4) + !IsEmpty(Window.Property(RecommendedAlbum.1.Title)) | Player.HasMedia] + ![Skin.HasSetting(submode) | Window.IsActive(5099)]</visible>
    </control>
    <control type="image">
        <posx>5</posx>
        <posy>115</posy>
        <width>444</width>
        <height>250</height>
        <align>center</align>
        <aspectratio>stretch</aspectratio>
        <texture>black.png</texture>
        <colordiffuse>C3FFFFFF</colordiffuse>
        <animation effect="fade" time="300">Hidden</animation>
        <visible>Control.HasFocus(4200)</visible>
    </control>
    <control type="image">
        <posx>180</posx>
        <posy>180</posy>
        <width>100</width>
        <height>100</height>
        <align>center</align>
        <aspectratio>stretch</aspectratio>
        <texture>$VAR[value_button_playpause]</texture>
        <include>Animation_Fade</include>
        <visible>Control.HasFocus(4200)</visible>
    </control>
    <control type="label">
        <posx>20</posx>
        <posy>285</posy>
        <width>418</width>
        <height>30</height>
        <align>center</align>
        <font>Font_20</font>
        <textcolor>FFFFFAF0</textcolor>
        <label>$VAR[value_title_resume]</label>
        <scroll>true</scroll>
        <scrollout>false</scrollout>
        <visible>Control.HasFocus(4200)</visible>
    </control>
    <control type="label"><!-- Titulo do Filme -->
        <posx>462</posx>
        <posy>110</posy>
        <width>459</width>
        <height>30</height>
        <align>left</align>
        <font>Font_19</font>
        <textcolor>$VAR[value_headercolor]</textcolor>
        <label>$VAR[value_mftitle]</label>
        <scroll>true</scroll>
        <scrollout>false</scrollout>
    </control>
    <control type="label"><!-- Subtitulo -->
        <posx>462</posx>
        <posy>133</posy>
        <width>459</width>
        <height>20</height>
        <align>left</align>
        <font>Font_16</font>
        <textcolor>FFFFFAF0</textcolor>
        <label>$VAR[value_mfsubtitle]</label>
        <scroll>true</scroll>
        <scrollout>false</scrollout>
    </control>
    <control type="grouplist"><!-- Etiquetas -->
    <posx>472</posx>
    <posy>150</posy>
    <orientation>horizontal</orientation>
    <itemgap>2</itemgap>
    <visible>Control.HasFocus(510) | Control.HasFocus(5100)</visible>
    <control type="label">
        <include>HomeFlagSeparator</include>
        <visible>Container(10000).HasFocus(1) | Container(10000).HasFocus(2) | Container(10000).HasFocus(3) | Container(10000).HasFocus(31) | Container(10000).HasFocus(32) | Container(10000).HasFocus(33) | Container(10000).HasFocus(34) | Container(10000).HasFocus(35)| Container(10000).HasFocus(36)| Container(10000).HasFocus(101)</visible>
    </control>
    <control type="image"><!-- Video Star -->
        <width>80</width>
        <height>40</height>
        <align>center</align>
        <aligny>center</aligny>
        <aspectratio>keep</aspectratio>
        <texture fallback="rating0.png">$VAR[value_mfvideostarrating]</texture>
        <colordiffuse>$VAR[value_headercolor]</colordiffuse>
        <fadetime>FanartCrossFadeTime</fadetime>
        <visible>!IsEmpty(Container(510).ListItem.Property(Rating))</visible>
    </control>
    <control type="image"><!-- Music Star -->
        <width>80</width>
        <height>40</height>
        <align>center</align>
        <aligny>center</aligny>
        <aspectratio>keep</aspectratio>
        <texture fallback="rating0.png">$VAR[value_mfmusicstarrating]</texture>
        <colordiffuse>$VAR[value_headercolor]</colordiffuse>
        <fadetime>FanartCrossFadeTime</fadetime>
        <visible>Container(10000).HasFocus(4)</visible>
    </control>
    <control type="label"><!-- Rating -->
        <width>40</width>
        <include>HomeFlagLabel</include>
        <label>$VAR[value_mfrating]</label>
        <scroll>true</scroll>
        <visible>!IsEmpty(Container(510).ListItem.Property(Rating))</visible>
    </control>
    <control type="label">
        <include>HomeFlagSeparator</include>
        <visible>Container(10000).HasFocus(1) | Container(10000).HasFocus(2) | Container(10000).HasFocus(3) | Container(10000).HasFocus(4)</visible>
    </control>
    <control type="label"><!-- Ano -->
        <width>100</width>
        <include>HomeFlagLabel</include>
        <label>$VAR[value_mfryear]</label>
        <scroll>true</scroll>
        <visible>!IsEmpty(Container(510).ListItem.Property(Year))</visible>
    </control>
    <control type="label">
        <include>HomeFlagSeparator</include>
        <visible>!IsEmpty(Container(510).ListItem.Property(Year))</visible>
    </control>
    <control type="label"><!-- Studio -->
        <width>200</width>
        <include>HomeFlagLabel</include>
        <label>$INFO[Container(510).ListItem.Property(Studio)]</label>
        <scroll>true</scroll>
        <visible>!IsEmpty(Container(510).ListItem.Property(Studio))</visible>
    </control>
    <control type="label"><!-- Duracao -->
        <width>120</width>
        <include>HomeFlagLabel</include>
        <label>$VAR[value_runtime]</label>
        <scroll>true</scroll>
        <visible>!IsEmpty(Container(510).ListItem.Property(Year))</visible>
    </control>
    </control>
    <control type="label"><!-- Palavra Em Progresso/Tocando agora/Detalhes -->
        <posx>472</posx>
        <posy>149</posy>
        <width>440</width>
        <height>41</height>
        <align>left</align>
        <aligny>center</aligny>
        <font>Font_16</font>
        <textcolor>FF101010</textcolor>
        <label>$VAR[value_mflabel]</label>
        <scroll>true</scroll>
        <scrollout>false</scrollout>
    </control>
    <control type="label"><!-- Genero -->
        <posx>462</posx>
        <posy>185</posy>
        <width>463</width>
        <height>20</height>
        <align>left</align>
        <textcolor>FFFFFAF0</textcolor>
        <font>Font_16</font>
        <label>$VAR[value_mfgenre]</label>
        <scroll>true</scroll>
        <scrollout>false</scrollout>
    </control>
    <control type="image">
        <posx>462</posx>
        <posy>209</posy>
        <width>459</width>
        <height>2</height>
        <align>left</align>
        <texture flipx="true">divider.png</texture>
        <visible>!Player.HasMedia | Control.HasFocus(510) | Control.HasFocus(5100)</visible>
    </control>
    <control type="progress">
        <posx>463</posx>
        <posy>209</posy>
        <width>457</width>
        <height>3</height>
        <aspectratio>stretch</aspectratio>
        <info>Player.Progress</info>
        <include>Animation_Fade</include>
        <visible>Player.HasMedia + ![Control.HasFocus(510) | Control.HasFocus(5100)]</visible>
    </control>
    <control type="textbox"><!-- Plot -->
        <posx>462</posx>
        <posy>220</posy>
        <width>459</width>
        <height>140</height>
        <align>justify</align>
        <label>$VAR[value_mfplot]</label>
        <textcolor>FFFFFAF0</textcolor>
        <font>Font_16</font>
        <autoscroll delay="20000" time="3000" repeat="20000">!Skin.HasSetting(noallowscroll)</autoscroll>
    </control>
    <control type="image"><!-- Barra de Titulo -->
        <posx>5</posx>
        <posy>339</posy>
        <width>444</width>
        <height>27</height>
        <texture>black.png</texture>
        <colordiffuse>D5FFFFFF</colordiffuse>
        <include>Animation_Fade</include>
        <visible>Player.HasMedia+ ![System.IdleTime(5) | Control.HasFocus(510) | Control.HasFocus(5100)]</visible>
    </control>
    <control type="group">
    <include>Animation_Fade</include>
    <visible>Player.HasMedia+ ![System.IdleTime(5) | Control.HasFocus(510) | Control.HasFocus(5100)]</visible>
    <control type="label">
    <posx>436</posx>
    <posy>344</posy>
    <width>408</width>
    <height>20</height>
    <align>right</align>
    <font>Font_15</font>
    <textcolor>$VAR[value_headercolor]</textcolor>
    <label>$VAR[value_playercontrols]</label>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    </control>
    <control type="list" id="600">
    <posx>10</posx>
    <posy>342</posy>
    <width>300</width>
    <height>40</height>
    <ondown>10000</ondown>
    <onup>4200</onup>
    <onleft>600</onleft>
    <onright>600</onright>
    <viewtype>list</viewtype>
    <orientation>horizontal</orientation>
    <scrolltime>200</scrolltime>
    <focusposition>0</focusposition>
    <itemlayout width="28" height="28">
    <control type="image">
    <posx>0</posx>
    <posy>0</posy>
    <width>22</width>
    <height>22</height>
    <info>ListItem.Icon</info>
    <colordiffuse>60DCDCDC</colordiffuse>
    <include>Animation_Fade</include>
    </control>
    </itemlayout>
    <focusedlayout width="28" height="28">
        <control type="image">
            <posx>0</posx>
            <posy>0</posy>
            <width>22</width>
            <height>22</height>
            <info>ListItem.Icon</info>
            <colordiffuse>60DCDCDC</colordiffuse>
            <include>Animation_Fade</include>
            <visible>!Control.HasFocus(600)</visible>
        </control>
        <control type="image">
            <posx>0</posx>
            <posy>0</posy>
            <width>22</width>
            <height>22</height>
            <info>ListItem.Icon</info>
            <colordiffuse>DCFFFFFF</colordiffuse>
            <include>Animation_Fade</include>
            <visible>Control.HasFocus(600)</visible>
        </control>
    </focusedlayout>
    <content>
    <item id="1"><!-- play DVD -->
    <label>-</label>
    <icon>osd_menu_play_square.png</icon>
    <onclick>PlayDVD</onclick>
    <visible>System.HasMediaDVD + ![Player.Playing | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
    </item>
    <item id="4"><!-- playlist -->
    <label>-</label>
    <icon>osd_menu_playlist_square.png</icon>
    <onclick>ActivateWindow(musicplaylist)</onclick>
    <visible>Player.HasAudio + !IsEmpty(MusicPlayer.offset(1).Artist)</visible>
    </item>
    <item id="5"><!-- stop -->
    <label>-</label>
    <icon>osd_menu_stop_square.png</icon>
    <onclick>PlayerControl(Stop)</onclick>
    <onclick>SetFocus(10000)</onclick>
    </item>
    <item id="6"><!-- skipbwd -->
    <label>-</label>
    <icon>osd_menu_skipbwd_square.png</icon>
    <onclick>PlayerControl(Previous)</onclick>
    <visible>!VideoPlayer.Content(LiveTV)</visible>
    </item>
    <item id="6"><!-- - canal -->
    <label>-</label>
    <icon>osd_menu_skipbwd_channeldown.png</icon>
    <onclick>PlayerControl(Previous)</onclick>
    <visible>VideoPlayer.Content(LiveTV)</visible>
    </item>
    <item id="7"><!-- rew -->
    <label>-</label>
    <icon>osd_menu_rew_square.png</icon>
    <onclick>PlayerControl(Rewind)</onclick>
    </item>
    <item id="8"><!-- ff -->
    <label>-</label>
    <icon>osd_menu_ff_square.png</icon>
    <onclick>PlayerControl(Forward)</onclick>
    </item>
    <item id="9"><!-- skipfwd -->
    <label>-</label>
    <icon>osd_menu_skipfwd_square.png</icon>
    <onclick>PlayerControl(Next)</onclick>
    <visible>!VideoPlayer.Content(LiveTV)</visible>
    </item>
    <item id="9"><!-- + canal -->
    <label>-</label>
    <icon>osd_menu_skipfwd_channelup.png</icon>
    <onclick>PlayerControl(Next)</onclick>
    <visible>VideoPlayer.Content(LiveTV)</visible>
    </item>
    <item id="10"><!-- repeat -->
    <label>-</label>
    <icon>$VAR[value_playericon_repeat]</icon>
    <onclick>PlayerControl(Repeat)</onclick>
    <visible>!VideoPlayer.Content(LiveTV)</visible>
    </item>
    <item id="11"><!-- random -->
    <label>-</label>
    <icon>$VAR[value_playericon_random]</icon>
    <onclick>PlayerControl(Random)</onclick>
    <visible>!VideoPlayer.Content(LiveTV)</visible>
    </item>
    <item id="12"><!-- go to fullscreen -->
    <label>-</label>
    <icon>osd_menu_fullscreen_square.png</icon>
    <onclick>fullscreen</onclick>
    </item>
    </content>
    </control>
    <control type="image">
    <posx>5</posx>
    <posy>339</posy>
    <width>414</width>
    <height>27</height>
    <texture>gradient_small.png</texture>
    <colordiffuse>C3FFFFFF</colordiffuse>
    <include>Animation_Fade</include>
    <visible>Player.HasMedia+ ![System.IdleTime(5) | Control.HasFocus(510) | Control.HasFocus(5100)]</visible>
    </control>
    </control>
    </control>
        <include>HomeVRSS</include>
    <include>BackMenuV</include><!-- Fundo Menu -->
    <include condition="!Skin.HasSetting(nodateandweather)">Date</include>
    <control type="label">
        <posx>890</posx>
        <posy>5</posy>
        <font>Font_15</font>
        <label>14128</label>
        <visible>![Skin.HasSetting(submode) | Window.IsActive(5099)]</visible>        
    </control>    
    <control type="image">
        <posx>1100</posx>
        <posy>690</posy>
        <width>150</width>
        <height>35</height>
        <texture>cemaranetlogo.png</texture>
        <visible>![Skin.HasSetting(submode) | Window.IsActive(5099)]</visible>        
    </control>
    <control type="button" id="5200"><!-- Search Button -->
        <posx>0</posx>
        <posy>690</posy>
        <width>150</width>
        <height>29</height>
        <onclick condition="![Control.HasFocus(510) | Control.HasFocus(5100)]">RunScript(script.globalsearch)</onclick>
        <align>left</align>
        <font>Font_15</font>
        <textwidth>150</textwidth>
        <textcolor>FF101010</textcolor>
        <focusedcolor>FFFFFAF0</focusedcolor>
        <label>SEARCH</label>
        <texturefocus diffuse="gradient_button.png">settings_button.png</texturefocus>
        <texturenofocus>-</texturenofocus>
        <colordiffuse>F9FFFFFF</colordiffuse>
        <visible>![Skin.HasSetting(submode) | Window.IsActive(5099)]</visible>
    </control>
    
    
    <control type="image">
        <posx>20</posx>
        <posy>693</posy>
        <width>22</width>
        <height>22</height>
        <texture>$VAR[value_arrow1]</texture>
        <colordiffuse>$VAR[value_arrow1_color]</colordiffuse>
        <include>Animation_Fade</include>
        <visible>![Skin.HasSetting(submode) | Window.IsActive(5099)]</visible>
    </control>
    
    
    <control type="group">
    <animation effect="slide" start="0,0" end="-300,0" time="300" easing="out" tween="cubic" condition="Skin.HasSetting(submode) | Window.IsActive(5099)">Conditional</animation>
    
    <control type="group">
            <include>Animation_HomeSlideUp</include>
            <visible>[Container(10000).HasFocus(1) + Library.HasContent(Movies) | Container(10000).HasFocus(2) + Library.HasContent(TVShows) | Container(10000).HasFocus(3) + Library.HasContent(MusicVideos) | Container(10000).HasFocus(4) + Library.HasContent(Music) | Container(10000).HasFocus(5) + !IsEmpty(Window(0).Property(NextAired.1.NextTitle)) | Container(10000).HasFocus(6) + SubString(skin.string(games_link),rcb) + !IsEmpty(Window(0).Property(MostPlayedROM.1.Title)) | Container(10000).HasFocus(10) | Container(10000).HasFocus(11) | Container(10000).HasFocus(12) | Container(10000).HasFocus(31) | Container(10000).HasFocus(21)| Container(10000).HasFocus(22)| Container(10000).HasFocus(23)| Container(10000).HasFocus(24)| Container(10000).HasFocus(25)| Container(10000).HasFocus(26)| Container(10000).HasFocus(27)| Container(10000).HasFocus(28)| Container(10000).HasFocus(29)| Container(10000).HasFocus(30)| Container(10000).HasFocus(81)| Container(10000).HasFocus(82)| Container(10000).HasFocus(83)| Container(10000).HasFocus(44)| Container(10000).HasFocus(45)| Container(10000).HasFocus(46)| Container(10000).HasFocus(47)| Container(10000).HasFocus(48)| Container(10000).HasFocus(49)| Container(10000).HasFocus(50)|Container(10000).HasFocus(51)| Container(10000).HasFocus(52)| Container(10000).HasFocus(53)| Container(10000).HasFocus(54)| Container(10000).HasFocus(55)| Container(10000).HasFocus(56)| Container(10000).HasFocus(57)| Container(10000).HasFocus(58)| Container(10000).HasFocus(59)| Container(10000).HasFocus(60)| Container(10000).HasFocus(32) | Container(10000).HasFocus(33) | Container(10000).HasFocus(34) | Container(10000).HasFocus(35) | Container(10000).HasFocus(36) | Container(10000).HasFocus(101)| Container(10000).HasFocus(41) | Container(10000).HasFocus(42) | Container(10000).HasFocus(43) | Container(10000).HasFocus(44) | Container(10000).HasFocus(45) | Container(10000).HasFocus(65)] + ![Skin.HasSetting(submode) | Window.IsActive(5099)]</visible>
            <control type="button" id="5100">
                <posx>5</posx>
                <posy>35</posy>
                <width>412</width>
                <height>28</height>
                <onleft>10000</onleft>
                <onright>510</onright>
                <onup>10000</onup>
                <ondown>510</ondown>
                <onclick condition="System.HasAddon(service.skin.widgets)">SetFocus(5110)</onclick>
                <label>-</label>
                <texturefocus>-</texturefocus>
                <texturenofocus>-</texturenofocus>
            </control>
            <control type="label">
                <posx>10</posx>
                <posy>36</posy>
                <width>412</width>
                <height>29</height>
                <font>Font_18</font>
                <label>[UPPERCASE]$VAR[value_mflistmode][/UPPERCASE]</label>
                <scroll>true</scroll>
                <scrollout>false</scrollout>
                <align>left</align>
                <aligny>center</aligny>
                <textcolor>FFFFFAF0</textcolor>
                <animation effect="slide" end="20" time="200" condition="Control.Hasfocus(5100) | [Container(10000).HasFocus(10) | Container(10000).HasFocus(11) | Container(10000).HasFocus(12)] + Control.HasFocus(510)">conditional</animation>
                <animation effect="fade" start="100" end="70" time="0" condition="![Control.Hasfocus(5100) | [Container(10000).HasFocus(10) | Container(10000).HasFocus(11) | Container(10000).HasFocus(12)] + Control.HasFocus(510)]">conditional</animation>
                </control>
            <control type="image">
                <posx>12</posx>
                <posy>42</posy>
                <width>14</width>
                <height>14</height>
                <texture>led.png</texture>
                <colordiffuse>$VAR[value_headercolor]</colordiffuse>
                <include>Animation_Fade</include>
                <visible>Control.Hasfocus(5100) | [Container(10000).HasFocus(10) | Container(10000).HasFocus(11) | Container(10000).HasFocus(12)] + Control.HasFocus(510)</visible>
                </control>
            <control type="image">
                <posx>10</posx>
                <posy>62</posy>
                <width>412</width>
                <height>2</height>
                <align>left</align>
                <texture flipx="true">divider.png</texture>
            </control>
        </control>
        
    <control type="list" id="10000">
        <viewtype>list</viewtype>
        <posx>0</posx>
        <posy>60</posy>
        <width>300</width>
        <height>620</height>
        <onright condition="Control.IsVisible(601) + !Container(10000).HasFocus(65)">4200</onright>
        <onright condition="![Control.IsVisible(601) | Control.IsVisible(603) | Container(10000).HasFocus(8) | Container(10000).HasFocus(65)]">510</onright>
        <onright condition="Control.IsVisible(603)">603</onright>
        <onright condition="Container(10000).HasFocus(8)">520</onright>
        <onright condition="Container(10000).HasFocus(65)">ActivateWindow(111)</onright>
        <orientation>vertical</orientation>
        <scrolltime>450</scrolltime>
        <preloaditems>2</preloaditems>
        <focusposition>0</focusposition>
        <itemlayout width="300" height="40">
        <control type="image">
            <posx>0</posx>
            <posy>0</posy>
            <width>298</width>
            <height>3</height>
            <texture flipx="true">divider.png</texture>
            <colordiffuse>90FFFFFF</colordiffuse>
        </control>
        <control type="label">
            <posx>20</posx>
            <posy>1</posy>
            <width>260</width>
            <height>40</height>
            <font>Font_26</font>
            <label>$INFO[ListItem.Label]</label>
            <align>left</align>
            <aligny>center</aligny>
            <textcolor>E4101010</textcolor>
            <visible>!IsEmpty(ListItem.Property(normal))</visible>    
        </control>
        <control type="label">
            <posx>20</posx>
            <posy>1</posy>
            <width>260</width>
            <height>40</height>
            <font>Font_19</font>
            <label>$INFO[ListItem.Label]</label>
            <align>left</align>
            <aligny>center</aligny>
            <textcolor>E4101010</textcolor>
            <visible>!IsEmpty(ListItem.Property(dropdown))</visible>
            <animation effect="fade" start="30" end="70" time="1800" condition="Control.HasProperty(dropdown)">Conditional</animation>        
        </control>    
        </itemlayout>
        <focusedlayout width="300" height="60">
        <control type="image">
            <posx>0</posx>
            <posy>0</posy>
            <width>299</width>
            <height>60</height>
            <texture>settings_button_large.png</texture>
            <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
            <include>Animation_DefaultGlass</include>
            <animation effect="fade" start="100" end="75" time="0" condition="!Control.Hasfocus(10000)">conditional</animation>
        </control>
        <control type="label">
            <posx>20</posx>
            <posy>-8</posy>
            <width>260</width>
            <height>60</height>
            <font>Font_30</font>
            <label>$INFO[ListItem.Label]</label>
            <align>left</align>
            <aligny>center</aligny>
            <textcolor>FFFFFAF0</textcolor>
        </control>
        <control type="label">
            <posx>40</posx>
            <posy>35</posy>
            <width>240</width>
            <height>20</height>
            <font>Font_16</font>
            <label>$INFO[ListItem.Label2]</label>
            <align>left</align>
            <aligny>center</aligny>
            <textcolor>FFFFFAF0</textcolor>
            <animation effect="slide" end="-20" time="200" condition="!Control.Hasfocus(10000)">conditional</animation>
            <animation effect="fade" start="100" end="90" time="0" condition="!Control.Hasfocus(10000)">conditional</animation>
        </control>
        <control type="image">
            <posx>19</posx>
            <posy>38</posy>
            <width>14</width>
            <height>14</height>
            <texture>led.png</texture>
            <colordiffuse>$VAR[value_headercolor]</colordiffuse>
            <include>Animation_Fade</include>
            <visible>Control.Hasfocus(10000)</visible>
        </control>
        </focusedlayout>
        <content>
            <include>Menu_Genre</include>
        </content>
    </control>
        <include>Glass</include>
    </control>
    
        <control type="group" id="602"><!-- Painel de Recentes -->
        <posx>326</posx>
        <animation effect="fade" start="0" end="100" time="400" delay="1000">WindowOpen</animation>
        <animation effect="fade" start="0" end="100" time="400" delay="1000">Visible</animation>
        <animation effect="fade" start="100" end="0" time="200">Hidden</animation>
        <animation effect="slide" start="0,0" end="1000,0" time="400" easing="out" tween="sine" condition="Control.IsVisible(603) + ![Control.HasFocus(510) | Control.HasFocus(5100)]">Conditional</animation>
        <animation effect="slide" start="0,0" end="1000,0" time="400" easing="out" tween="sine" condition="Skin.HasSetting(homemenuclean) + ![Control.HasFocus(510) | Control.HasFocus(5100)]">Conditional</animation>
        <visible>[Container(10000).HasFocus(1) + Library.HasContent(Movies) + !Skin.HasSetting(nomovieswidget) | Container(10000).HasFocus(2) + Library.HasContent(TVShows) + !Skin.HasSetting(notvshowswidget) | Container(10000).HasFocus(3) + Library.HasContent(MusicVideos) + !Skin.HasSetting(noconcertswidget) | Container(10000).HasFocus(4) + Library.HasContent(Music) + !Skin.HasSetting(nomusicwidget) | Container(10000).HasFocus(5) + ![IsEmpty(Window(0).Property(NextAired.1.NextTitle)) | Skin.HasSetting(nonextairedwidget)] | Container(10000).HasFocus(6) + SubString(skin.string(games_link),rcb) + ![IsEmpty(Window(0).Property(MostPlayedROM.1.Title)) | Skin.HasSetting(nogameswidget)] | Container(10000).HasFocus(10) | Container(10000).HasFocus(11) | Container(10000).HasFocus(12) | Container(10000).HasFocus(31) + !Skin.HasSetting(novpl1widget) | Container(10000).HasFocus(21) | Container(10000).HasFocus(22) | Container(10000).HasFocus(23) | Container(10000).HasFocus(24)|  Container(10000).HasFocus(25) |Container(10000).HasFocus(26) | Container(10000).HasFocus(27) | Container(10000).HasFocus(28) | Container(10000).HasFocus(29)|  Container(10000).HasFocus(30) |Container(10000).HasFocus(81) | Container(10000).HasFocus(82) | Container(10000).HasFocus(83) | Container(10000).HasFocus(44)|  Container(10000).HasFocus(45) |Container(10000).HasFocus(46) | Container(10000).HasFocus(47) | Container(10000).HasFocus(48) | Container(10000).HasFocus(49)|  Container(10000).HasFocus(50) |Container(10000).HasFocus(51) | Container(10000).HasFocus(52) | Container(10000).HasFocus(53) | Container(10000).HasFocus(54)|  Container(10000).HasFocus(55) |Container(10000).HasFocus(56) | Container(10000).HasFocus(57) | Container(10000).HasFocus(58) | Container(10000).HasFocus(59)|  Container(10000).HasFocus(60)  | Container(10000).HasFocus(32) + !Skin.HasSetting(novpl2widget) | Container(10000).HasFocus(33) + !Skin.HasSetting(novpl3widget) | Container(10000).HasFocus(34) + !Skin.HasSetting(novpl4widget) | Container(10000).HasFocus(35) + !Skin.HasSetting(novpl5widget) | Container(10000).HasFocus(36) + !Skin.HasSetting(novpl6widget)| Container(10000).HasFocus(101) + !Skin.HasSetting(novpl101widget)| Container(10000).HasFocus(41) | Container(10000).HasFocus(42) | Container(10000).HasFocus(43) | Container(10000).HasFocus(44) + !Skin.HasSetting(noapl4widget) | Container(10000).HasFocus(45) + !Skin.HasSetting(noapl5widget) | Container(10000).HasFocus(65) + !Skin.HasSetting(nosystemwidget)] + ![Skin.HasSetting(submode) | Window.IsActive(5099)]</visible>
        <control type="button" id="5110"><!-- Seletor de lista -->
            <include>InvisibleButton</include>
            <!--<include>RecentRandomSelector</include>-->
        </control>
        <control type="button" id="9005">
            <include>InvisibleButton</include>
            <onup>510</onup>
            <ondown>4200</ondown>
            <onleft>10000</onleft>
            <onright>4200</onright>
        </control>
        <include condition="Library.HasContent(Music)">mf_contentmusic</include>
        <include condition="System.HasAddon(script.randomandlastitems) + ![IsEmpty(skin.string(vpl1.path)) | Skin.HasSetting(novpl1widget)]">mf_contentvpl1</include>
        <include condition="System.HasAddon(script.randomandlastitems) + ![IsEmpty(skin.string(vpl2.path)) | Skin.HasSetting(novpl2widget)]">mf_contentvpl2</include>
        <include condition="System.HasAddon(script.randomandlastitems) + ![IsEmpty(skin.string(vpl3.path)) | Skin.HasSetting(novpl3widget)]">mf_contentvpl3</include>
        <include condition="System.HasAddon(script.randomandlastitems) + ![IsEmpty(skin.string(vpl4.path)) | Skin.HasSetting(novpl4widget)]">mf_contentvpl4</include>
        <include condition="System.HasAddon(script.randomandlastitems) + ![IsEmpty(skin.string(vpl5.path)) | Skin.HasSetting(novpl5widget)]">mf_contentvpl5</include>
        <include condition="System.HasAddon(script.randomandlastitems) + ![IsEmpty(skin.string(vpl6.path)) | Skin.HasSetting(novpl6widget)]">mf_contentvpl6</include>    
        <include condition="System.HasAddon(script.randomandlastitems) + ![IsEmpty(skin.string(fav101.path)) | Skin.HasSetting(novpl101widget)]">mf_contentvplAction</include>            
        <control type="list" id="516">
            <posx>0</posx>
            <posy>0</posy>
            <width>1</width>
            <height>1</height>
            <orientation>horizontal</orientation>
            <pagecontrol>-</pagecontrol>
            <scrolltime>-</scrolltime>
            <focusposition>0</focusposition>
            <itemlayout height="24" width="128">
            </itemlayout>
            <focusedlayout height="24" width="128">
            </focusedlayout>
            <content>
            <item>
            <label>-</label>
                <property name="PercentPlayed">$INFO[Window(0).Property(RecommendedMovie.1.PercentPlayed)]</property>
                <onclick>noop</onclick>
                <visible>Container(10000).HasFocus(1)</visible>
                </item>
                <item>
                <label>-</label>
                <property name="PercentPlayed">$INFO[Window(0).Property(RecommendedEpisode.1.PercentPlayed)]</property>
                <onclick>noop</onclick>
                <visible>Container(10000).HasFocus(2)</visible>
                </item>
                <item>
                <label>-</label>
                <property name="PercentPlayed">$INFO[Window(0).Property(RecommendedMusicVideo.1.PercentPlayed)]</property>
                <onclick>noop</onclick>
                <visible>Container(10000).HasFocus(3)</visible>
                </item>
                <item>
                <label>-</label>
                <property name="PercentPlayed">$INFO[Window(0).Property(RecommendedAlbum.1.PercentPlayed)]</property>
                <onclick>noop</onclick>
                <visible>Container(10000).HasFocus(4)</visible>
            </item>
            </content>
        </control>
        <control type="group">
            <include>Animation_HomeSlideUp</include>
            <visible>[Container(10000).HasFocus(1) + Library.HasContent(Movies) | Container(10000).HasFocus(2) + Library.HasContent(TVShows) | Container(10000).HasFocus(3) + Library.HasContent(MusicVideos) | Container(10000).HasFocus(4) + Library.HasContent(Music) | Container(10000).HasFocus(5) + !IsEmpty(Window(0).Property(NextAired.1.NextTitle)) | Container(10000).HasFocus(6) + SubString(skin.string(games_link),rcb) + !IsEmpty(Window(0).Property(MostPlayedROM.1.Title)) | Container(10000).HasFocus(10) | Container(10000).HasFocus(11) | Container(10000).HasFocus(12) | Container(10000).HasFocus(31) | Container(10000).HasFocus(21)| Container(10000).HasFocus(22)| Container(10000).HasFocus(23)| Container(10000).HasFocus(24)| Container(10000).HasFocus(25)| Container(10000).HasFocus(26)| Container(10000).HasFocus(27)| Container(10000).HasFocus(28)| Container(10000).HasFocus(29)| Container(10000).HasFocus(30)| Container(10000).HasFocus(81)| Container(10000).HasFocus(82)| Container(10000).HasFocus(83)| Container(10000).HasFocus(44)| Container(10000).HasFocus(45)| Container(10000).HasFocus(46)| Container(10000).HasFocus(47)| Container(10000).HasFocus(48)| Container(10000).HasFocus(49)| Container(10000).HasFocus(50)|Container(10000).HasFocus(51)| Container(10000).HasFocus(52)| Container(10000).HasFocus(53)| Container(10000).HasFocus(54)| Container(10000).HasFocus(55)| Container(10000).HasFocus(56)| Container(10000).HasFocus(57)| Container(10000).HasFocus(58)| Container(10000).HasFocus(59)| Container(10000).HasFocus(60)| Container(10000).HasFocus(32) | Container(10000).HasFocus(33) | Container(10000).HasFocus(34) | Container(10000).HasFocus(35) | Container(10000).HasFocus(36)|Container(10000).HasFocus(101)| Container(10000).HasFocus(41) | Container(10000).HasFocus(42) | Container(10000).HasFocus(43) | Container(10000).HasFocus(44) | Container(10000).HasFocus(45) | Container(10000).HasFocus(65)] + ![Skin.HasSetting(submode) | Window.IsActive(5099)]</visible>
            <control type="button" id="5100">
                <posx>5</posx>
                <posy>35</posy>
                <width>412</width>
                <height>28</height>
                <onleft>10000</onleft>
                <onright>510</onright>
                <onup>10000</onup>
                <ondown>510</ondown>
                <onclick condition="System.HasAddon(service.skin.widgets)">SetFocus(5110)</onclick>
                <onclick condition="!System.HasAddon(service.skin.widgets)">ActivateWindow(Programs,Addons,return)</onclick>
                <label>-</label>
                <texturefocus>-</texturefocus>
                <texturenofocus>-</texturenofocus>
            </control>
            <control type="label">
                <posx>10</posx>
                <posy>36</posy>
                <width>412</width>
                <height>29</height>
                <font>Font_18</font>
                <label>[UPPERCASE]$VAR[value_mflistmode][/UPPERCASE]</label>
                <scroll>true</scroll>
                <scrollout>false</scrollout>
                <align>left</align>
                <aligny>center</aligny>
                <textcolor>FFFFFAF0</textcolor>
                <animation effect="slide" end="20" time="200" condition="Control.Hasfocus(5100) | [Container(10000).HasFocus(10) | Container(10000).HasFocus(11) | Container(10000).HasFocus(12)] + Control.HasFocus(510)">conditional</animation>
                <animation effect="fade" start="100" end="70" time="0" condition="![Control.Hasfocus(5100) | [Container(10000).HasFocus(10) | Container(10000).HasFocus(11) | Container(10000).HasFocus(12)] + Control.HasFocus(510)]">conditional</animation>
                </control>
            <control type="image">
                <posx>12</posx>
                <posy>42</posy>
                <width>14</width>
                <height>14</height>
                <texture>led.png</texture>
                <colordiffuse>$VAR[value_headercolor]</colordiffuse>
                <include>Animation_Fade</include>
                <visible>Control.Hasfocus(5100) | [Container(10000).HasFocus(10) | Container(10000).HasFocus(11) | Container(10000).HasFocus(12)] + Control.HasFocus(510)</visible>
                </control>
            <control type="image">
                <posx>10</posx>
                <posy>62</posy>
                <width>412</width>
                <height>2</height>
                <align>left</align>
                <texture flipx="true">divider.png</texture>
            </control>
        </control>
    </control>

    <control type="group">
    <animation effect="slide" start="0,0" end="1000,0" time="400" easing="out" tween="sine" condition="Skin.HasSetting(homemenuclean) + !Control.HasFocus(603)">Conditional</animation>

        <control type="label"><!-- Proximas faixas -->
            <posx>336</posx>
            <posy>36</posy>
            <width>412</width>
            <height>29</height>
            <font>Font_18</font>
            <label>31325</label>
            <scroll>true</scroll>
            <scrollout>false</scrollout>
            <align>left</align>
            <aligny>center</aligny>
            <textcolor>FFFFFAF0</textcolor>
            <include>Animation_HomeSlideUp</include>
            <visible>Control.IsVisible(603) + ![Control.HasFocus(510) | Control.HasFocus(5100) | Skin.HasSetting(submode) | Window.IsActive(5099) | Container(10000).HasFocus(8)]</visible>
            </control>
        <control type="image">
            <posx>336</posx>
            <posy>62</posy>
            <width>412</width>
            <height>2</height>
            <align>left</align>
            <texture flipx="true">divider.png</texture>
            <visible>Control.IsVisible(603) + ![Control.HasFocus(510) | Control.HasFocus(5100) | Skin.HasSetting(submode) | Window.IsActive(5099) | Container(10000).HasFocus(8)]</visible>
        </control>
    <control type="panel" id="603">
        <posx>336</posx>
        <posy>75</posy>
        <width>950</width>
        <height>245</height>
        <onup>10000</onup>
        <ondown condition="Control.IsVisible(4200)">4200</ondown>
        <ondown condition="!Control.IsVisible(4200)">10000</ondown>
        <onleft>10000</onleft>
        <onright>510</onright>
        <orientation>vertical</orientation>
        <pagecontrol>-</pagecontrol>
        <include>Animation_HomeFade</include>
        <animation effect="slide" start="0,0" end="1000,0" time="400" easing="in" tween="sine" condition="Control.HasFocus(510) | Control.HasFocus(5100)">Conditional</animation>
        <visible>![IsEmpty(MusicPlayer.offset(1).Artist) | Skin.HasSetting(nonexttracks) | Skin.HasSetting(submode) | Window.IsActive(5099)] + Player.HasAudio + Container(10000).HasFocus(4)</visible>
        <itemlayout width="475" height="30">
        <control type="image">
            <posx>2</posx>
            <posy>2</posy>
            <width>25</width>
            <height>25</height>
            <texture fallback="DefaultAudioCover.png" diffuse="thumb_shelf_poster_diffuse.png" background="true">$INFO[ListItem.Icon]</texture>
            <aspectratio align="center">stretch</aspectratio>
        </control>
        <control type="label">
            <posx>54</posx>
            <posy>3</posy>
            <width>50</width>
            <height>18</height>
            <align>right</align>
            <font>Font_16</font>
            <label>$INFO[ListItem.Label]</label>
            <textcolor>$VAR[value_headercolor]</textcolor>
        </control>
        <control type="label">
            <posx>64</posx>
            <posy>3</posy>
            <width>390</width>
            <height>18</height>
            <align>left</align>
            <font>Font_16</font>
            <label>$INFO[ListItem.Label2]</label>
            <textcolor>B5FFFAF0</textcolor>
        </control>
        </itemlayout>
        <focusedlayout width="475" height="30">
        <control type="image">
            <posx>0</posx>
            <posy>1</posy>
            <width>412</width>
            <height>25</height>
            <texture>gradient_focus.png</texture>
            <colordiffuse>$VAR[value_headercolor]</colordiffuse>
        </control>
        <control type="image">
            <posx>0</posx>
            <posy>28</posy>
            <width>29</width>
            <height>2</height>
            <texture>grey.png</texture>
            <aspectratio>stretch</aspectratio>
            <animation type="Focus" reversible="false">
            <effect type="slide" start="0,-20" end="0,0" time="400" tween="back" easing="out" />
            <effect type="fade" start="80" end="100" time="400" />
            </animation>
        </control>
        <control type="image">
            <posx>2</posx>
            <posy>2</posy>
            <width>25</width>
            <height>25</height>
            <texture fallback="DefaultAudioCover.png" diffuse="thumb_shelf_poster_diffuse.png" background="true">$INFO[ListItem.Icon]</texture>
            <aspectratio align="center">stretch</aspectratio>
            </control>
        <control type="label">
            <posx>54</posx>
            <posy>3</posy>
            <width>50</width>
            <height>18</height>
            <align>right</align>
            <font>Font_16</font>
            <label>$INFO[ListItem.Label]</label>
            <textcolor>$VAR[value_headercolor]</textcolor>
            </control>
        <control type="label">
            <posx>64</posx>
            <posy>3</posy>
            <width>390</width>
            <height>18</height>
            <align>left</align>
            <font>Font_16</font>
            <label>$INFO[ListItem.Label2]</label>
            <textcolor>FFFFFAF0</textcolor>
        </control>
        </focusedlayout>
        <!--<include>NextTracksContent</include>-->
    </control>
    </control>
    </include>
    </includes>

But when i tested it, it crashed after i get back to main menu (MenuG) after going into Action playlist

Code:
Problem signature:
  Problem Event Name:    APPCRASH
  Application Name:    XBMC.exe
  Application Version:    12.2.0.0
  Application Timestamp:    5182ac4b
  Fault Module Name:    XBMC.exe
  Fault Module Version:    12.2.0.0
  Fault Module Timestamp:    5182ac4b
  Exception Code:    c0000005
  Exception Offset:    0079b787
  OS Version:    6.0.6002.2.2.0.400.8
  Locale ID:    1033
  Additional Information 1:    ba4c
  Additional Information 2:    2ee09958f8997af9e1b2177662861bd6
  Additional Information 3:    b520
  Additional Information 4:    57738a686ee118ee15f54fec8d1ac937

Read our privacy statement:
  http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409

Thing is, the log file doesnt' show anything related to this,
so i really don't know where to start
Code:
19:06:38 T:5680  NOTICE: -----------------------------------------------------------------------
19:06:38 T:5680  NOTICE: Starting XBMC (12.2 Git:20130502-32b1a5e), Platform: Windows Server 2008 SP2 32-bit, build 6002. Built on May  2 2013 (compiler 1600)
19:06:38 T:5680  NOTICE: Intel(R) Core(TM)2 Duo CPU     E4600  @ 2.40GHz
19:06:38 T:5680  NOTICE: Desktop Resolution: 1024x768 32Bit at 60Hz
19:06:38 T:5680  NOTICE: Running with administrator rights
19:06:38 T:5680  NOTICE: Aero is disabled
19:06:38 T:5680  NOTICE: special://xbmc/ is mapped to: S:\Program Files\XBMC
19:06:38 T:5680  NOTICE: special://xbmcbin/ is mapped to: S:\Program Files\XBMC
19:06:38 T:5680  NOTICE: special://masterprofile/ is mapped to: S:\Users\Administrator\AppData\Roaming\XBMC\userdata
19:06:38 T:5680  NOTICE: special://home/ is mapped to: S:\Users\Administrator\AppData\Roaming\XBMC\
19:06:38 T:5680  NOTICE: special://temp/ is mapped to: S:\Users\Administrator\AppData\Roaming\XBMC\cache
19:06:38 T:5680  NOTICE: The executable running is: S:\Program Files\XBMC\XBMC.exe
19:06:38 T:5680  NOTICE: Local hostname: WIN-MR0P5STU4H8
19:06:38 T:5680  NOTICE: Log File is located: S:\Users\Administrator\AppData\Roaming\XBMC\xbmc.log
19:06:38 T:5680  NOTICE: -----------------------------------------------------------------------
19:06:39 T:5680  NOTICE: Found 2 Lists of Devices
19:06:39 T:5680  NOTICE: Enumerated DirectSound devices:
19:06:39 T:5680  NOTICE:     Device 1
19:06:39 T:5680  NOTICE:         m_deviceName      : {5EE11666-970F-433A-9BF9-892309E278A3}
19:06:39 T:5680  NOTICE:         m_displayName     : SPDIF - Digital Output Device (SPDIF) (High Definition Audio Device)
19:06:39 T:5680  NOTICE:         m_displayNameExtra: DirectSound: Digital Output Device (SPDIF) (High Definition Audio Device)
19:06:39 T:5680  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
19:06:39 T:5680  NOTICE:         m_channels        : FL,FR
19:06:39 T:5680  NOTICE:         m_sampleRates     : 44100
19:06:39 T:5680  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
19:06:39 T:5680  NOTICE:     Device 2
19:06:39 T:5680  NOTICE:         m_deviceName      : {C3475A08-A780-4758-B2B5-0C2749A86295}
19:06:39 T:5680  NOTICE:         m_displayName     : HDMI - Digital Output Device (HDMI) (2- High Definition Audio Device)
19:06:39 T:5680  NOTICE:         m_displayNameExtra: DirectSound: Digital Output Device (HDMI) (2- High Definition Audio Device)
19:06:39 T:5680  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
19:06:39 T:5680  NOTICE:         m_channels        : FL,FR
19:06:39 T:5680  NOTICE:         m_sampleRates     : 48000
19:06:39 T:5680  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
19:06:39 T:5680  NOTICE: Enumerated WASAPI devices:
19:06:39 T:5680  NOTICE:     Device 1
19:06:39 T:5680  NOTICE:         m_deviceName      : {5EE11666-970F-433A-9BF9-892309E278A3}
19:06:39 T:5680  NOTICE:         m_displayName     : SPDIF - Digital Output Device (SPDIF) (High Definition Audio Device)
19:06:39 T:5680  NOTICE:         m_displayNameExtra: WASAPI: Digital Output Device (SPDIF) (High Definition Audio Device)
19:06:39 T:5680  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
19:06:39 T:5680  NOTICE:         m_channels        : FL,FR
19:06:39 T:5680  NOTICE:         m_sampleRates     : 192000,96000,88200,48000,44100
19:06:39 T:5680  NOTICE:         m_dataFormats     : AE_FMT_AC3,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
19:06:39 T:5680  NOTICE:     Device 2
19:06:39 T:5680  NOTICE:         m_deviceName      : {C3475A08-A780-4758-B2B5-0C2749A86295}
19:06:39 T:5680  NOTICE:         m_displayName     : HDMI - Digital Output Device (HDMI) (2- High Definition Audio Device)
19:06:39 T:5680  NOTICE:         m_displayNameExtra: WASAPI: Digital Output Device (HDMI) (2- High Definition Audio Device)
19:06:39 T:5680  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
19:06:39 T:5680  NOTICE:         m_channels        : FL,FR
19:06:39 T:5680  NOTICE:         m_sampleRates     : 48000
19:06:39 T:5680  NOTICE:         m_dataFormats     : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
19:06:39 T:5680  NOTICE: load settings...
19:06:39 T:5680  NOTICE: special://profile/ is mapped to: special://masterprofile/
19:06:39 T:5680  NOTICE: loading special://masterprofile/guisettings.xml
19:06:39 T:5680  NOTICE: Getting hardware information now...
19:06:39 T:5680  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
19:06:39 T:5680  NOTICE: Loaded playercorefactory configuration
19:06:39 T:5680  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
19:06:39 T:5680  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
19:06:39 T:5680  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
19:06:39 T:5680  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
19:06:39 T:5680  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <videolibrary>
                                                <dateadded>0</dateadded>
                                              </videolibrary>
                                              <video>
                                                <cleanstrings>
                                                  <regexp>[ _\,\.\(\)\[\]\-](webdl|EXTENDED|ac3|dts|Director's Cut|miniHDrip|Phil-Movie|Iran Movie|Iran-Movie|Singa-Movie|JDrama|JMovie|TWMovie|TwMovie|TW-Movie|CMovie|C-Movie|K-Movie|KMovie|Thai-Movie|Thai Movie|JMovie|Hk-Movie|HkMovie|720p|DVDRIp|miniBRRip|miniBRRIp|1080p|custom|dc|divx|divx5|dsr|dsrip|dutch|dvd|dvdrip|dvdscr|dvdscreener|screener|dvdivx|cam|fragment|fs|hdtv|hdrip|hdtvrip|internal|limited|multisubs|ntsc|ogg|ogm|pal|pdtv|proper|repack|rerip|retail|r3|r5|bd5|se|svcd|swedish|german|read.nfo|nfofix|unrated|ws|telesync|ts|telecine|tc|brrip|bdrip|480p|480i|576p|576i|720p|720i|1080p|1080i|hrhd|hrhdtv|hddvd|bluray|x264|h264|xvid|xvidvd|TEKS INDO|[TEKS INDO]|(TEKS INDO)|xxx|www.www|cd[1-9]|\[.*\])([ _\,\.\(\)\[\]\-]|$)</regexp>
                                                  <regexp>(\[.*\])</regexp>
                                                </cleanstrings>
                                              </video>
                                              <splash>false</splash>
                                              <alwaysontop>yes</alwaysontop>
                                              <gui>
                                                <algorithmdirtyregions>1</algorithmdirtyregions>
                                                <nofliptimeout>1000</nofliptimeout>
                                              </gui>
                                              <videolibrary>
                                                <backgroundupdate>true</backgroundupdate>
                                              </videolibrary>
                                              <musiclibrary>
                                                <backgroundupdate>true</backgroundupdate>
                                              </musiclibrary>
                                              <tvshowmatching action="prepend">
                                                <regexp>[\._ \-]\[(\d{2,3})\]</regexp>
                                                <regexp>\[[Ss]([0-9]+)\]_\[[Ee]([0-9]+)([^\\/]*)</regexp>
                                                <!-- foo_[s01]_[e01] -->
                                                <regexp>[\._ \-]([0-9]+)x([0-9]+)([^\\/]*)</regexp>
                                                <!-- foo.1x09 -->
                                                <regexp>[\._ \-][Ss]([0-9]+)[\.\-]?[Ee]([0-9]+)([^\\/]*)</regexp>
                                                <!-- foo s01e01, foo.s01.e01, foo.s01-e01 -->
                                                <regexp>[\._ \-]([0-9]+)([0-9][0-9])([\._ \-][^\\/]*)</regexp>
                                                <!-- foo.103 -->
                                                <regexp>[\._ \-]p(?:ar)?t[._ -]()([ivxlcdm]+)([\._ \-][^\\/]*)</regexp>
                                                <!-- Pt.I, Part XIV -->
                                              </tvshowmatching>
                                            </advancedsettings>
19:06:39 T:5680  NOTICE: Getting hardware information now...
19:06:39 T:5680  NOTICE: Default DVD Player: dvdplayer
19:06:39 T:5680  NOTICE: Default Video Player: dvdplayer
19:06:39 T:5680  NOTICE: Default Audio Player: paplayer
19:06:39 T:5680  NOTICE: Disabled debug logging due to GUI setting. Level 0.
19:06:39 T:5680  NOTICE: Log level changed to 0
19:06:39 T:5680  NOTICE: Loading media sources from special://masterprofile/sources.xml
19:06:40 T:2116  NOTICE: Thread CSoftAE start, auto delete: false
19:06:40 T:5680  NOTICE: Running database version Addons15
19:06:42 T:3116  NOTICE: Thread XBMC Peripherals start, auto delete: false
19:06:42 T:5956  NOTICE: Previous line repeats 1 times.
19:06:42 T:5956  NOTICE: Thread CRemoteControl start, auto delete: false
19:06:42 T:5680  NOTICE: Found screen: Generic PnP Monitor on AMD Radeon HD 5500 Series, adapter 0.
19:06:42 T:5680  NOTICE: Primary mode: 1024x768 @ 60.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 640x480 @ 67.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 640x480 @ 72.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 640x480 @ 75.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 720x480 @ 56.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 720x480 @ 60.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 720x480 @ 72.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 720x480 @ 75.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 720x576 @ 56.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 720x576 @ 60.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 720x576 @ 72.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 720x576 @ 75.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 800x600 @ 56.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 800x600 @ 72.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 800x600 @ 75.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 1024x768 @ 70.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 1024x768 @ 75.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 1280x720 @ 59.94 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 1280x720 @ 75.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 1280x768 @ 75.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 1280x800 @ 60.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 1280x800 @ 75.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 1280x960 @ 60.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 1280x960 @ 75.00 - Full Screen
19:06:42 T:5680  NOTICE: Previous line repeats 2 times.
19:06:42 T:5680  NOTICE: Additional mode: 1280x1024 @ 60.00 - Full Screen
19:06:42 T:5680  NOTICE: Additional mode: 1280x1024 @ 75.00 - Full Screen
19:06:42 T:5680  NOTICE: Checking resolution 15
19:06:44 T:5680  NOTICE: Running database version Addons15
19:06:44 T:5680  NOTICE: Running database version ViewModes4
19:06:44 T:5680  NOTICE: Running database version Textures13
19:06:44 T:5680  NOTICE: Running database version MyMusic32
19:06:44 T:5680  NOTICE: Running database version MyVideos75
19:06:44 T:5680  NOTICE: Running database version TV22
19:06:44 T:5680  NOTICE: Running database version Epg7
19:06:44 T:5680  NOTICE: initializing playlistplayer
19:06:44 T:5680  NOTICE: DONE initializing playlistplayer
19:06:47 T:5032  NOTICE: Thread XBPyThread start, auto delete: false
19:06:47 T:5680  NOTICE: Previous line repeats 3 times.
19:06:47 T:5680  NOTICE: initialize done
19:06:47 T:2504  NOTICE: Thread XBPyThread start, auto delete: false
19:06:47 T:5680  NOTICE: Running the application...
19:06:47 T:5032  NOTICE: -->Python Interpreter Initialized<--
19:06:48 T:5968  NOTICE: -->Python Interpreter Initialized<--
19:06:48 T:5852  NOTICE: -->Python Interpreter Initialized<--
19:06:48 T:2744  NOTICE: -->Python Interpreter Initialized<--
19:06:48 T:2504  NOTICE: -->Python Interpreter Initialized<--
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav102] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav103] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav104] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav105] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav106] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav107] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav108] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav109] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav110] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav111] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav112] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav113] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav114] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav115] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav116] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav117] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav118] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav119] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav1120] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav121] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav122] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav123] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav124] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav125] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav126] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav127] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav128] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav129] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav130] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav201] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav202] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav203] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav204] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav205] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav206] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav207] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav208] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav209] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav210] is not defined
19:06:53 T:2504  NOTICE:  StorageServer Module loaded RUN
19:06:53 T:2504  NOTICE: StorageClient-2.5.0 Starting server
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav211] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav212] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav213] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav214] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav215] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav216] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav217] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav218] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav219] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav220] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav221] is not defined
19:06:53 T:5680 WARNING: Label Formating: $VAR[value_mainmenubg_fav222] is not defined
19:06:53 T:2504  NOTICE: StorageServer-2.5.0 Storage Server starting S:\Users\Administrator\AppData\Roaming\XBMC\userdata\addon_data\script.common.plugin.cache\commoncache.db
19:06:58 T:4176  NOTICE: Thread Jobworker start, auto delete: true
19:06:58 T:5596  NOTICE: Thread XBPyThread start, auto delete: false
19:06:58 T:5680  NOTICE: Previous line repeats 7 times.
19:06:58 T:5680  NOTICE: ES: Starting event server
19:06:58 T:5124  NOTICE: Thread CEventServer start, auto delete: false
19:06:58 T:5124  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
19:06:58 T:5124  NOTICE: UDP: Listening on port 9777
19:06:58 T:4596  NOTICE: Thread CTCPServer start, auto delete: false
19:06:58 T:2744  NOTICE: Artwork Downloader: ## Service - Run at startup: False
19:06:58 T:2744  NOTICE: Artwork Downloader: ## Service - Delayed startup:  minutes
19:06:58 T:2744  NOTICE: Artwork Downloader: ## Service - Run as service: False
19:06:58 T:2744  NOTICE: Artwork Downloader: ## Service - Time: :00
19:07:05 T:5596  NOTICE: -->Python Interpreter Initialized<--
19:07:05 T:2856  NOTICE: -->Python Interpreter Initialized<--
19:07:05 T:4832  NOTICE: -->Python Interpreter Initialized<--
19:07:05 T:4432  NOTICE: -->Python Interpreter Initialized<--
19:07:05 T:6088  NOTICE: -->Python Interpreter Initialized<--
19:07:05 T:3232  NOTICE: -->Python Interpreter Initialized<--
19:07:05 T:5760  NOTICE: -->Python Interpreter Initialized<--
19:07:05 T:5128  NOTICE: -->Python Interpreter Initialized<--
19:07:46 T:4404  NOTICE: Thread Jobworker start, auto delete: true
19:07:50 T:3908  NOTICE: Thread Background Loader start, auto delete: false
19:07:51 T:5492  NOTICE: Thread Jobworker start, auto delete: true

to sum it up, this is the crash trigger:
1. open xbmc
2. go to Action playlist
3. Right click to go back to home
4. Crash

In short ActivateWindow(Home) crashes xbmc...
I've created Home icon with ActivateWindow(Home) command before and it crashes too
Reply
#2
Solved, it's because i use 10000 as control ID
Reply

Logout Mark Read Team Forum Stats Members Help
ActivateWindow(Home) crashes xbmc after skin modding0