Sign up here and you can log into the forum!

Development resumed on wdtvext - 1.05.04 supported !!!!!

General WDTVExt forum

Re: Development resumed on wdtvext - 1.05.04 supported !!!!!   

Postby recliq » Tue Apr 03, 2012 3:55 am

onPageEnter() gets called in my tests...
you might want to add a \n in front of the first debug line to make sure it appears on a new line in log, otherwise it's appended to the last _trace_send: message and hard to spot in the log. :geek:
eg.
Code: Select all
traceln("blablabla");

becomes
Code: Select all
traceln("\nblablabla");
­WDLXTV Project Maintainer
-:] If you like my contributions feel free to donate for a beer or a new flash drive. ...and always remember: RTFM! (README, FAQ, WIKI) [:-
User avatar
recliq
WDLXTV Team
 
Posts: 5021
Joined: Thu Apr 15, 2010 8:09 am
Location: Kiel, Germany

Re: Development resumed on wdtvext - 1.05.04 supported !!!!!   

Postby pibos » Tue Apr 03, 2012 6:34 am

KAD wrote:not much luck here

WDTVext.log
Code: Select all
engine_init start
registering eCrash
Init Starting params = 0x2b328950
Adding thread 0x2de77b60 (Main Thread)
hooking start
API_HOOK home_before_change_menu at 0x45fc14
API_HOOK home_change_menu at 0x45b3c8
API_ENTRY pageobj_class_call_timer at 0x40c8e8
API_ENTRY pageobj_class_call_enter at 0x40c70c
API_ENTRY pageobj_class_call_leave at 0x40c814
API_ENTRY pageobj_class_call_load at 0x40c7c8
API_ENTRY pageobj_class_call_reshow at 0x40c778
API_ENTRY pageobj_call_draw at 0x40eff8
API_HOOK pageobj_call_key at 0x40f360
API_ENTRY pageobj_class_call_key at 0x40c87c
API_HOOK villa_home_setup at 0x45efcc
API_HOOK pageobj_create at 0x411110
API_HOOK pageclass_root_setup at 0x40e6f8
API_HOOK welcome_setup at 0x4476e8
API_HOOK gen_load_file at 0x40ce78
API_HOOK browse3_active_media_object at 0x4906a0
API_HOOK api_mxmlLoadString at 0x2b344378
API_ENTRY pagestack_push at 0x4141a4
API_ENTRY pageobj_setparam at 0x41076c
API_ENTRY pageobj_getparam at 0x40f604
API_ENTRY setup_entry_basic_setup at 0x4b9d48
API_ENTRY setup_entry_item_basic_setup at 0x4bac54
API_ENTRY pageobj_get_xmlfn at 0x40c6c8
API_ENTRY __curl_easy_init at 0x409ec0
API_ENTRY __curl_easy_setopt at 0x40b450
API_ENTRY __curl_easy_perform at 0x409b60
API_ENTRY __curl_easy_cleanup at 0x40abb0
GLOBAL_ENTRY pageStack at 0xa5bcf0
GLOBAL_ENTRY basic_class at 0x7e1c54
GLOBAL_ENTRY villa_home_class at 0x7e1e40
GLOBAL_ENTRY welcome_class at 0x7e1ae0
GLOBAL_ENTRY setup_entry_basic_class at 0x7ec4a0
GLOBAL_ENTRY setup_entry_item_basic_class at 0x7ec4d0
GLOBAL_ENTRY browse3_class at 0x7e7140
GLOBAL_ENTRY top_video_menu_item at 0x7e251c
GLOBAL_ENTRY top_settings_menu_item at 0x7e260c
hooking end
trace engine starting
_trace_send: add message 0xae5668 (14,  0xae5678)_trace_send: add message 0xae5690 (98,  0xae56a0)trace engine started
scripting_setup start
initialize_scripting with size 64
TRACE: Couldn't connect
TRACE: Couldn't connect
initialize_scripting:161
initialize_scripting:164
initialize_scripting:166
initialize_scripting:168
initialize_scripting:171
initialize_scripting:175
initialize_scripting:180
initialize_scripting:186
_trace_send: add message 0xb09620 (91,  0xb115a8)initialize_scripting:190
initialize_scripting:194
TRACE: Couldn't connect
initialize_scripting:198
_trace_send: add message 0xb11608 (117,  0xb11618)_trace_send: add message 0xb116f0 (116,  0xb11700)initialize_scripting:202
_trace_send: add message 0xb117f0 (95,  0xb11800)_trace_send: add message 0xb118b0 (121,  0xb118c0)_trace_send: add message 0xb11998 (120,  0xb25a88)_trace_send: add message 0xb119f8 (116,  0xb25b08)_trace_send: add message 0xb11a08 (115,  0xb25b80)compiling script environment from /apps/WDTVExt/js/main.js
compiled script environment from /apps/WDTVExt/js/main.js
executing script environment from /apps/WDTVExt/js/main.js
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
Start loading plugins... /tmp/mnt/
   from /tmp/mnt/


my live never fully boots on either 1.02.21 or 1.05.04 with your latest app.bin on the drive
this is where the log stops

so i tried recliq's patched version and plugins don't run but box does boot
here's the log from that file

Code: Select all

engine_init start
registering eCrash
Init Starting params = 0x2b3287b0
Adding thread 0x2de77b60 (Main Thread)
hooking start
API_HOOK home_before_change_menu at 0x45fc14
API_HOOK home_change_menu at 0x45b3c8
API_ENTRY pageobj_class_call_timer at 0x40c8e8
API_ENTRY pageobj_class_call_enter at 0x40c70c
API_ENTRY pageobj_class_call_leave at 0x40c814
API_ENTRY pageobj_class_call_load at 0x40c7c8
API_ENTRY pageobj_class_call_reshow at 0x40c778
API_ENTRY pageobj_call_draw at 0x40eff8
API_HOOK pageobj_call_key at 0x40f360
API_ENTRY pageobj_class_call_key at 0x40c87c
API_HOOK villa_home_setup at 0x45efcc
API_HOOK pageobj_create at 0x411110
API_HOOK pageclass_root_setup at 0x40e6f8
API_HOOK welcome_setup at 0x4476e8
API_HOOK gen_load_file at 0x40ce78
API_HOOK browse3_active_media_object at 0x4906a0
API_HOOK api_mxmlLoadString at 0x2b344378
API_ENTRY pagestack_push at 0x4141a4
API_ENTRY pageobj_setparam at 0x41076c
API_ENTRY pageobj_getparam at 0x40f604
API_ENTRY setup_entry_basic_setup at 0x4b9d48
API_ENTRY setup_entry_item_basic_setup at 0x4bac54
API_ENTRY pageobj_get_xmlfn at 0x40c6c8
API_ENTRY __curl_easy_init at 0x409ec0
API_ENTRY __curl_easy_setopt at 0x40b450
API_ENTRY __curl_easy_perform at 0x409b60
API_ENTRY __curl_easy_cleanup at 0x40abb0
GLOBAL_ENTRY pageStack at 0xa5bcf0
GLOBAL_ENTRY basic_class at 0x7e1c54
GLOBAL_ENTRY villa_home_class at 0x7e1e40
GLOBAL_ENTRY welcome_class at 0x7e1ae0
GLOBAL_ENTRY setup_entry_basic_class at 0x7ec4a0
GLOBAL_ENTRY setup_entry_item_basic_class at 0x7ec4d0
GLOBAL_ENTRY browse3_class at 0x7e7140
GLOBAL_ENTRY top_video_menu_item at 0x7e251c
GLOBAL_ENTRY top_settings_menu_item at 0x7e260c
hooking end
trace engine starting
_trace_send: add message 0xae5668 (14,  0xae5678)_trace_send: add message 0xae5690 (98,  0xae56a0)trace engine started
scripting_setup start
initialize_scripting with size 64
TRACE: Couldn't connect
TRACE: Couldn't connect
initialize_scripting:161
initialize_scripting:164
initialize_scripting:166
initialize_scripting:168
initialize_scripting:171
initialize_scripting:175
initialize_scripting:180
initialize_scripting:186
_trace_send: add message 0xb09620 (91,  0xb115a8)initialize_scripting:190
initialize_scripting:194
TRACE: Couldn't connect
initialize_scripting:198
_trace_send: add message 0xb11608 (117,  0xb11618)TRACE: Couldn't connect
_trace_send: add message 0xb116f0 (116,  0xb11700)initialize_scripting:202
_trace_send: add message 0xb117f0 (95,  0xb11800)_trace_send: add message 0xb118b0 (121,  0xb118c0)_trace_send: add message 0xb11998 (120,  0xb25a88)_trace_send: add message 0xb119f8 (116,  0xb25b08)_trace_send: add message 0xb11a08 (115,  0xb25b80)compiling script environment from /apps/WDTVExt/js/main.js
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
compiled script environment from /apps/WDTVExt/js/main.js
executing script environment from /apps/WDTVExt/js/main.js
loading extra includes...
done loading extra include.
Start loading plugins... /tmp/wdtvext-plugins/
   from /tmp/wdtvext-plugins/
detected 2 plugins
End collecting plugins... took 1794ms
VideoScreensaver: Start loading VideoScreensaver plugin
_trace_send: add message 0xb37a88 (95,  0xb37a98)TRACE: Couldn't connect
Lib: [getConfigSetting]
Lib: [getConfigSetting]
Lib: [getConfigSetting]
Lib: [getConfigSetting]
Lib: [executeCmd]
Lib: [executeCmd]  cmd: ln -s /tmp/wdtvext-plugins/VideoScreensaver/var/www/addons/config/plugins/VIDEO_SCREENSAVER_wec.php /tmp/config-plugins/VIDEO_SCREENSAVER_wec.php
Lib: [executeCmd]  completed.
Lib: [executeCmd]
Lib: [executeCmd]  cmd: ln -s /tmp/wdtvext-plugins/VideoScreensaver/etc/init.d/random_screensaver /bin/random_screensaver
Lib: [executeCmd]  completed.
Lib: [executeCmd]
Lib: [executeCmd]  cmd: ln -s /tmp/wdtvext-plugins/VideoScreensaver/etc/init.d/S97random_screensaverdir /tmp/init.d/S97random_screensaverdir
Lib: [executeCmd]  completed.
VideoScreensaver: End loading VideoScreensaver plugin
Start loading Trailer Plugin
_trace_send: add message 0xb3bdc8 (95,  0xb3bdd8)TRACE: Couldn't connect
Trailer:  path: /tmp/wdtvext-plugins/Trailer/
Lib: [getConfigSetting]
Lib: [getConfigSetting]  /conf/config:LOCAL_TRAILER_SEARCH = OFF
Lib: [getConfigSetting]
Lib: [getConfigSetting]  /conf/config:TMGD_TRAILER_SEARCH = ON
Lib: [getConfigSetting]
Lib: [getConfigSetting]  /conf/config:NFO_TRAILER_SEARCH = OFF
Lib: [getConfigSetting]
Lib: [getConfigSetting]  /conf/config:NAME_TRAILER_SEARCH = OFF
Lib: [getConfigSetting]
Lib: [getConfigSetting]  /conf/config:TRAILER_RESOLUTION = 720p
Lib: [getConfigSetting]
Lib: [getConfigSetting]  /conf/config:TRAILER_DOWNLOAD_PATH = /tmp/mnt/E8FA-9D51/Trailers
End loading Trailer Plugin
End loading plugins... took 3892ms
executed script environment from /apps/WDTVExt/js/main.js
initialize_scripting end
scripting_setup end
remoteclient_setup start
remoteclient_setup end

engine_init end
_trace_send: add message 0xb37840 (121,  0xb32520)TRACE: Couldn't connect
_trace_send: add message 0xb373c0 (116,  0xb33068)TRACE: Couldn't connect

in gen_load_file path = ./font/fontlist.xml
_trace_send: add message 0xb330e0 (116,  0xb2f370)_trace_send: add message 0xb2f468 (121,  0xb2f3e8)_trace_send: add message 0xb6f058 (121,  0xb6efd8)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
_trace_send: add message 0xbc4750 (117,  0xbc47b0)
in pageobj_create markup = welcome.xml
_trace_send: add message 0xbc4bc0 (117,  0xbc8850)_trace_send: add message 0xbc86a0 (116,  0xbc4668)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
_trace_send: add message 0xbc4760 (114,  0xbc4938)_trace_send: add message 0xbc66f8 (123,  0xbc6678)Trailer: [ onPageCreated ]
_trace_send: add message 0xb11778 (119,  0xbc6770)_trace_send: add message 0xbc8c98 (122,  0xbc87a8)_trace_send: add message 0xbc67f0 (119,  0xbc86c0)_trace_send: add message 0xbc8ca8 (119,  0xbc68a0)_trace_send: add message 0xbc6930 (122,  0xbc6940)_trace_send: add message 0xbc6920 (119,  0xbc69e0)_trace_send: add message 0xbc8a10 (119,  0xbc8990)_trace_send: add message 0xbc8a30 (122,  0xbc8a40)_trace_send: add message 0xbc8a20 (119,  0xbc8ae0)_trace_send: add message 0xbc8be0 (119,  0xbc8b60)_trace_send: add message 0xbc8c00 (122,  0xbc77f0)_trace_send: add message 0xbc8bf0 (119,  0xbc7890)_trace_send: add message 0xbc8828 (147,  0xbc7910)_trace_send: add message 0xbc79a8 (116,  0xbc88d0)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect

in gen_load_file path = welcome.xml
_trace_send: add message 0xbc7c30 (116,  0xbc7bb8)_trace_send: add message 0xbc7cc0 (121,  0xbc7c40)_trace_send: add message 0xbc7d48 (111,  0xbc7cd0)_trace_send: add message 0xbc7dd0 (111,  0xbc7d58)_trace_send: add message 0xbc7e60 (117,  0xbc7de0)_trace_send: add message 0xbc7ef0 (118,  0xbc7e70)_trace_send: add message 0xbe6e38 (121,  0xbe6db8)_trace_send: add message 0xbc7a30 (116,  0xbc79b8)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect

in gen_load_file path = ./decoration.xml
_trace_send: add message 0xbc7ba8 (116,  0xbc8010)_trace_send: add message 0xbc8088 (121,  0xbe6e48)_trace_send: add message 0xbc8210 (111,  0xbe6ec8)_trace_send: add message 0xbc8220 (111,  0xbe6f40)_trace_send: add message 0xbc8250 (117,  0xbe6fb8)_trace_send: add message 0xbc8260 (118,  0xbe7038)_trace_send: add message 0xbe7908 (121,  0xbe7888)_trace_send: add message 0xbe75e8 (123,  0xbe6cf0)_trace_send: add message 0xbe72c0 (116,  0xbe70b8)_trace_send: add message 0xbe7200 (117,  0xbe7180)_trace_send: add message 0xbc7ac0 (119,  0xbc7a40)_trace_send: add message 0xbc83e8 (122,  0xbc7ad0)_trace_send: add message 0xbe7308 (119,  0xbf9908)VideoScreensaver: [onPageEnter] page: welcome.xml
_trace_send: add message 0xbc8770 (119,  0xbf99f0)_trace_send: add message 0xbe7318 (122,  0xbf9a70)_trace_send: add message 0xbe76f0 (119,  0xbf9af0)_trace_send: add message 0xbe7328 (119,  0xbf9b70)_trace_send: add message 0xbe7558 (122,  0xbf9bf0)_trace_send: add message 0xbe7548 (119,  0xbf9c70)_trace_send: add message 0xbe73c0 (119,  0xbf9cf0)_trace_send: add message 0xbc84b0 (122,  0xbf9d70)_trace_send: add message 0xbc84e0 (119,  0xbf9df0)_trace_send: add message 0xbc7f00 (122,  0xbf9e70)_trace_send: add message 0xbc7f10 (122,  0xbf9ef0)_trace_send: add message 0xbc7f20 (117,  0xbf9f70)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
_trace_send: add message 0xbfd498 (130,  0xbfd410)_trace_send: add message 0xc1a8c0 (115,  0xc1a848)_trace_send: add message 0xc1a950 (119,  0xc1a8d0)_trace_send: add message 0xc1a970 (122,  0xc1a980)_trace_send: add message 0xc1a960 (119,  0xc1aa20)VideoScreensaver: [onPageKey] page: welcome.xml
_trace_send: add message 0xc1ac18 (119,  0xc1ab98)_trace_send: add message 0xc1ac38 (122,  0xc1ac48)_trace_send: add message 0xc1ac28 (119,  0xc1ace8)_trace_send: add message 0xc1ade8 (119,  0xc1ad68)_trace_send: add message 0xc1ae08 (122,  0xc1ae18)_trace_send: add message 0xc1adf8 (119,  0xc1aeb8)Trailer: [onPageKey] page: welcome.xml   key: 144
_trace_send: add message 0xc1b0d8 (122,  0xc1b058)_trace_send: add message 0xc1b168 (122,  0xc1b0e8)_trace_send: add message 0xc1b1f8 (119,  0xc1b178)_trace_send: add message 0xc1b218 (122,  0xc1b228)_trace_send: add message 0xc1b208 (119,  0xc1b2c8)_trace_send: add message 0xc1b3d0 (130,  0xc1b348)_trace_send: add message 0xc1b470 (134,  0xc1b3e0)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
_trace_send: add message 0xc2fee0 (117,  0xc31408)
in pageobj_create markup = villa_home.xml
_trace_send: add message 0xc2fda0 (117,  0xb95f88)_trace_send: add message 0xc2fde0 (119,  0xbfc9d0)_trace_send: add message 0xc2fdc0 (123,  0xb96058)Trailer: [ onPageCreated ]
_trace_send: add message 0xc2fd80 (119,  0xbfcf48)_trace_send: add message 0xb95ee8 (125,  0xc32310)_trace_send: add message 0xb965e8 (119,  0xc31598)_trace_send: add message 0xc31040 (119,  0xc31618)_trace_send: add message 0xc33720 (125,  0xc32a90)_trace_send: add message 0xc31020 (119,  0xc32b18)_trace_send: add message 0xc33760 (119,  0xc28128)_trace_send: add message 0xc33740 (125,  0xc281a8)_trace_send: add message 0xc337c0 (119,  0xc27c30)_trace_send: add message 0xc33780 (119,  0xc27cb0)_trace_send: add message 0xc337a0 (125,  0xc27d30)_trace_send: add message 0xc31aa8 (119,  0xc273d0)_trace_send: add message 0xc31a88 (150,  0xc27450)_trace_send: add message 0xc31ae8 (116,  0xc32460)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect

in gen_load_file path = villa_home.xml
_trace_send: add message 0xc31ac8 (116,  0xbfb000)TRACE: Couldn't connect
_trace_send: add message 0xc31b28 (121,  0xc274f0)TRACE: Couldn't connect
_trace_send: add message 0xc31b08 (111,  0xc27570)TRACE: Couldn't connect
_trace_send: add message 0xc31b68 (111,  0xc275e8)TRACE: Couldn't connect
_trace_send: add message 0xc31b48 (117,  0xc41498)TRACE: Couldn't connect
_trace_send: add message 0xc31d98 (118,  0xc41518)TRACE: Couldn't connect
_trace_send: add message 0xb957d0 (121,  0xb95750)_trace_send: add message 0xc41030 (116,  0xc40fb8)TRACE: Couldn't connect
TRACE: Couldn't connect

in gen_load_file path = ./villa_home_info.xml
_trace_send: add message 0xc41680 (116,  0xc41608)_trace_send: add message 0xc41380 (121,  0xc41300)_trace_send: add message 0xc41408 (111,  0xc41390)_trace_send: add message 0xc30810 (111,  0xc41418)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
_trace_send: add message 0xc30820 (117,  0xb957e0)TRACE: Couldn't connect
_trace_send: add message 0xb958e0 (118,  0xb95860)TRACE: Couldn't connect
_trace_send: add message 0xc2fce0 (121,  0xc2fc60)TRACE: Couldn't connect
_trace_send: add message 0xb95638 (116,  0xc41040)TRACE: Couldn't connect

in gen_load_file path = ./inc_villa_home_generic_now_playing.xml
_trace_send: add message 0xb95648 (116,  0xb95a00)_trace_send: add message 0xc2f968 (121,  0xb958f0)_trace_send: add message 0xc41130 (111,  0xc410b8)_trace_send: add message 0xc411b8 (111,  0xc41140)_trace_send: add message 0xc41248 (117,  0xc411c8)_trace_send: add message 0xc412d8 (118,  0xc41258)_trace_send: add message 0xbfa488 (121,  0xbfa408)_trace_send: add message 0xc2fa68 (116,  0xc32c28)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect

in gen_load_file path = ./inc_villa_home_live365_now_playing.xml
_trace_send: add message 0xbfa118 (116,  0xc32ed0)_trace_send: add message 0xbfa518 (121,  0xbfa498)_trace_send: add message 0xbfa5a0 (111,  0xbfa528)_trace_send: add message 0xbfa628 (111,  0xbfa5b0)_trace_send: add message 0xbfa6b8 (117,  0xbfa638)_trace_send: add message 0xbfa748 (118,  0xbfa6c8)_trace_send: add message 0xbfae18 (121,  0xbfaf08)_trace_send: add message 0xc2fb18 (116,  0xc32ca0)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect

in gen_load_file path = ./inc_villa_home_pandora_now_playing.xml
_trace_send: add message 0xc2fb28 (116,  0xbfa758)_trace_send: add message 0xc32d98 (121,  0xc32d18)_trace_send: add message 0xc32e20 (111,  0xc32da8)_trace_send: add message 0xc32ea8 (111,  0xc32e30)_trace_send: add message 0xbfbd78 (117,  0xbfbcf8)_trace_send: add message 0xbfbe08 (118,  0xbfbd88)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
_trace_send: add message 0xc285d8 (121,  0xc28558)_trace_send: add message 0xc2fbf8 (116,  0xbfb9e8)TRACE: Couldn't connect
TRACE: Couldn't connect

in gen_load_file path = ./ipcam_pip_win.xml
_trace_send: add message 0xc2fc08 (116,  0xc2fb80)_trace_send: add message 0xbfbe98 (121,  0xbfbe18)_trace_send: add message 0xc28660 (111,  0xc285e8)_trace_send: add message 0xc286e8 (111,  0xc28670)_trace_send: add message 0xc28778 (117,  0xc286f8)_trace_send: add message 0xc28808 (118,  0xc28788)_trace_send: add message 0xc290e8 (121,  0xc29068)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
_trace_send: add message 0xbfbc38 (123,  0xbfbbb8)_trace_send: add message 0xc196f8 (138,  0xc19668)TRACE: Couldn't connect
TRACE: Couldn't connect
_trace_send: add message 0xc197f0 (102,  0xc19780)_trace_send: add message 0xc19870 (102,  0xc19800)_trace_send: add message 0xc19910 (136,  0xc19880)_trace_send: add message 0xc19fc8 (121,  0xc19f48)_trace_send: add message 0xc5a8b0 (121,  0xc5a830)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
_trace_send: add message 0xc28b50 (114,  0xc199c8)_trace_send: add message 0xc5a810 (113,  0xc19a98)_trace_send: add message 0xc5a820 (110,  0xc19b10)_trace_send: add message 0xc5a7e8 (113,  0xc19b88)_trace_send: add message 0xc5a790 (110,  0xc19c00)_trace_send: add message 0xc5a768 (122,  0xc19c78)_trace_send: add message 0xc5a710 (122,  0xc19cf8)_trace_send: add message 0xc5a700 (108,  0xc19d78)_trace_send: add message 0xc5a720 (113,  0xc19de8)_trace_send: add message 0xc5a6f0 (163,  0xc19e60)_trace_send: add message 0xc5a698 (159,  0xc5a8e0)_trace_send: add message 0xc5a7a0 (166,  0xc5a9b8)_trace_send: add message 0xc5a598 (173,  0xc5aaf8)_trace_send: add message 0xc5a588 (168,  0xc5ac30)_trace_send: add message 0xc5a510 (167,  0xc5ad88)_trace_send: add message 0xc5a2d0 (169,  0xc5aeb8)_trace_send: add message 0xc5a3f0 (165,  0xc5aff8)_trace_send: add message 0xc5a090 (165,  0xc5b128)_trace_send: add message 0xc5a1b0 (165,  0xc5b258)_trace_send: add message 0xc59fb8 (165,  0xc5b360)_trace_send: add message 0xc59f40 (170,  0xc5b490)_trace_send: add message 0xc1a718 (165,  0xc5b5d0)_trace_send: add message 0xc59ed0 (174,  0xc5b700)_trace_send: add message 0xc59df8 (175,  0xc5b8d0)_trace_send: add message 0xc59d68 (168,  0xc5ba30)_trace_send: add message 0xc2acf8 (174,  0xc5bb10)_trace_send: add message 0xc59c00 (176,  0xc5bd30)_trace_send: add message 0xc59b28 (173,  0xc5bec8)_trace_send: add message 0xc59a98 (172,  0xc5c040)_trace_send: add message 0xc59a08 (170,  0xc5c1b0)_trace_send: add message 0xc2acd8 (172,  0xc5c2f0)_trace_send: add message 0xc1a828 (168,  0xc5c480)_trace_send: add message 0xc1a6b0 (167,  0xc5c5e0)_trace_send: add message 0xc1a2d0 (172,  0xc5c710)_trace_send: add message 0xc1a2e0 (168,  0xc5c870)_trace_send: add message 0xc1a268 (169,  0xc5caa8)_trace_send: add message 0xc1a1b8 (166,  0xc5cb58)_trace_send: add message 0xc1a140 (166,  0xc5cc88)_trace_send: add message 0xc1a080 (166,  0xc5cdc8)_trace_send: add message 0xc1a358 (166,  0xc5cec0)_trace_send: add message 0xc1a648 (167,  0xc5cfb8)_trace_send: add message 0xc1a488 (173,  0xc5d0f8)_trace_send: add message 0xc19f38 (165,  0xc5d368)_trace_send: add message 0xc5d448 (165,  0xc5d458)_trace_send: add message 0xc5d5b8 (165,  0xc5d5c8)_trace_send: add message 0xc5d728 (165,  0xc5d738)_trace_send: add message 0xc5d898 (171,  0xc5d8a8)_trace_send: add message 0xc5d9c8 (165,  0xc5d9d8)_trace_send: add message 0xc5db38 (168,  0xc5db48)_trace_send: add message 0xc5dca8 (167,  0xc5dcb8)_trace_send: add message 0xc5de18 (174,  0xc5de28)_trace_send: add message 0xc5dfb0 (175,  0xc5dfc0)_trace_send: add message 0xc5e270 (167,  0xc5e280)_trace_send: add message 0xc5e360 (169,  0xc5e370)_trace_send: add message 0xc5e4e0 (166,  0xc5e4f0)_trace_send: add message 0xc5e660 (172,  0xc5e670)_trace_send: add message 0xc5e7f0 (173,  0xc5e800)_trace_send: add message 0xc5e978 (165,  0xc5e988)_trace_send: add message 0xc5eae8 (165,  0xc5eaf8)_trace_send: add message 0xc5a448 (165,  0xc5c9a0)_trace_send: add message 0xc5a3b8 (165,  0xc59880)_trace_send: add message 0xc599b8 (170,  0xc5ee60)_trace_send: add message 0xc5a250 (167,  0xc5ef10)_trace_send: add message 0xc5a140 (166,  0xc5efc0)_trace_send: add message 0xc59f00 (166,  0xc5f070)_trace_send: add message 0xc59dc0 (165,  0xc5f120)_trace_send: add message 0xc59d98 (168,  0xc5f1d0)_trace_send: add message 0xc59bd8 (167,  0xc5f280)_trace_send: add message 0xc59a60 (169,  0xc5f330)_trace_send: add message 0xc403a8 (174,  0xc5f3e0)_trace_send: add message 0xc1a680 (175,  0xc5f498)_trace_send: add message 0xc1a058 (168,  0xc5f550)_trace_send: add message 0xc1a578 (168,  0xc5f600)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
_trace_send: add message 0xc1a548 (172,  0xc5f6b0)_trace_send: add message 0xc599d8 (181,  0xc5d260)_trace_send: add message 0xc2fb08 (167,  0xc5f760)_trace_send: add message 0xc5f880 (170,  0xc5f890)_trace_send: add message 0xc5fa00 (169,  0xc5fa10)_trace_send: add message 0xc5fb80 (179,  0xc5fb90)_trace_send: add message 0xc5fd28 (172,  0xc5fd38)_trace_send: add message 0xc5fec8 (174,  0xc5fed8)_trace_send: add message 0xc60060 (174,  0xc60070)_trace_send: add message 0xc601f8 (174,  0xc60208)_trace_send: add message 0xc60390 (176,  0xc603a0)_trace_send: add message 0xc60528 (176,  0xc60538)_trace_send: add message 0xc606d0 (175,  0xc606e0)_trace_send: add message 0xc60878 (166,  0xc60888)_trace_send: add message 0xc609e8 (175,  0xc609f8)_trace_send: add message 0xc60b80 (171,  0xc60b90)_trace_send: add message 0xc60d10 (162,  0xc60d20)_trace_send: add message 0xc60e68 (119,  0xc60de8)_trace_send: add message 0xc60ef8 (117,  0xc60e78)_trace_send: add message 0xc60f88 (119,  0xc60f08)_trace_send: add message 0xc60fa8 (122,  0xc60fb8)_trace_send: add message 0xc60f98 (119,  0xc61058)VideoScreensaver: [onPageLeave] page: welcome.xml
_trace_send: add message 0xc61258 (119,  0xc611d8)_trace_send: add message 0xc61278 (122,  0xc61288)_trace_send: add message 0xc61268 (119,  0xc61328)_trace_send: add message 0xc61428 (119,  0xc613a8)_trace_send: add message 0xc61448 (122,  0xc61458)_trace_send: add message 0xc61438 (119,  0xc614f8)Trailer: [onPageLeave] page: welcome.xml
_trace_send: add message 0xc616e0 (119,  0xc61660)_trace_send: add message 0xc61700 (122,  0xc61710)_trace_send: add message 0xc616f0 (119,  0xc617b0)_trace_send: add message 0xc618b0 (117,  0xc61830)_trace_send: add message 0xc61940 (117,  0xc618c0)_trace_send: add message 0xc619f0 (119,  0xc61970)_trace_send: add message 0xc61a18 (125,  0xc61a28)_trace_send: add message 0xc61b58 (119,  0xc61ad8)VideoScreensaver: [onPageEnter] page: villa_home.xml
_trace_send: add message 0xc61ce8 (119,  0xc61c68)_trace_send: add message 0xc61d10 (125,  0xc61d20)_trace_send: add message 0xc61e50 (119,  0xc61dd0)_trace_send: add message 0xc61ee0 (119,  0xc61e60)_trace_send: add message 0xc61ef0 (125,  0xc61f00)_trace_send: add message 0xc62030 (119,  0xc61fb0)_trace_send: add message 0xc27e90 (119,  0xc27e10)_trace_send: add message 0xc27ea0 (125,  0xc62040)_trace_send: add message 0xc27eb0 (119,  0xc620f0)_trace_send: add message 0xc27ec0 (122,  0xc62170)_trace_send: add message 0xc62270 (122,  0xc621f0)_trace_send: add message 0xc62300 (117,  0xc62280)_trace_send: add message 0xb96540 (147,  0xc64738)_trace_send: add message 0xb96508 (109,  0xbe7570)_trace_send: add message 0xb96530 (109,  0xbe6c70)_trace_send: add message 0xc2ff20 (143,  0xbc8418)_trace_send: add message 0xbfcaf0 (138,  0xbfca60)_trace_send: add message 0xbe72e8 (102,  0xbe7210)Trailer: onMenuSelect] :$$Video
Trailer: onMenuSelect] this.VideoMenu :true
_trace_send: add message 0xc32a28 (102,  0xafab80)_trace_send: add message 0xbe7690 (136,  0xbe7600)TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
TRACE: Couldn't connect
_trace_send: add message 0xbc6c18 (121,  0xbfd290)_trace_send: add message 0xbef2c0 (121,  0xbef240)_trace_send: add message 0xbf98f8 (147,  0xbf3480)_trace_send: add message 0xbeef98 (109,  0xbc7388)_trace_send: add message 0xbef070 (109,  0xbc7400)_trace_send: add message 0xbeeb08 (143,  0xbf09f0)_trace_send: add message 0xc32300 (138,  0xbef090)_trace_send: add message 0xbf4a10 (102,  0xbef120)Trailer: onMenuSelect] :$$Video
Trailer: onMenuSelect] this.VideoMenu :true
_trace_send: add message 0xbeefa8 (102,  0xbfd140)_trace_send: add message 0xbeef88 (136,  0xbf0b40)_trace_send: add message 0xbef5d0 (147,  0xbef458)_trace_send: add message 0xbef5c0 (109,  0xbef4f0)_trace_send: add message 0xbc6a98 (109,  0xbfd1b0)_trace_send: add message 0xbc77a0 (143,  0xbeee58)_trace_send: add message 0xb306d8 (138,  0xbf0c08)_trace_send: add message 0xbc7360 (102,  0xbf3ee8)Trailer: onMenuSelect] :$$Video
Trailer: onMenuSelect] this.VideoMenu :true
_trace_send: add message 0xc305b8 (102,  0xbf0c98)_trace_send: add message 0xbf6dc0 (136,  0xbef2d0)_trace_send: add message 0xb30548 (147,  0xbe7c18)_trace_send: add message 0xc241d0 (109,  0xbe7cb0)_trace_send: add message 0xbeee08 (109,  0xbe7a58)_trace_send: add message 0xbf7bf0 (143,  0xbe7d28)_trace_send: add message 0xc313e0 (138,  0xbe7dc0)_trace_send: add message 0xbc8c10 (102,  0xbe7e50)Trailer: onMenuSelect] :$$Video
Trailer: onMenuSelect] this.VideoMenu :true
_trace_send: add message 0xb11cb0 (102,  0xbe7ec0)_trace_send: add message 0xbf7df0 (136,  0xbe7f30)_trace_send: add message 0xbf4c78 (147,  0xbf0418)_trace_send: add message 0xb11d80 (109,  0xbf04b0)_trace_send: add message 0xc63438 (109,  0xbf07e8)_trace_send: add message 0xc635a8 (143,  0xbf0880)_trace_send: add message 0xc633e8 (138,  0xbf0528)_trace_send: add message 0xb30508 (102,  0xc634a0)Trailer: onMenuSelect] :$$Video
Trailer: onMenuSelect] this.VideoMenu :true
_trace_send: add message 0xc32438 (102,  0xbf0388)_trace_send: add message 0xbf4960 (136,  0xbf8760)_trace_send: add message 0xbed3f0 (129,  0xbed778)_trace_send: add message 0xbed3e0 (147,  0xbed800)_trace_send: add message 0xb90228 (109,  0xbed908)_trace_send: add message 0xbed438 (109,  0xbed980)_trace_send: add message 0xb8ff80 (143,  0xbed9f8)_trace_send: add message 0xbf8b18 (145,  0xbeda90)_trace_send: add message 0xb95f60 (102,  0xbed898)Trailer: onMenuSelect] :$$Local Drives
Trailer: onMenuSelect] this.VideoMenu :true
_trace_send: add message 0xbf5fe0 (102,  0xb8ffa0)_trace_send: add message 0xbf6160 (136,  0xb90010)_trace_send: add message 0xbedc30 (115,  0xbedbb8)_trace_send: add message 0xbedcc0 (119,  0xbedc40)_trace_send: add message 0xbedce8 (125,  0xbedcf8)_trace_send: add message 0xbede28 (119,  0xbedda8)VideoScreensaver: [onPageKey] page: villa_home.xml
_trace_send: add message 0xb308d0 (119,  0xb30850)_trace_send: add message 0xb308f8 (125,  0xb30908)_trace_send: add message 0xb30a38 (119,  0xb309b8)_trace_send: add message 0xb30ac8 (119,  0xb30a48)_trace_send: add message 0xb30ad8 (125,  0xb30ae8)_trace_send: add message 0xb30c18 (119,  0xb30b98)Trailer: [onPageKey] page: villa_home.xml   key: 38
_trace_send: add message 0xb30e18 (122,  0xb30d98)_trace_send: add message 0xb30ea8 (122,  0xb30e28)_trace_send: add message 0xb30f38 (119,  0xb30eb8)_trace_send: add message 0xb30f60 (125,  0xb30f70)_trace_send: add message 0xb310a0 (119,  0xb31020)_trace_send: add message 0xb31138 (130,  0xb310b0)_trace_send: add message 0xb311d8 (134,  0xb31148)_trace_send: add message 0xb30c48 (130,  0xbe9618)_trace_send: add message 0xbe9480 (134,  0xbe96a0)_trace_send: add message 0xbe90f0 (129,  0xbe9d80)_trace_send: add message 0xbed5c8 (154,  0xbe9290)_trace_send: add message 0xbe9258 (109,  0xbe9110)_trace_send: add message 0xb30738 (109,  0xbe9188)_trace_send: add message 0xbeeca0 (143,  0xbed620)_trace_send: add message 0xbf9780 (137,  0xbed6b8)_trace_send: add message 0xb8feb0 (102,  0xbe9330)Trailer: onMenuSelect] :$$USB1
_trace_send: add message 0xbf8970 (102,  0xc19708)_trace_send: add message 0xb90248 (136,  0xbedb28)_trace_send: add message 0xc6cc30 (115,  0xc6cbb8)_trace_send: add message 0xc6ccc0 (119,  0xc6cc40)_trace_send: add message 0xc6cce8 (125,  0xbe9730)_trace_send: add message 0xbe9860 (119,  0xbe97e0)VideoScreensaver: [onPageKey] page: villa_home.xml
_trace_send: add message 0xbe99c8 (119,  0xbe9ca8)_trace_send: add message 0xc66700 (125,  0xbe9a58)_trace_send: add message 0xbe9b88 (119,  0xbe9b08)_trace_send: add message 0xbe9c18 (119,  0xbe9b98)_trace_send: add message 0xbe9c28 (125,  0xc66390)_trace_send: add message 0xc664c0 (119,  0xc66440)Trailer: [onPageKey] page: villa_home.xml   key: 38
_trace_send: add message 0xc66658 (122,  0xc665d8)_trace_send: add message 0xc657f0 (122,  0xc65770)_trace_send: add message 0xc65880 (119,  0xc65800)_trace_send: add message 0xc65890 (125,  0xc658a0)_trace_send: add message 0xc659d0 (119,  0xc65950)_trace_send: add message 0xc65a68 (130,  0xc659e0)_trace_send: add message 0xc65b08 (134,  0xc65a78)_trace_send: add message 0xc65cd0 (130,  0xc66248)_trace_send: add message 0xc660b0 (134,  0xc662d0)_trace_send: add message 0xc80e78 (129,  0xc80df0)_trace_send: add message 0xc32640 (146,  0xc80e98)_trace_send: add message 0xc28280 (109,  0xc80f30)_trace_send: add message 0xbed3c0 (109,  0xc80fa8)_trace_send: add message 0xc633f8 (143,  0xc647d0)_trace_send: add message 0xbf8c10 (117,  0xc81020)
in pageobj_create markup = basic_browse_thumb.xml
_trace_send: add message 0xb8fed0 (117,  0xc65658)_trace_send: add message 0xba2cd0 (123,  0xc656d8)Trailer: [ onPageCreated ]
_trace_send: add message 0xbf5ed8 (119,  0xc66f98)_trace_send: add message 0xc63608 (139,  0xc67018)_trace_send: add message 0xbc7500 (119,  0xc670e8)_trace_send: add message 0xb904f0 (119,  0xc67168)_trace_send: add message 0xbf8860 (139,  0xc671e8)_trace_send: add message 0xc64728 (119,  0xc672b8)_trace_send: add message 0xbf7eb8 (119,  0xc68b38)_trace_send: add message 0xc68bb8 (139,  0xc68bc8)_trace_send: add message 0xc68d18 (119,  0xc68c98)Trailer: [onPageCreated] added extra content. basic_browse_thumb_video.xml
_trace_send: add message 0xc68ed0 (119,  0xc68e50)_trace_send: add message 0xc31488 (139,  0xc68ee0)_trace_send: add message 0xc67f48 (119,  0xc67ec8)_trace_send: add message 0xc67f58 (164,  0xc67f68)_trace_send: add message 0xc68088 (116,  0xc68010)
in gen_load_file path = basic_browse_thumb_video.xml
_trace_send: add message 0xc68110 (116,  0xc68098)_trace_send: add message 0xc681a0 (121,  0xc68120)_trace_send: add message 0xc68228 (111,  0xc681b0)_trace_send: add message 0xc682b0 (111,  0xc68238)_trace_send: add message 0xc68340 (117,  0xc682c0)_trace_send: add message 0xc67508 (118,  0xc67488)_trace_send: add message 0xc74338 (137,  0xc74348)_trace_send: add message 0xc673b8 (121,  0xc67338)_trace_send: add message 0xc67440 (116,  0xc673c8)
in gen_load_file path = ./inc_optionmenu_ctrlgrp.xml
_trace_send: add message 0xc729a0 (116,  0xc72928)_trace_send: add message 0xc72a30 (121,  0xc729b0)_trace_send: add message 0xc72ab8 (111,  0xc72a40)_trace_send: add message 0xc72b40 (111,  0xc72ac8)_trace_send: add message 0xc72bd0 (117,  0xc72b50)_trace_send: add message 0xc74cb8 (118,  0xc74c38)_trace_send: add message 0xc759a0 (141,  0xc759b0)_trace_send: add message 0xc74b68 (121,  0xc74ae8)_trace_send: add message 0xc6a310 (116,  0xc74b78)
in gen_load_file path = ./inc_optionmenu_node.xml
_trace_send: add message 0xc6a320 (116,  0xc72830)_trace_send: add message 0xc6a028 (121,  0xc728a8)_trace_send: add message 0xc74d40 (111,  0xc74cc8)_trace_send: add message 0xc74dc8 (111,  0xc74d50)_trace_send: add message 0xc7d218 (117,  0xc7d198)_trace_send: add message 0xc7d3f8 (118,  0xc7d378)_trace_send: add message 0xc8de28 (141,  0xc8de38)_trace_send: add message 0xc7d2a8 (121,  0xc7d228)_trace_send: add message 0xc758a8 (116,  0xc7d2b8)
in gen_load_file path = ./file_info.xml
_trace_send: add message 0xc758b8 (116,  0xc75ad0)_trace_send: add message 0xc75010 (121,  0xc75b48)_trace_send: add message 0xc7d4d8 (111,  0xc75bc8)_trace_send: add message 0xc8de18 (111,  0xc75c40)_trace_send: add message 0xc8dd70 (117,  0xc75cb8)_trace_send: add message 0xc75f08 (118,  0xc75e88)_trace_send: add message 0xc75030 (141,  0xc761c0)_trace_send: add message 0xc75db8 (121,  0xc75d38)_trace_send: add message 0xc6a420 (116,  0xc764e0)
in gen_load_file path = ./inc_optionmenu_widgets.xml
_trace_send: add message 0xc6a430 (116,  0xc75a48)_trace_send: add message 0xc75020 (121,  0xc75dc8)_trace_send: add message 0xc75ac0 (111,  0xc75f18)_trace_send: add message 0xc76090 (111,  0xc75f90)_trace_send: add message 0xc76d98 (117,  0xc76d18)_trace_send: add message 0xc76f78 (118,  0xc76ef8)_trace_send: add message 0xc8a980 (141,  0xc77230)_trace_send: add message 0xc76e28 (121,  0xc76da8)_trace_send: add message 0xc6a6b8 (116,  0xc76e38)
in gen_load_file path = ./inc_video_thumb_browse.sheet.xml
_trace_send: add message 0xc6a6c8 (116,  0xc76f98)_trace_send: add message 0xc77090 (121,  0xc77010)_trace_send: add message 0xc76b70 (111,  0xc76af8)_trace_send: add message 0xc76bf8 (111,  0xc76b80)_trace_send: add message 0xc76c88 (117,  0xc76c08)_trace_send: add message 0xc784f8 (118,  0xc78478)_trace_send: add message 0xc8be98 (141,  0xc790e0)_trace_send: add message 0xc783a8 (121,  0xc78328)_trace_send: add message 0xc6a790 (116,  0xc783b8)
in gen_load_file path = ./inc_pip.xml
_trace_send: add message 0xc6a7a0 (116,  0xc77c78)_trace_send: add message 0xc6a758 (121,  0xc77cf0)_trace_send: add message 0xc785d8 (111,  0xc77d70)_trace_send: add message 0xc8be88 (111,  0xc77de8)_trace_send: add message 0xc8d258 (117,  0xc77e60)_trace_send: add message 0xc780b0 (118,  0xc78030)_trace_send: add message 0xc78568 (141,  0xc791e8)_trace_send: add message 0xc77f60 (121,  0xc77ee0)_trace_send: add message 0xc6a8d8 (116,  0xc77f70)
in gen_load_file path = ./inc_loading.xml
_trace_send: add message 0xc6a8e8 (116,  0xc77be0)_trace_send: add message 0xc6a8b0 (121,  0xc79b20)_trace_send: add message 0xc78190 (111,  0xc79ba0)_trace_send: add message 0xc78558 (111,  0xc79c18)_trace_send: add message 0xc89170 (117,  0xc79c90)_trace_send: add message 0xc79ee0 (118,  0xc79e60)_trace_send: add message 0xc6a670 (141,  0xc780c0)_trace_send: add message 0xc6a680 (121,  0xc7a198)_trace_send: add message 0xc6a9a0 (116,  0xc7a4b8)
in gen_load_file path = ./myinfo.xml
_trace_send: add message 0xc6a9b0 (116,  0xc77b68)_trace_send: add message 0xc79f70 (121,  0xc79ef0)_trace_send: add message 0xc6a8c0 (111,  0xc79f80)_trace_send: add message 0xc79d88 (111,  0xc79d10)_trace_send: add message 0xc79e18 (117,  0xc79d98)_trace_send: add message 0xc7afb8 (118,  0xc7af38)_trace_send: add message 0xc7c0f8 (141,  0xc7c630)_trace_send: add message 0xc7c108 (121,  0xc7c528)_trace_send: add message 0xc74208 (116,  0xc7aad0)
in gen_load_file path = ./decoration.xml
_trace_send: add message 0xc74218 (116,  0xc7acb0)_trace_send: add message 0xc741e0 (121,  0xc7ad28)_trace_send: add message 0xc7b028 (111,  0xc7ada8)_trace_send: add message 0xc7c620 (111,  0xc7ae20)_trace_send: add message 0xc7c518 (117,  0xc7ae98)_trace_send: add message 0xc7d188 (118,  0xc7c818)_trace_send: add message 0xc8e4f8 (141,  0xc8e508)_trace_send: add message 0xc7c748 (121,  0xc7c6c8)_trace_send: add message 0xc7c800 (123,  0xc74270)_trace_send: add message 0xc7ac70 (117,  0xcf5550)_trace_send: add message 0xcf5650 (119,  0xcf55d0)_trace_send: add message 0xcf5688 (139,  0xcf5698)_trace_send: add message 0xcf57e8 (119,  0xcf5768)VideoScreensaver: [onPageEnter] page: basic_browse_thumb_video.xml
_trace_send: add message 0xcf59d0 (119,  0xcf5950)_trace_send: add message 0xcf59e0 (139,  0xcf59f0)_trace_send: add message 0xcf5b40 (119,  0xcf5ac0)_trace_send: add message 0xcf5bd0 (119,  0xcf5b50)_trace_send: add message 0xcf5be0 (139,  0xcf5bf0)_trace_send: add message 0xcf5d40 (119,  0xcf5cc0)_trace_send: add message 0xcf5dd0 (119,  0xcf5d50)_trace_send: add message 0xcf5de0 (139,  0xcf5df0)_trace_send: add message 0xcf5f40 (119,  0xcf5ec0)_trace_send: add message 0xcf5fd0 (122,  0xcf5f50)_trace_send: add message 0xcf6060 (122,  0xcf5fe0)_trace_send: add message 0xcf60f0 (119,  0xcf6070)_trace_send: add message 0xcf6100 (139,  0xcf6110)_trace_send: add message 0xcf6260 (119,  0xcf61e0)_trace_send: add message 0xcf62f0 (119,  0xcf6270)_trace_send: add message 0xcf6300 (139,  0xcf6310)_trace_send: add message 0xcf6460 (119,  0xcf63e0)_trace_send: add message 0xcf64f0 (119,  0xcf6470)_trace_send: add message 0xcf6500 (139,  0xcf6510)_trace_send: add message 0xcf6660 (119,  0xcf65e0)Trailer: [ onPageEnter ] (isMediaListPage) page: basic_browse_thumb_video.xml
Trailer: [ selectionFix ]
/tmp/wdtvext-plugins/Trailer/Trailer.plugin.js:157:Error: Command failed with exit code 32512
_trace_send: add message 0xcf6a08 (117,  0xcf6bd8)_trace_send: add message 0xcf8320 (115,  0xcf82a8)_trace_send: add message 0xcf83b0 (119,  0xcf8330)_trace_send: add message 0xcf83d8 (125,  0xcf83e8)_trace_send: add message 0xcf84d8 (119,  0xcf8590)VideoScreensaver: [onPageKey] page: villa_home.xml
_trace_send: add message 0xcf6ef8 (119,  0xcf6fb0)_trace_send: add message 0xcf6ee8 (125,  0xcf7030)_trace_send: add message 0xcf6ed8 (119,  0xcf70b8)_trace_send: add message 0xcf8230 (119,  0xcf7138)_trace_send: add message 0xcf81f0 (125,  0xcf71b8)_trace_send: add message 0xcf8220 (119,  0xcf7268)Trailer: [onPageKey] page: villa_home.xml   key: 38
_trace_send: add message 0xcf81e0 (122,  0xcf73f0)_trace_send: add message 0xcf8178 (122,  0xcf7470)_trace_send: add message 0xcf81a0 (119,  0xcf74f0)_trace_send: add message 0xcf8140 (125,  0xcf7570)_trace_send: add message 0xcf8168 (119,  0xcf7620)_trace_send: add message 0xcf8108 (130,  0xcf76a0)_trace_send: add message 0xcf8130 (134,  0xcf7728)_trace_send: add message 0xc80008 (130,  0xc80c20)_trace_send: add message 0xc7fff8 (134,  0xc80118)_trace_send: add message 0xbf6558 (129,  0xcfc890)_trace_send: add message 0xb8ff70 (115,  0xd2cfb8)_trace_send: add message 0xbf62e8 (119,  0xd07830)_trace_send: add message 0xbf61f8 (139,  0xcfc430)_trace_send: add message 0xbf8850 (119,  0xcf79f0)VideoScreensaver: [onPageKey] page: basic_browse_thumb_video.xml
_trace_send: add message 0xcfbc20 (119,  0xcf6d50)_trace_send: add message 0xb90628 (139,  0xd01b38)_trace_send: add message 0xbf6470 (119,  0xcfbca0)_trace_send: add message 0xbf6070 (119,  0xd07028)_trace_send: add message 0xb11d90 (139,  0xc80508)_trace_send: add message 0xb90390 (119,  0xcfc740)Trailer: [onPageKey] page: basic_browse_thumb_video.xml   key: 64
_trace_send: add message 0xbf8870 (122,  0xcfc9e0)_trace_send: add message 0xbf88e0 (122,  0xcfca60)_trace_send: add message 0xbf88a8 (119,  0xd07230)_trace_send: add message 0xcf7b98 (139,  0xd072b0)_trace_send: add message 0xbf09a0 (119,  0xcfc590)_trace_send: add message 0xcfc368 (119,  0xcfc610)_trace_send: add message 0xc80040 (139,  0xcfcc08)_trace_send: add message 0xbf9770 (119,  0xcfccd8)Trailer: [ onPageKey ] (isMediaListPage) key: 64
Trailer: [ setSearchName starting]
_trace_send: add message 0xbf5f40 (125,  0xcfbdb0)_trace_send: add message 0xbf7ec8 (125,  0xcfc1b8)Trailer: Check if Trailer already found
Lib: [executeCmd]
Lib: [executeCmd]  cmd: find '/tmp/mnt/E8FA-9D51/Trailers/' -maxdepth 1 -name '.*.tgmd'
Lib: [executeCmd]  completed.
Lib: [executeCmd]
Lib: [executeCmd]  cmd: sed -n -e 's/.*<id>\(.*\)<\/id>.*/\1/p' ""
Lib: [executeCmd]  completed.
Trailer: [ metafile folder tgmd ID]
Trailer: [ searchstream]
Lib: [executeCmd]
Lib: [executeCmd]  cmd: find '/tmp/media/usb/USB1/CARTOONS/' -maxdepth 1 -name '.*.tgmd'
Lib: [executeCmd]  completed.
Trailer: [ metafile folder tgmd name]
Lib: [executeCmd]
Lib: [executeCmd]  cmd: sed -n -e 's/.*<id>\(.*\)<\/id>.*/\1/p' ""
Lib: [executeCmd]  completed.
Trailer: [ metafile folder tgmd ID]
Trailer: [setTrailerICON]
Trailer: [setTrailerICON] disabled
Trailer: [ selectionFix ]
/tmp/wdtvext-plugins/Trailer/Trailer.plugin.js:157:Error: Command failed with exit code 32512
_trace_send: add message 0xbf5fd0 (130,  0xcfb390)_trace_send: add message 0xbf97e8 (306,  0xcfb418)_trace_send: add message 0xb902e8 (127,  0xcfb550)Data in [0xcf7c50..0xcf7d10):
 
