ERROR: Unable to locate window with id -10000
#1
Hello fellows ;-)

I have a strange error inside my swiss-army-knife addon.
It will crash somtimes xbmc but there is no crash-log.
The error do occur only If I leave a dialog and not every time.

Do I have to implement a timer before exit a dialog ?

Code:
11:47:43 T:2826849136 M:1719398400    INFO: Loading skin file: DialogSelect.xml
11:47:43 T:2826849136 M:1719398400   DEBUG: Load DialogSelect.xml: 19.04ms
11:47:43 T:3023447936 M:1719398400   DEBUG: ------ Window Init (DialogSelect.xml) ------
11:47:43 T:3023447936 M:1719398400   DEBUG: Alloc resources: 0.10ms (0.00 ms skin load)
11:47:43 T:2818456432 M:1719144448  NOTICE: [swiss-army-knife]: [GUIlog] [W-Thread] is active and running ...
11:47:44 T:3023447936 M:1719521280   DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
11:47:44 T:3023447936 M:1719521280   DEBUG: OnKey: 61480 pressed, action is Down
11:47:44 T:3023447936 M:1719521280   DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
11:47:44 T:3023447936 M:1719521280   DEBUG: OnKey: 61480 pressed, action is Down
11:47:44 T:2818456432 M:1718898688  NOTICE: [swiss-army-knife]: [GUIlog] [W-Thread] is active and running ...
11:47:44 T:3023447936 M:1719046144   DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
11:47:44 T:3023447936 M:1719046144   DEBUG: OnKey: 61453 pressed, action is Select
11:47:44 T:3023447936 M:1719193600   DEBUG: ------ Window Deinit (DialogSelect.xml) ------
11:47:44 T:3023447936 M:1719447552   DEBUG: Activating window ID: 0
11:47:44 T:3023447936 M:1719447552   DEBUG: Checking if window ID 0 is locked.
11:47:44 T:3023447936 M:1719447552   ERROR: Unable to locate window with id -10000.  Check skin files
11:47:44 T:2826849136 M:1719447552    INFO: Loading skin file: DialogSelect.xml

I am using this build with linux
Code:
11:46:37 T:3023447936 M:1753440256  NOTICE: Starting XBMC, Platform: Linux (Ubuntu 10.04.1 LTS, 2.6.32-25-generic-pae i686). Built on Nov 14 2010 (SVN:35257M)
11:46:37 T:3023447936 M:1753440256  NOTICE: special://xbmc/ is mapped to: /usr/local/share/xbmc
Reply
#2
I did build the newest release and I was able to produce a crash-log.

Here is the xbmc-log :

http://swiss-army-knife.googlecode.com/files/xbmc.log

Here is the crash-log

http://swiss-army-knife.googlecode.com/f...153342.log
Reply

Logout Mark Read Team Forum Stats Members Help
ERROR: Unable to locate window with id -100000