xbmc bug
#1
hi all
pls advise me, i don't know is it a bug or i do something incorrect, but when i'm trying to call the xbmc lyrics script in the startup.xml:

Code:
<control type="button" id="10">
            <description>trigger</description>
            <onfocus>XBMC.RunScript(special://xbmc/skin/PM3.HD/extras/XBMC Lyrics/default.py)</onfocus>
            <texturenofocus>-</texturenofocus>
            <texturefocus>-</texturefocus>
            <visible>!Skin.HasSetting(Use_Startup_Playlist)</visible>
        </control>


and trying to close the xbmc window or call xbmc.shutdown() command when xmbc lyrics window is showing the xbmc application freezes and i cannot to close it...

by code researching i see that the xbmc (i see the xbmc for win 9.04 version) is deadlocked in the:
void XBPython::FreeResources()
on python thread deleting
delete it->pyThread; (this code string)


can somebody to confirm this bug ? or not bug?

pls see also the situation description in the my topic:
http://forum.xbmc.org/showthread.php?tid=51036
Reply

Logout Mark Read Team Forum Stats Members Help
xbmc bug0