WARNING: ReleaseTexture: Unable to release texture and Skin stalled
#1
Hi guys,

I'm using WindowXML to open a window from python script. The script is started from <onclick> on a list item on the home page.
Most of the time, everything works fine and the window opens, i can use controls etc...
But sometimes, randomly, the skin is stalled, and nothing won't react. Even the debug information on the upper left stops updating.

The log gives me the following erros (last line) :

Quote:00:20:19 T:140066388678464 DEBUG: OnKey: return (f00d) pressed, action is Select
00:20:19 T:140066388678464 DEBUG: ExecuteXBMCAction : Translating XBMC.RunScript(/storage/.xbmc/userdata/scripts/vodHome.py)
00:20:19 T:140066388678464 DEBUG: ExecuteXBMCAction : To XBMC.RunScript(/storage/.xbmc/userdata/scripts/vodHome.py)
00:20:19 T:140066388678464 INFO: initializing python engine.
00:20:19 T:140066388678464 DEBUG: new python thread created. id=17
00:20:19 T:140065795733248 NOTICE: Thread XBPyThread start, auto delete: false
00:20:19 T:140065795733248 DEBUG: Python thread: start processing
00:20:19 T:140065795733248 NOTICE: -->Python Interpreter Initialized<--
00:20:19 T:140065795733248 DEBUG: Process - The source file to load is /storage/.xbmc/userdata/scripts/vodHome.py
00:20:19 T:140065795733248 DEBUG: Process - Setting the Python path to /storage/.xbmc/userdata/scripts:/storage/.xbmc/addons/weather.wunderground/resources/lib/wunderground:/storage/.xbmc/addons/script.module.simplejson/lib:/usr/share/xbmc/addons/script.module.pil/lib
00:20:19 T:140065795733248 DEBUG: Process - Entering source directory /storage/.xbmc/userdata/scripts
00:20:19 T:140065795733248 NOTICE: CommonFunctions-2.5.1
00:20:19 T:140065795733248 DEBUG: NEWADDON PythonCallbackHandler construction with PyThreadState 0x7f63844723f0
00:20:19 T:140066388678464 DEBUG: Activating window ID: 13000
00:20:19 T:140066388678464 DEBUG: ------ Window Deinit () ------
00:20:19 T:140066388678464 DEBUG: ------ Window Deinit (Home.xml) ------
00:20:19 T:140066388678464 DEBUG: ------ Window Init (/storage/.xbmc/addons/skin.boxatomique/1080p/BoxatomicVOD.xml) ------
00:20:19 T:140066388678464 INFO: Loading skin file: /storage/.xbmc/addons/skin.boxatomique/1080p/BoxatomicVOD.xml, load type: LOAD_ON_GUI_INIT
00:20:19 T:140066388678464 DEBUG: LocalizeStrings: no translation available in currently set gui language, at path /storage/.xbmc/userdata/scripts/resources/language/French
00:20:19 T:140066388678464 DEBUG: LocalizeStrings: no translation available in currently set gui language, at path /storage/.xbmc/userdata/scripts/resources/language/English
00:20:19 T:140066388678464 DEBUG: CGUIMediaWindow::GetDirectory ()
00:20:19 T:140066388678464 DEBUG: ParentPath = []
00:20:19 T:140066388678464 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86_64-linux.so)
00:20:19 T:140066388678464 DEBUG: Loading: /usr/lib/xbmc/system/ImageLib-x86_64-linux.so
00:20:19 T:140065795733248 WARNING: ReleaseTexture: Unable to release texture

Did any of you have this kind of problems ? I can't understand what texture it's complaining about.

Thanks for your help.

Hederic
Reply

Logout Mark Read Team Forum Stats Members Help
WARNING: ReleaseTexture: Unable to release texture and Skin stalled0