• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
XBMC using Windows SMB functionality - please test
#61
I have tried the following:

XBMC--->SHARE---Result with IP

Vista---->2008----Doesnt work
Vista---->XP------Works
XP------>2008----Works

Maybe its just a problem with my Vista machine, but i reacted when i read nekrosoft13 posts.
But as i said, it always works if i use the Computername instead of the ipnumber.
Reply
#62
all machines are admin, the user "xbox" that was created just for shares with XBMC is admin account.

you want me to run that dir /al from the server or client?
Reply
#63
WiSo Wrote:So I've tested the stacking of directories and also path with and $ at the end and both worked fine for me.

Does any of the "slow reporters" have a debug logfile?
Hopefully we can see where the time gets lost.
I've tested with 10000 dummy files in one directory and there was only a short hick up (<1s). Maybe there's something different with real video files but unfortunately I don't have such a huge list Wink

Below is a part from the debug file where I try to enter my share named TVSeries. It takes 15-20 seconds to open. Inside it I have 28 folders, nothing else.

Further down you see that when I enter "Blandat" it takes no time at all.

Code:
06:52:07 T:3156 M:2219876352   DEBUG: CApplication::OnKey: 61480 pressed, action is 4
06:52:08 T:3156 M:2219544576   DEBUG: CApplication::OnKey: 61480 pressed, action is 4
06:52:08 T:3156 M:2219016192   DEBUG: CApplication::OnKey: 61480 pressed, action is 4
06:52:09 T:3156 M:2218622976   DEBUG: CApplication::OnKey: 61480 pressed, action is 4
06:52:12 T:3156 M:2226556928   DEBUG: CApplication::OnKey: 61453 pressed, action is 7
06:52:12 T:3156 M:2226552832   DEBUG: Clearing cached fileitems [smb://John%20Tilly:XXXXXX@JohnTilly-PC/TVSeries/]
06:52:12 T:3156 M:2226634752   DEBUG: CGUIMediaWindow::GetDirectory (smb://John%20Tilly:XXXXXX@JohnTilly-PC/TVSeries/)
06:52:12 T:3156 M:2226634752   DEBUG:   ParentPath = []
06:52:27 T:3156 M:2269356032   DEBUG: CFileItemList::Sort, sorting took 0 millis
06:52:27 T:3688 M:2269347840   DEBUG: thread start, auto delete: 0
06:52:27 T:3896 M:2269335552   DEBUG: thread start, auto delete: 0
06:52:27 T:3712 M:2269323264   DEBUG: thread start, auto delete: 0
06:52:27 T:3716 M:2269310976   DEBUG: thread start, auto delete: 0
06:52:27 T:4016 M:2269327360   DEBUG: thread start, auto delete: 0
06:52:27 T:3896 M:2269560832   DEBUG: CThread::staticThread, deleting thread graphic context
06:52:27 T:3896 M:2269560832   DEBUG: Thread 3896 terminating
06:52:27 T:4016 M:2269560832   DEBUG: CThread::staticThread, deleting thread graphic context
06:52:27 T:4016 M:2269569024   DEBUG: Thread 4016 terminating
06:52:27 T:3716 M:2269585408   DEBUG: CThread::staticThread, deleting thread graphic context
06:52:27 T:3716 M:2269585408   DEBUG: Thread 3716 terminating
06:52:27 T:3712 M:2269585408   DEBUG: CThread::staticThread, deleting thread graphic context
06:52:27 T:3712 M:2269597696   DEBUG: Thread 3712 terminating
06:52:27 T:3688 M:2269609984   DEBUG: CThread::staticThread, deleting thread graphic context
06:52:27 T:3688 M:2269609984   DEBUG: Thread 3688 terminating
06:52:27 T:3156 M:2268622848   DEBUG: SECTION:UnloadDelayed(DLL: Q:\system\ImageLib.dll)
06:52:27 T:3156 M:2268622848   DEBUG: Q:\system\ImageLib.dll (base 0A440000): Detected memory leaks: 1 leaks
06:52:27 T:3156 M:2268622848   DEBUG: leak caller address  a508ef8, size      128, counter    1
06:52:27 T:3156 M:2268622848   DEBUG: ImageLib.dll: Total bytes leaked: 128
06:52:27 T:3156 M:2269700096    INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http ://images.thetvdb.com (easy=0D3C8E08, multi=029FAF98)
06:52:27 T:3156 M:2269634560    INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http ://images.thetvdb.com (easy=08F01A08, multi=029FB240)
06:52:30 T:3156 M:2267656192   DEBUG: CApplication::OnKey: 61453 pressed, action is 7
06:52:30 T:3156 M:2267656192   DEBUG: Clearing cached fileitems [smb://John%20Tilly:XXXXXXX@JohnTilly-PC/TVSeries/Blandat/]
06:52:30 T:3156 M:2267734016   DEBUG: CGUIMediaWindow::GetDirectory (smb://John%20Tilly:XXXXXX@JohnTilly-PC/TVSeries/Blandat/)
06:52:30 T:3156 M:2267734016   DEBUG:   ParentPath = [smb://John%20Tilly:XXXXXX@JohnTilly-PC/TVSeries/]
06:52:30 T:3156 M:2267664384   DEBUG: CFileItemList::Sort, sorting took 0 millis
Reply
#64
Taught I help out with testing hidden shared directory on a Vista machine. Working ok for me. Tested with both IP and Machine name on the path.
XBMC running on Vista machine. Didn't put authentication for this test.


<source>
<name>TEST MEDIA</name>
<path>smb://192.168.1.145/Media$/</path>
</source>
Reply
#65
Wiso Added some more logging, did a build including this update
Rev16500
Reply
#66
A little bit too early Jester Smile
I've fixed also an authentication issue which appears on Vista.
Unfortunately there's a problem/bug when using Vista as client (with my XP "server"). Even using the right password and username doesn't allow you to connect. If you connect manually via cmd line it works fine. I found a MS bug report filled but no solution yet.
Accessing a share via IP or name work both for me.
Browsing on Vista showed me some weird behavior. It just fails if the firewall is enabled. When disabled it worked but only for a local share. I wasn't able to see Samba and XP shares but connecting to them manually via command line works Huh
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.
Reply
#67
@WiSo
Build 501 is cooking as we speak
Reply
#68
nekrosoft13 Wrote:all machines are admin, the user "xbox" that was created just for shares with XBMC is admin account.

you want me to run that dir /al from the server or client?

On the server please. I would like to see if there are any junctions but I assume you suffer from the Vista auth bug.
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.
Reply
#69
mindweaver Wrote:Below is a part from the debug file where I try to enter my share named TVSeries. It takes 15-20 seconds to open. Inside it I have 28 folders, nothing else.

So I just need 28 empty folders to try to reproduce it or at least with some video files in it I assume? Big Grin
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.
Reply
#70
Upped Rev16501
Reply
#71
WiSo Wrote:So I've tested the stacking of directories and also path with and $ at the end and both worked fine for me.

Does any of the "slow reporters" have a debug logfile?
Hopefully we can see where the time gets lost.
I've tested with 10000 dummy files in one directory and there was only a short hick up (<1s). Maybe there's something different with real video files but unfortunately I don't have such a huge list Wink

with your last xbmc.exe smb patch from WISO :

19:28:34 T:3772 M:641544192 DEBUG: Alloc resources: 64.96ms (18.28 ms skin load, 0.53 ms preload)
19:28:34 T:3772 M:641523712 DEBUG: CGUIMediaWindow::GetDirectory ()
19:28:34 T:3772 M:641523712 DEBUG: ParentPath = []
19:28:34 T:3772 M:641355776 DEBUG: CFileItemList::Sort, sorting took 0 millis
19:28:34 T:3536 M:641404928 DEBUG: thread start, auto delete: 0
19:28:34 T:3536 M:641400832 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:28:34 T:3536 M:641400832 DEBUG: Thread 3536 terminating
19:28:36 T:3772 M:641445888 DEBUG: Clearing cached fileitems [smb://DATA/Films/]
19:28:36 T:3772 M:641437696 DEBUG: CGUIMediaWindow::GetDirectory (smb://DATA/Films/)
19:28:36 T:3772 M:641437696 DEBUG: ParentPath = []
19:28:45 T:3852 M:641277952 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:28:45 T:3852 M:641277952 DEBUG: Thread 3852 terminating
19:28:57 T:3772 M:641630208 DEBUG: CFileItemList::Sort, sorting took 0 millis
19:28:57 T:3960 M:641617920 DEBUG: thread start, auto delete: 0
19:28:57 T:3776 M:641609728 DEBUG: thread start, auto delete: 0
19:28:57 T:3132 M:641589248 DEBUG: thread start, auto delete: 0
19:28:57 T:3760 M:641572864 DEBUG: thread start, auto delete: 0
19:28:57 T:3768 M:641560576 DEBUG: thread start, auto delete: 0
19:28:57 T:3768 M:641499136 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:28:57 T:3768 M:641527808 DEBUG: Thread 3768 terminating
19:28:57 T:3776 M:641540096 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:28:57 T:3776 M:641540096 DEBUG: Thread 3776 terminating
19:28:57 T:3132 M:641552384 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:28:57 T:3132 M:641552384 DEBUG: Thread 3132 terminating
19:28:57 T:3760 M:641552384 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:28:57 T:3760 M:641564672 DEBUG: Thread 3760 terminating
19:28:57 T:3960 M:641564672 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:28:57 T:3960 M:641593344 DEBUG: Thread 3960 terminating
19:29:13 T:3772 M:650121216 DEBUG: CGUIWindowManager:TonguereviousWindow: Deactivate
19:29:14 T:3772 M:650534912 DEBUG: CGUIWindowManager:TonguereviousWindow: Activate new
19:29:14 T:3772 M:650526720 INFO: Loading skin file: Home.xml
19:29:14 T:3772 M:650420224 DEBUG: Load Home.xml: 13.58ms
19:29:14 T:3772 M:650178560 DEBUG: Alloc resources: 26.23ms (13.64 ms skin load, 0.20 ms preload)
19:29:16 T:3772 M:648851456 DEBUG: CApplication::OnMessage : Translating ActivateWindow(ShutdownMenu)
19:29:16 T:3772 M:648847360 DEBUG: CApplication::OnMessage : To ActivateWindow(ShutdownMenu)
19:29:16 T:3772 M:648847360 DEBUG: Activating window ID: 10111
19:29:16 T:3772 M:648847360 DEBUG: Checking if window ID 10111 is locked.
19:29:16 T:3772 M:648847360 INFO: Loading skin file: DialogButtonMenu.xml
19:29:16 T:3772 M:648830976 DEBUG: Load DialogButtonMenu.xml: 5.80ms
19:29:16 T:3772 M:628076544 DEBUG: Alloc resources: 444.34ms (5.85 ms skin load, 0.58 ms preload)
19:29:18 T:3772 M:628195328 DEBUG: CApplication::OnMessage : Translating dialog.close(all,true)
19:29:18 T:3772 M:628195328 DEBUG: CApplication::OnMessage : To dialog.close(all,true)
19:29:18 T:3772 M:634646528 DEBUG: CApplication::OnMessage : Translating XBMC.Quit()
19:29:18 T:3772 M:634646528 DEBUG: CApplication::OnMessage : To XBMC.Quit()
19:29:18 T:3772 M:634642432 NOTICE: Storing total System Uptime
19:29:18 T:3772 M:634642432 NOTICE: Saving settings
19:29:18 T:3772 M:634601472 NOTICE: stop all
19:29:18 T:3772 M:634601472 DEBUG: CNetwork::NetworkMessage - Stopping network services
19:29:18 T:3772 M:634601472 NOTICE: ES: Stopping event server
19:29:19 T:3788 M:634597376 NOTICE: ES: UDP Event server stopped
19:29:19 T:3788 M:634597376 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:29:19 T:3788 M:634597376 DEBUG: Thread 3788 terminating
19:29:19 T:3772 M:634638336 NOTICE: stop dvd detect media
19:29:19 T:3872 M:634638336 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:29:19 T:3872 M:634638336 DEBUG: Thread 3872 terminating
19:29:19 T:3772 M:634687488 NOTICE: stop sap announcement listener
19:29:19 T:3772 M:634691584 NOTICE: clean cached files!
19:29:19 T:3772 M:634683392 NOTICE: unload skin
19:29:19 T:3772 M:641236992 NOTICE: stop python
19:29:19 T:3772 M:641236992 NOTICE: stopped

EDIT: with the last svn 16506 is identical.

EDIT: with the standard version 8.10 (direct acces)

19:56:36 T:2292 M:630833152 DEBUG: Alloc resources: 61.47ms (17.88 ms skin load, 0.58 ms preload)
19:56:36 T:2292 M:630820864 DEBUG: CGUIMediaWindow::GetDirectory ()
19:56:36 T:2292 M:630820864 DEBUG: ParentPath = []
19:56:36 T:2292 M:630624256 DEBUG: CFileItemList::Sort, sorting took 0 millis
19:56:36 T:2396 M:630611968 DEBUG: thread start, auto delete: 0
19:56:36 T:2396 M:630599680 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:56:36 T:2396 M:630599680 DEBUG: Thread 2396 terminating
19:56:38 T:2292 M:622145536 DEBUG: Clearing cached fileitems [smb://DATA/Films/]
19:56:38 T:2292 M:622137344 DEBUG: CGUIMediaWindow::GetDirectory (smb://DATA/Films/)
19:56:38 T:2292 M:622137344 DEBUG: ParentPath = []
19:56:38 T:2292 M:621740032 DEBUG: DIRECTORY::CSMBDirectory::OpenDir - Using authentication url smb://DATA/Films
19:56:38 T:2292 M:621248512 DEBUG: CFileItemList::Sort, sorting took 0 millis
19:56:38 T:1844 M:621232128 DEBUG: thread start, auto delete: 0
19:56:38 T:2452 M:621170688 DEBUG: thread start, auto delete: 0
19:56:38 T:2384 M:621150208 DEBUG: thread start, auto delete: 0
19:56:38 T:452 M:621101056 DEBUG: thread start, auto delete: 0
19:56:38 T:2372 M:621060096 DEBUG: thread start, auto delete: 0
19:56:38 T:452 M:621019136 DEBUG: XFILE::CFileSMB::Exists(smb://DATA/Films/testhd/folder.jpg)
19:56:38 T:452 M:621002752 DEBUG: XFILE::CFileSMB::Exists(smb://DATA/Films/testhd/fanart.png)
19:56:38 T:452 M:621002752 DEBUG: XFILE::CFileSMB::Exists(smb://DATA/Films/testhd/fanart.jpg)
19:56:38 T:2452 M:620994560 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:56:38 T:2452 M:620994560 DEBUG: Thread 2452 terminating
19:56:38 T:452 M:621006848 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:56:38 T:452 M:621006848 DEBUG: Thread 452 terminating
19:56:38 T:2384 M:621031424 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:56:38 T:2384 M:621031424 DEBUG: Thread 2384 terminating
19:56:38 T:1844 M:621031424 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:56:38 T:1844 M:621031424 DEBUG: Thread 1844 terminating
19:56:38 T:2372 M:621060096 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:56:38 T:2372 M:621060096 DEBUG: Thread 2372 terminating
19:56:40 T:2292 M:621252608 DEBUG: CGUIMediaWindow::GetDirectory ()
19:56:40 T:2292 M:621252608 DEBUG: ParentPath = []
19:56:40 T:2292 M:621187072 DEBUG: CFileItemList::Sort, sorting took 0 millis
19:56:40 T:2296 M:621178880 DEBUG: thread start, auto delete: 0
19:56:40 T:2296 M:621174784 DEBUG: CThread:ConfusedtaticThread, deleting thread graphic context
19:56:40 T:2296 M:621174784 DEBUG: Thread 2296 terminating
19:56:40 T:2292 M:620720128 DEBUG: CGUIWindowManager:TonguereviousWindow: Deactivate
Reply
#72
Are people with the slow problem are on Vista or XP? Are u using the Windows firewall?
Using Vista's firewall showed me a similar behavior and it took some time.
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.
Reply
#73
WiSo Wrote:Are people with the slow problem are on Vista or XP? Are u using the Windows firewall?
Using Vista's firewall showed me a similar behavior and it took some time.

Yes, I am on Vista, and I have the firewall activated.

I can't use 16506 to test since it is broken. no fanart and doesn't seem to play videos Smile
Reply
#74
WiSo Wrote:On the server please. I would like to see if there are any junctions but I assume you suffer from the Vista auth bug.

ok a bit more details

<name>Video Collection on NeKroServ</name>
<path>smb://xbox:<passwordremoved>@192.168.0.101/Share1E$/</path>
<path>smb://xbox:<passwordremoved>@192.168.0.101/Share2F$/</path>
<path>smb://xbox:<passwordremoved>@192.168.0.101/Share3G$/</path>


Server 2008 (evaluation, reinstalling every few months after re arm stops working) - basically need it for education purpose, used to be server 2003 before.

Share1E$ is Junction to Drive E, located in D:\Shares\E Drive
Share2F$ is Junction to Drive F, located in D:\Shares\F Drive
Share3G$ is Junction to Drive G, located in D:\Shares\G Drive

D:\Shares is also shared as Shares

Shares share is used over the network to organize files, add, delete etc... Reason for the junctions is to have easy access to all Partitions.

D:\
------Shares <--- Shared as Shares
-----------E Drive <--- Shared as Share1E$ <---- Junction to E drive
-----------F Drive <--- Shared as Share2F$ <--- Junction to F drive
-----------G Drive <--- Shared as Share3G$ <--- Junction to G drive
Reply
#75
mindweaver Wrote:Yes, I am on Vista, and I have the firewall activated.

I can't use 16506 to test since it is broken. no fanart and doesn't seem to play videos Smile

501 should work fine for testing this
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7

Logout Mark Read Team Forum Stats Members Help
XBMC using Windows SMB functionality - please test0