50 7D CF 00  78 7D CF 00 
00 00 00 00  00 00 00 00 
00 00 00 00  50 00 C8 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
98 7D CF 00  00 00 00 00 
02 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
C0 7D CF 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00
_trace_send: add message 0xbf60e8 (117,  0xcfb5d8)_trace_send: add message 0xc800c8 (119,  0xcfb658)_trace_send: add message 0xd01be0 (139,  0xd2b000)_trace_send: add message 0xbf61b8 (119,  0xd2b0d0)VideoScreensaver: [onPageLeave] page: basic_browse_thumb_video.xml
_trace_send: add message 0xbf5e28 (119,  0xd2b248)_trace_send: add message 0xbf63d0 (139,  0xd2b2c8)_trace_send: add message 0xbf8960 (119,  0xd2b398)_trace_send: add message 0xcfc320 (119,  0xd2b418)_trace_send: add message 0xb90560 (139,  0xd2b498)_trace_send: add message 0xcf95a0 (119,  0xd2b568)Trailer: [onPageLeave] page: basic_browse_thumb_video.xml
_trace_send: add message 0xcfb6d8 (119,  0xd2b6c8)_trace_send: add message 0xcfb9b8 (139,  0xd2b748)_trace_send: add message 0xd2b898 (119,  0xd2b818)_trace_send: add message 0xd2b928 (117,  0xd2b8a8)_trace_send: add message 0xd2cb18 (129,  0xd2ca90)_trace_send: add message 0xc7aca0 (133,  0xc7a000)_trace_send: add message 0xc89180 (130,  0xc76008)_trace_send: add message 0xd2c970 (134,  0xc758c8)_trace_send: add message 0xcfbae8 (129,  0xc7d760)_trace_send: add message 0xcf54f8 (146,  0xc7c480)_trace_send: add message 0xc89a18 (109,  0xc7da38)_trace_send: add message 0xcfbad8 (109,  0xc7c348)_trace_send: add message 0xbfb078 (143,  0xc7c050)_trace_send: add message 0xc79558 (117,  0xc782a8)
in pageobj_create markup = basic_browse_thumb.xml
_trace_send: add message 0xc666d0 (117,  0xc6a8f8)_trace_send: add message 0xc800a0 (123,  0xc7d4f8)Trailer: [ onPageCreated ]
_trace_send: add message 0xb8fec0 (119,  0xc7c3d8)_trace_send: add message 0xcf77f0 (139,  0xc7d5b0)_trace_send: add message 0xc666b0 (119,  0xc7a0a8)_trace_send: add message 0xbe9c60 (119,  0xc7c758)_trace_send: add message 0xc7c5b0 (139,  0xc760a8)_trace_send: add message 0xcf5508 (119,  0xc68350)_trace_send: add message 0xc800d8 (119,  0xc781a0)_trace_send: add message 0xc80108 (139,  0xc6a7b0)_trace_send: add message 0xb8ff90 (119,  0xc7cb50)Trailer: [onPageCreated] added extra content. basic_browse_thumb_video.xml
_trace_send: add message 0xd2cc30 (119,  0xd2cb28)_trace_send: add message 0xbe9c80 (139,  0xc80cf8)_trace_send: add message 0xbed3d0 (119,  0xc6a330)_trace_send: add message 0xbf8840 (164,  0xc7b038)_trace_send: add message 0xc6a690 (116,  0xc6a040)
in gen_load_file path = basic_browse_thumb_video.xml
_trace_send: add message 0xcf6c98 (116,  0xc78a60)_trace_send: add message 0xc78548 (121,  0xcf6dd0)_trace_send: add message 0xc80dc8 (111,  0xc7ce70)_trace_send: add message 0xcf6e50 (111,  0xc8db20)_trace_send: add message 0xbe7780 (117,  0xbe7700)_trace_send: add message 0xc8dc30 (118,  0xc8dbb0)_trace_send: add message 0xc803e0 (137,  0xc7c938)_trace_send: add message 0xc78740 (121,  0xc786c0)_trace_send: add message 0xc89938 (116,  0xc898c0)
in gen_load_file path = ./inc_optionmenu_ctrlgrp.xml
_trace_send: add message 0xc8c818 (116,  0xc8c7a0)_trace_send: add message 0xc899c8 (121,  0xc89948)_trace_send: add message 0xc89da0 (111,  0xc89d28)_trace_send: add message 0xc89e28 (111,  0xc89db0)_trace_send: add message 0xc89eb8 (117,  0xc89e38)_trace_send: add message 0xc8a0a0 (118,  0xc8a020)_trace_send: add message 0xc8aa70 (141,  0xc8aa80)_trace_send: add message 0xc8d110 (121,  0xc8d090)_trace_send: add message 0xbe77d8 (116,  0xc8d120)
in gen_load_file path = ./inc_optionmenu_node.xml
_trace_send: add message 0xcf7bc0 (116,  0xc8d198)_trace_send: add message 0xc8c728 (121,  0xc8c6a8)_trace_send: add message 0xc8d790 (111,  0xc8d718)_trace_send: add message 0xc8d818 (111,  0xc8d7a0)_trace_send: add message 0xc8d8a8 (117,  0xc8d828)_trace_send: add message 0xc7c2e8 (118,  0xc7c268)_trace_send: add message 0xcfe7c8 (141,  0xcfe7d8)_trace_send: add message 0xc7c198 (121,  0xc7c118)_trace_send: add message 0xc8a178 (116,  0xc7c1a8)
in gen_load_file path = ./file_info.xml
_trace_send: add message 0xc8e4d0 (116,  0xcfe8f8)_trace_send: add message 0xc8a168 (121,  0xcfe970)_trace_send: add message 0xc78788 (111,  0xcfe9f0)_trace_send: add message 0xcfe7b8 (111,  0xcfea68)_trace_send: add message 0xcfe710 (117,  0xcfeae0)_trace_send: add message 0xcfed30 (118,  0xcfecb0)_trace_send: add message 0xc8a0b0 (141,  0xcff050)_trace_send: add message 0xcfebe0 (121,  0xcfeb60)_trace_send: add message 0xd2ca60 (116,  0xcff370)
in gen_load_file path = ./inc_optionmenu_widgets.xml
_trace_send: add message 0xc7ff90 (116,  0xcfe870)_trace_send: add message 0xd061b0 (121,  0xcfed40)_trace_send: add message 0xcfe8e8 (111,  0xcfebf0)_trace_send: add message 0xcffc20 (111,  0xcffba8)_trace_send: add message 0xcffcb0 (117,  0xcffc30)_trace_send: add message 0xcffe90 (118,  0xcffe10)_trace_send: add message 0xd03930 (141,  0xd001b0)_trace_send: add message 0xcffd40 (121,  0xcffcc0)_trace_send: add message 0xc8ca58 (116,  0xd004d0)
in gen_load_file path = ./inc_video_thumb_browse.sheet.xml
_trace_send: add message 0xc8ca68 (116,  0xcffd50)_trace_send: add message 0xcfff30 (121,  0xcffeb0)_trace_send: add message 0xc8a0c0 (111,  0xcfff40)_trace_send: add message 0xcffa00 (111,  0xcff988)_trace_send: add message 0xcffa90 (117,  0xcffa10)_trace_send: add message 0xd01478 (118,  0xd013f8)_trace_send: add message 0xd05848 (141,  0xc81938)_trace_send: add message 0xd01328 (121,  0xd012a8)_trace_send: add message 0xc8e468 (116,  0xd01a48)
in gen_load_file path = ./inc_pip.xml
_trace_send: add message 0xc8e478 (116,  0xd01338)_trace_send: add message 0xc8e458 (121,  0xc81ae0)_trace_send: add message 0xd01558 (111,  0xc81b60)_trace_send: add message 0xd05838 (111,  0xc81bd8)_trace_send: add message 0xd04a28 (117,  0xc81c50)_trace_send: add message 0xd00e08 (118,  0xd00d88)_trace_send: add message 0xc81d50 (141,  0xc81d60)_trace_send: add message 0xd011f0 (121,  0xd01170)_trace_send: add message 0xc7ac28 (116,  0xd01200)
in gen_load_file path = ./inc_loading.xml
_trace_send: add message 0xc7ac38 (116,  0xc81a48)_trace_send: add message 0xc7ac00 (121,  0xd00c38)_trace_send: add message 0xd00eb0 (111,  0xd00cb8)_trace_send: add message 0xc81d40 (111,  0xc83298)_trace_send: add message 0xd2c930 (117,  0xc83310)_trace_send: add message 0xc83560 (118,  0xc834e0)_trace_send: add message 0xc81ad0 (141,  0xd00e18)_trace_send: add message 0xc83898 (121,  0xc83818)_trace_send: add message 0xc7bcb8 (116,  0xc83b38)
in gen_load_file path = ./myinfo.xml
_trace_send: add message 0xc7bcc8 (116,  0xc819d0)_trace_send: add message 0xc81ac0 (121,  0xc83570)_trace_send: add message 0xc83408 (111,  0xc83390)_trace_send: add message 0xc83490 (111,  0xc83418)_trace_send: add message 0xc844e8 (117,  0xc84468)_trace_send: add message 0xc846c8 (118,  0xc84648)_trace_send: add message 0xc85be8 (141,  0xc85cf0)_trace_send: add message 0xc84578 (121,  0xc844f8)_trace_send: add message 0xc8d9a0 (116,  0xc85bf8)
in gen_load_file path = ./decoration.xml
_trace_send: add message 0xc8d9b0 (116,  0xc84588)_trace_send: add message 0xc8d978 (121,  0xc842b8)_trace_send: add message 0xc84770 (111,  0xc84338)_trace_send: add message 0xc85ce0 (111,  0xc843b0)_trace_send: add message 0xc85bd8 (117,  0xc85d88)_trace_send: add message 0xc86128 (118,  0xc860a8)_trace_send: add message 0xd09020 (141,  0xd09030)_trace_send: add message 0xc85fd8 (121,  0xc85f58)_trace_send: add message 0xc8d950 (123,  0xc8da08)_trace_send: add message 0xc847b8 (117,  0xd0ebd8)_trace_send: add message 0xc84638 (119,  0xd0ec58)_trace_send: add message 0xd0a368 (139,  0xd0ecd8)_trace_send: add message 0xd0ee28 (119,  0xd0eda8)VideoScreensaver: [onPageEnter] page: basic_browse_thumb_video.xml
_trace_send: add message 0xd0f010 (119,  0xd0ef90)_trace_send: add message 0xd0f020 (139,  0xd0f030)_trace_send: add message 0xd0f180 (119,  0xd0f100)_trace_send: add message 0xd0f210 (119,  0xd0f190)_trace_send: add message 0xd0f220 (139,  0xd0f230)_trace_send: add message 0xd0f380 (119,  0xd0f300)_trace_send: add message 0xd0f410 (119,  0xd0f390)_trace_send: add message 0xd0f420 (139,  0xd0f430)_trace_send: add message 0xd0f580 (119,  0xd0f500)_trace_send: add message 0xd0f610 (122,  0xd0f590)_trace_send: add message 0xd0f6a0 (122,  0xd0f620)_trace_send: add message 0xd0f730 (119,  0xd0f6b0)_trace_send: add message 0xd0f740 (139,  0xd0f750)_trace_send: add message 0xd0f8a0 (119,  0xd0f820)_trace_send: add message 0xd0f930 (119,  0xd0f8b0)_trace_send: add message 0xd0f940 (139,  0xd0f950)_trace_send: add message 0xd0faa0 (119,  0xd0fa20)_trace_send: add message 0xd0fb30 (119,  0xd0fab0)_trace_send: add message 0xd0fb40 (139,  0xd0fb50)_trace_send: add message 0xd0fca0 (119,  0xd0fc20)Trailer: [ onPageEnter ] (isMediaListPage) page: basic_browse_thumb_video.xml
Trailer: [ selectionFix ]
/tmp/wdtvext-plugins/Trailer/Trailer.plugin.js:157:Error: Command failed with exit code 32512
_trace_send: add message 0xc7d0d0 (117,  0xcd8548)_trace_send: add message 0xcd9b50 (115,  0xcd9ad8)_trace_send: add message 0xcd9be0 (119,  0xcd9b60)_trace_send: add message 0xcd8728 (125,  0xcd8738)_trace_send: add message 0xcd8718 (119,  0xcd87e8)VideoScreensaver: [onPageKey] page: villa_home.xml
_trace_send: add message 0xcd8708 (119,  0xcd8958)_trace_send: add message 0xcd9a60 (125,  0xcd89d8)_trace_send: add message 0xcd9a20 (119,  0xcd8a88)_trace_send: add message 0xcd9a50 (119,  0xcd8b08)_trace_send: add message 0xcd99e0 (125,  0xcd8b88)_trace_send: add message 0xcd9a10 (119,  0xcd8c38)Trailer: [onPageKey] page: villa_home.xml   key: 38
_trace_send: add message 0xcd99d0 (122,  0xcd8dc0)_trace_send: add message 0xcd9970 (122,  0xcd8e40)_trace_send: add message 0xcd9998 (119,  0xcd8ec0)_trace_send: add message 0xcd9938 (125,  0xcd8f40)_trace_send: add message 0xcd9960 (119,  0xcd8ff0)_trace_send: add message 0xcd9900 (130,  0xcd9070)_trace_send: add message 0xcd9928 (134,  0xcd90f8)_trace_send: add message 0xcdfd80 (130,  0xcded68)_trace_send: add message 0xcdfda0 (134,  0xcdedf0)_trace_send: add message 0xc27718 (129,  0xcec730)_trace_send: add message 0xc27738 (115,  0xc27780)_trace_send: add message 0xc276c0 (119,  0xce98f0)_trace_send: add message 0xc27728 (139,  0xce4460)_trace_send: add message 0xc30130 (119,  0xce4610)VideoScreensaver: [onPageKey] page: basic_browse_thumb_video.xml
_trace_send: add message 0xcfc330 (119,  0xc324d8)_trace_send: add message 0xcec658 (139,  0xce5320)_trace_send: add message 0xcda2c8 (119,  0xce53b0)_trace_send: add message 0xc63618 (119,  0xcd91d0)_trace_send: add message 0xbf5f50 (139,  0xcd9250)_trace_send: add message 0xbf0948 (119,  0xc30ba8)Trailer: [onPageKey] page: basic_browse_thumb_video.xml   key: 64
_trace_send: add message 0xc276d0 (122,  0xb96358)_trace_send: add message 0xcfc820 (122,  0xb963d8)_trace_send: add message 0xcfc4d8 (119,  0xb32f10)_trace_send: add message 0xc276e0 (139,  0xb32f90)_trace_send: add message 0xbf8a90 (119,  0xb73050)_trace_send: add message 0xcfcaf0 (119,  0xb730d0)_trace_send: add message 0xcd85f0 (139,  0xcd9400)_trace_send: add message 0xae4778 (119,  0xcd94d0)Trailer: [ onPageKey ] (isMediaListPage) key: 64
Trailer: [ setSearchName starting]
_trace_send: add message 0xcfbb30 (125,  0xcd9bf0)_trace_send: add message 0xcfc858 (125,  0xcd9cb8)Trailer: Start search for Trailer
Lib: [executeCmd]
Lib: [executeCmd]  cmd: find '/tmp/mnt/E8FA-9D51/Trailers/' -maxdepth 1 -name '.*.tgmd'
Lib: [executeCmd]  completed.
Lib: [executeCmd]
Lib: [executeCmd]  cmd: sed -n -e 's/.*<id>\(.*\)<\/id>.*/\1/p' ""
Lib: [executeCmd]  completed.
Trailer: [ metafile folder tgmd ID]
Trailer: [ searchstream]
Lib: [executeCmd]
Lib: [executeCmd]  cmd: find '/tmp/media/usb/USB1/Action/' -maxdepth 1 -name '.*.tgmd'
Lib: [executeCmd]  completed.
Trailer: [ metafile folder tgmd name]
Lib: [executeCmd]
Lib: [executeCmd]  cmd: sed -n -e 's/.*<id>\(.*\)<\/id>.*/\1/p' ""
Lib: [executeCmd]  completed.
Trailer: [ metafile folder tgmd ID]
Trailer: [setTrailerICON]
Trailer: [setTrailerICON] disabled
Trailer: [ selectionFix ]
/tmp/wdtvext-plugins/Trailer/Trailer.plugin.js:157:Error: Command failed with exit code 32512
_trace_send: add message 0xbf5fa8 (130,  0xcdf1d8)_trace_send: add message 0xcfc3d0 (304,  0xcdf260)_trace_send: add message 0xb731b0 (125,  0xcdf398)Data in [0xcdafb8..0xcdb078):
 
