Bug Kodi Log file isue with custom windows ID
#1
Kodi Jarvis and Krypton version.
Need somebody from KodiTeam to see whats going on debug log for Kodi.

I have isue with windows ID....

Comand for starting Kodi skin Custom Windows is
Code:
    <onright>ActivateWindow(6002)</onright>
debug log for this is ;
Code:
20:12:40 T:1720   DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
20:12:40 T:1720   DEBUG: Activating window ID: 16002
20:12:40 T:1720   DEBUG: ------ Window Init (customSub6002.xml) ------
20:12:40 T:1720    INFO: Loading skin file: customSub6002.xml, load type: KEEP_IN_MEMORY
20:12:41 T:1720   DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
20:12:41 T:1720   DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
20:12:41 T:720   DEBUG: CImageLoader::DoWork - took 171 ms to load special://skin/backgrounds/tvshows.jpg
20:12:41 T:1720   DEBUG: ------ Window Deinit (customSub6002.xml) ------

I have isue with windows,when open more then 10 custom windows, kodi lose focus( I think that kodi just open but dont close when exit from them)
Code:
20:13:48 T:2728   DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
20:13:48 T:2728   ERROR: Keymapping error: no such action '' defined
20:13:48 T:2728   DEBUG: CApplication::ExecuteXBMCAction: Tried translating, but failed to understand $VAR[value_menu2.action]

I try Jarvis and krypton version (AeonMQ6,AeonMQ7,AeonMadnox AeonNox5....), all skin have isue with that ID.Confluence working,but this skin dont have custom windows, )

Maybe this is just mistake in Log,but I need to know does this isue have efect for skin.I can make skin without custom windows, with this eror I am lost.

Every time in log have added number 1 ,I try to change id of windows to 1111,and have "DEBUG: Activating window ID: 11111" ...
when I change id to 77, my log was " DEBUG: Activating window ID: 10077"

I try to change windows ID to 16002
Code:
20:45:16 T:1076   DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
20:45:16 T:1076   DEBUG: Activating window ID: 16002
20:45:16 T:1076   ERROR: Unable to locate window with id 6002.  Check skin files

Code:
Custom Skin Windows     -     -     1100–1199     custom*.xml
this number for custom windows not working....

tnx for answer,and need somebody to confirm this bug.(skiled skiners)
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#2
skins use the 'delta window id', which should be in the 1100-1199 range for custom windows.

internally, kodi uses the 'window id', which id 10000 + the delta window id.
those are displayed in the logfile.


i have no idea about the focus issue. a Debug Log might provide some clues.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Tnx @ronie

I open 14 custom in row,with id in range 1100-1150,
,when I open 15. I lose focus and log for this
Code:
17:16:18 T:3304   ERROR: Keymapping error: no such action '' defined
See what cosing isue ...when find time...

all debug log
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#4
i think it's because of this:
Quote:17:16:18 T:3304 DEBUG: CApplication::ExecuteXBMCAction: Tried translating, but failed to understand $VAR[value_menu2.action]

double-check if the variable is properly defined.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi Log file isue with custom windows ID0