Invalid handle playing FLAC from SMB
#1
After 15/20 minutes, playing FLAC from SMB connection, XBMC hangs and sound get in loop. Tested on two different PC.

No error playing MP3 from the same SMB connection and no error playing the same FLAC from local drive.

here are the last lines of log:

Code:
23:23:53 T:13036 M:1122160640   DEBUG: Playback has started
23:23:53 T:15132 M:1122160640   DEBUG: CGUIInfoManager::SetCurrentSong(smb://MULETTO/flac/Within Temptation/Destroyed/06 - Towards The End.flac)
23:23:53 T:15132 M:1122242560   DEBUG: CFileItem::LoadMusicTag: loading tag information for file: smb://MULETTO/flac/Within Temptation/Destroyed/06 - Towards The End.flac
23:23:53 T:15132 M:1122242560   DEBUG: CFileSMB::Open - opened flac/Within Temptation/Destroyed/06 - Towards The End.flac, fd=10000
23:23:53 T:15132 M:1122246656   DEBUG: CFileSMB::Close closing fd 10000
23:23:53 T:15132 M:1122246656   DEBUG: Loading additional tag info for file smb://MULETTO/flac/Within Temptation/Destroyed/06 - Towards The End.flac
23:23:53 T:15132 M:1122246656   DEBUG: CFileSMB::Open - opened flac/Within Temptation/Destroyed/06 - Towards The End.flac, fd=10000
23:23:53 T:15132 M:1122242560   DEBUG: CFileSMB::Close closing fd 10000
23:24:29 T:15168 M:1122365440    INFO: smb: write_data: write failure. Error = No error
23:24:29 T:15168 M:1122365440    INFO: smb: write_socket: Error writing 59 bytes to socket 808: ERRNO = No error
23:24:29 T:15168 M:1122357248    INFO: smb: Error writing 59 bytes to client. -1 (No error)
23:24:29 T:15168 M:1122340864   ERROR: XFILE::CFileSMB::Read - Error( Invalid handle )
23:24:29 T:15168 M:1122340864    INFO: CFileCache::Process - Hit eof.
Reply
#2
Can anyone confirm this bug ? May I post a ticket on trac ?
Reply
#3
The smb client in win32 is known to be faulty since the port effort for the newest one is to high. Mount the shares on OS level and access them locally via XBMC should solve the issue.
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
#4
Quote:Mount the shares on OS level and access them locally via XBMC should solve the issue.
That is to create a mapped drive from the SMB shares and browse through the newly created drive letter right?

Just for Win32 user clarity.
Reply

Logout Mark Read Team Forum Stats Members Help
Invalid handle playing FLAC from SMB0