B0 A4 CD 00  90 A4 CD 00 
00 00 00 00  00 00 00 00 
00 00 00 00  C0 98 CD 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
D8 A4 CD 00  00 00 00 00 
02 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
B8 B0 CD 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00 
00 00 00 00  00 00 00 00
_trace_send: add message 0xc31510 (117,  0xcdf420)_trace_send: add message 0xcfc568 (119,  0xcdf4a0)_trace_send: add message 0xcfc928 (139,  0xcdf520)_trace_send: add message 0xcfce38 (119,  0xcdf5f0)VideoScreensaver: [onPageLeave] page: basic_browse_thumb_video.xml
_trace_send: add message 0xcfbc90 (119,  0xcdf768)_trace_send: add message 0xcd97e0 (139,  0xcdf7e8)_trace_send: add message 0xcfbd68 (119,  0xcdf8b8)_trace_send: add message 0xcdf9b8 (119,  0xcdf938)_trace_send: add message 0xcdf9c8 (139,  0xcdf9d8)_trace_send: add message 0xcdfb28 (119,  0xcdfaa8)Trailer: [onPageLeave] page: basic_browse_thumb_video.xml
_trace_send: add message 0xce4df0 (119,  0xcdfc18)_trace_send: add message 0xcdfc98 (139,  0xcdfca8)_trace_send: add message 0xcdc680 (119,  0xcdc600)_trace_send: add message 0xcdc710 (117,  0xcdc690)_trace_send: add message 0xcd9e00 (129,  0xcd9d78)_trace_send: add message 0xcf7948 (133,  0xc85fe8)_trace_send: add message 0xc7ca80 (130,  0xcdb518)_trace_send: add message 0xc740c0 (134,  0xcdb5a0)


