Unable to go to home window from network folder
#1
I configured XBMC to open a network folder on startup with below command in autoexec.py.
xbmc.executebuiltin("ActivateWindow(10025,smb://PC/Films/)")

If I press 'back' on the remote to go to the home window a message is showing "Working.. Please wait", but nothing happens. Even if I wait for 10 minutes.
Only if I press 'back' again, I go to the home window.

I created a debug log:

12:35:24 T:1964 DEBUG: CApplication::OnKey: backspace (f008) pressed, action is Back
12:35:24 T:1964 DEBUG: CGUIMediaWindow::GetDirectory (smb://PC/Films/)
12:35:24 T:1964 DEBUG: ParentPath = [smb://PC]
12:35:24 T:1964 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select strFilename,playCount from files where idPath=3
12:35:24 T:2756 DEBUG: Thread Background Loader start, auto delete: 0
12:35:25 T:2456 DEBUG: CImageLoader::DoWork - took 104 ms to load special://masterprofile/Thumbnails/Video/a/auto-ae106235.tbn
12:35:25 T:2316 DEBUG: CImageLoader::DoWork - took 557 ms to load special://masterprofile/Thumbnails/Video/d/auto-dbf193a0.tbn
12:35:25 T:2756 DEBUG: Thread Background Loader 2756 terminating
12:35:26 T:1964 DEBUG: SDLKeyboard: scancode: 0e, sym: 0008, unicode: 0008, modifier: 0
12:35:26 T:1964 DEBUG: CApplication::OnKey: backspace (f008) pressed, action is Back
12:35:26 T:1964 DEBUG: CGUIMediaWindow::GetDirectory (smb://PC)
12:35:26 T:1964 DEBUG: ParentPath = []
12:35:26 T:1964 DEBUG: ------ Window Init (DialogBusy.xml) ------
12:35:37 T:1964 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib.dll)
12:35:41 T:2356 DEBUG: Trying to connect to \\PC with username(XXXX) and password(XXXX)
12:35:41 T:2356 ERROR: CJobWorker::Process error processing job
12:35:56 T:2456 DEBUG: Thread Jobworker 2456 terminating (autodelete)
12:35:56 T:2316 DEBUG: Thread Jobworker 2316 terminating (autodelete)
12:36:11 T:2356 DEBUG: Thread Jobworker 2356 terminating (autodelete)
12:40:11 T:2184 DEBUG: Thread CRemoteControl 2184 terminating

Could someone please have a look?

Your help is much appreciated.
Reply
#2
Add return as a parameter to the ActivateWindow call.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Works like a charm!

Thanks very much!
Reply

Logout Mark Read Team Forum Stats Members Help
Unable to go to home window from network folder0