2013-11-23, 18:25
(2013-11-23, 17:51)cw-kid Wrote: Hello
I am seeing a lot of entries like this in the XBMC.log
Code:15:42:19 T:140633077950208 ERROR: EXCEPTION: Non-Existent Control 299
15:42:21 T:140633077950208 ERROR: Previous line repeats 1 times.
15:42:21 T:140633077950208 ERROR: Failed to run the gc to clean up after running prior to shutting down the Interpreter /storage/.xbmc/addons/script.cu.lrclyrics/default.py
15:42:21 T:140633077950208 WARNING: The python script "/storage/.xbmc/addons/script.cu.lrclyrics/default.py" has left several classes in memory that we couldn't clean up. The classes include: WindowXMLDialog,Window,Player
15:42:25 T:140633077950208 NOTICE: Thread XBPyThread start, auto delete: false
15:42:25 T:140632987264768 NOTICE: Previous line repeats 1 times.
15:42:25 T:140632987264768 NOTICE: -->Python Interpreter Initialized<--
15:42:25 T:140633077950208 NOTICE: -->Python Interpreter Initialized<--
15:42:25 T:140635613140800 ERROR: ClearBlock: Trying to clear non existent block /storage/.xbmc/addons/script.cu.lrclyrics
What does it mean? Or is it nothing to worry about?
I am using the Aeon MQ5 skin and XBMC V12.2
Thanks
by default the script tries to set focus to the lyrics list.
when no lyrics are found, it falls back to setting focus to control 299.
the custom lyrics skin in aeon mq5 doesn't have this control, so you'll get in error in the log.
nothing to worry about. in the next version (for gotham) this issue is gone anyway.