KAD

edit: it was something with my root.bin
root.bin + no ext = successful boot
no root.bin + ext = successful boot
root.bin + ext = device does not boot

anyways, maybe somebody can confirm, looks like onPageEnter does not work
at least it doesn't with VideoScreensaver.plugin.js





Please provide info(version, etc), links to plugins in order to reproduce it
Wanna help WDTVExt for WDTVLive and RemoteView? Image
pibos
Developer
 
Posts: 34
Joined: Tue Apr 06, 2010 2:36 pm

Re: Development resumed on wdtvext - 1.05.04 supported !!!!!   

Postby KAD » Tue Apr 03, 2012 7:41 am

If you like my work please consider a Donation. Donate
Please read the appropriate documentation before posting questions! READ ME FAQ WIKI
User avatar
KAD
Global Moderator
 
Posts: 4005
Joined: Mon Apr 12, 2010 4:59 pm
Location: Seattle, WA USA

Re: Development resumed on wdtvext - 1.05.04 supported !!!!!   

Postby recliq » Tue Apr 03, 2012 7:42 am

I think KAD's problem with your version is that it tries to load the plugins from /tmp/mnt (main.js)
whereas I modified my version to load plugins from /tmp/wdtvext-plugins (this is where crazymount mounts a .wdtvext-plugins folder found on usb drive).

Both is wrong for wdtvext included in wdlxtv, the included version loads plugins from /tmp/wdtvext-enabled-plugins,
have a look at main.js and plugin.js in svn wdlxtv-live trunk. :mrgreen:
https://svn.wdlxtv.com/listing.php?repname=wdlxtv-live&path=%2Ftrunk%2Fwdtvext%2Fjs%2F&#a8c481c4e3cde55ed7c6270694224e35a
­WDLXTV Project Maintainer
-:] If you like my contributions feel free to donate for a beer or a new flash drive. ...and always remember: RTFM! (README, FAQ, WIKI) [:-
User avatar
recliq
WDLXTV Team
 
Posts: 5021
Joined: Thu Apr 15, 2010 8:09 am
Location: Kiel, Germany

Re: Development resumed on wdtvext - 1.05.04 supported !!!!!   

Postby KAD » Tue Apr 03, 2012 7:53 am

I originally wondered if, it would find the plugins at all without that patch recliq mentioned earlier

if recliq shows onPageEnter working on his end, I'd trust it

KAD
If you like my work please consider a Donation. Donate
Please read the appropriate documentation before posting questions! READ ME FAQ WIKI
User avatar
KAD
Global Moderator
 
Posts: 4005
Joined: Mon Apr 12, 2010 4:59 pm
Location: Seattle, WA USA

Re: Development resumed on wdtvext - 1.05.04 supported !!!!!   

Postby recliq » Tue Apr 03, 2012 8:02 am

I'll try to test videoscreensaver later today...
­WDLXTV Project Maintainer
-:] If you like my contributions feel free to donate for a beer or a new flash drive. ...and always remember: RTFM! (README, FAQ, WIKI) [:-
User avatar
recliq
WDLXTV Team
 
Posts: 5021
Joined: Thu Apr 15, 2010 8:09 am
Location: Kiel, Germany

Re: Development resumed on wdtvext - 1.05.04 supported !!!!!   

Postby KAD » Tue Apr 03, 2012 1:06 pm

recliq wrote:I'll try to test videoscreensaver later today...


always appreciate any help,

:idea: maybe you could put a working root.bin with reloader in the beta forum
so that others could help with testing
seems there's quite a few plugins for a single person to test

here's what I've got on my list of plugins that I worked on
videoscreensaver
Trailers
Time

contained in osd.bin's that need to be updated for 1.05.04
EyeCandy ColorSchemes
AeonThumbnail
AeonRemote

and I've got another bright idea to work on, but I'll hold that idea till everyting else is working

KAD
If you like my work please consider a Donation. Donate
Please read the appropriate documentation before posting questions! READ ME FAQ WIKI
User avatar
KAD
Global Moderator
 
Posts: 4005
Joined: Mon Apr 12, 2010 4:59 pm
Location: Seattle, WA USA

Re: Development resumed on wdtvext - 1.05.04 supported !!!!!   

Postby pibos » Tue Apr 03, 2012 1:41 pm

@KAD, @recliq

what do you have open for me as bugs now?
what do you want me do do next?
Wanna help WDTVExt for WDTVLive and RemoteView? Image
pibos
Developer
 
Posts: 34
Joined: Tue Apr 06, 2010 2:36 pm

Re: Development resumed on wdtvext - 1.05.04 supported !!!!!   

Postby KAD » Tue Apr 03, 2012 1:55 pm

pibos wrote:@KAD, @recliq

what do you have open for me as bugs now?
what do you want me do do next?


probably a good idea to hear from recliq on this
I'm no programmer and recliq basically taught me whatever .js I know right here on forum

my opinion, we need an easy way to start testing these plugins
I've got 6 plugins on my list
I count another 9 in svn
total 15 plugins to test

if recliq is correct
recliq wrote:I think KAD's problem with your version is that it tries to load the plugins from /tmp/mnt (main.js)
whereas I modified my version to load plugins from /tmp/wdtvext-plugins (this is where crazymount mounts a .wdtvext-plugins folder found on usb drive).

Both is wrong for wdtvext included in wdlxtv, the included version loads plugins from /tmp/wdtvext-enabled-plugins,
have a look at main.js and plugin.js in svn wdlxtv-live trunk. :mrgreen:
https://svn.wdlxtv.com/listing.php?repname=wdlxtv-live&path=%2Ftrunk%2Fwdtvext%2Fjs%2F&#a8c481c4e3cde55ed7c6270694224e35a


then he's currently the only person with a patched version that's really able to test anything
seems like quite a bit for one person to test by himself

KAD
If you like my work please consider a Donation. Donate
Please read the appropriate documentation before posting questions! READ ME FAQ WIKI
User avatar
KAD
Global Moderator
 
Posts: 4005
Joined: Mon Apr 12, 2010 4:59 pm
Location: Seattle, WA USA

Re: Development resumed on wdtvext - 1.05.04 supported !!!!!   

Postby recliq » Tue Apr 03, 2012 2:29 pm

Hey pibos,

here's my list of most annoying bugs (all present in old 1.02 version not checked everything in 1.05 version...)
Bugs:
  • setParam()/getParam() not working in onPageEnter() and onPageCreated()
  • page.selectedMedia is not populated in onPageEnter() and onPageCreate()
    In the past I (we) circumvent this by triggering something like "echo 1 >/tmp/or_injection" to fire onPageKey() with populated page.selectedMedia,
    recently I turned to set a script variable to true and check for populated page.selectedMedia in onPageTimer() when script variable is true.
  • JavaScript timers don't work (setInterval()/setTimeout())

Features/Improvements:
  • custom pages with at least onPageKey support (no menus needed for start...)
  • update Spidermonkey to support JSON methods
  • implement some nice methods to execute shell commands (would be nice to get stdout/stderr/exit code)
    I tried to implement something like this in the current engine and it's quite ugly and maybe slow... see extra.js -> sysCmd()
  • add javascript sqlite3 support? (not really important, most can be done with shell commands...)

These are the things coming to my mind.
­WDLXTV Project Maintainer
-:] If you like my contributions feel free to donate for a beer or a new flash drive. ...and always remember: RTFM! (README, FAQ, WIKI) [:-
User avatar
recliq
WDLXTV Team
 
Posts: 5021
Joined: Thu Apr 15, 2010 8:09 am
Location: Kiel, Germany

PreviousNext

Return to WDTVExt discussion

Who is online

Users browsing this forum: No registered users and 0 guests