Now i'm running VLC 1.1.0 rc but this one is complaining that it's unable to find files
File reading failed:
Code: Select all
VLC could not open the file "\\F:\MP3\********************.mp3".
Your input can't be opened:
VLC is unable to open the MRL 'file://F:\MP3\********************.mp3'. Check the log for details.
File reading failed:
VLC could not open the file "\\F:\MP3\********************.mp3".
Your input can't be opened:
VLC is unable to open the MRL 'file://F:\MP3\********************.mp3'. Check the log for details.
File reading failed:
VLC could not open the file "\\F:\MP3\********************.mp3".
Your input can't be opened:
A small portion i could grab from logging:
Code: Select all
main debug: processing request item 24-**************************.mp3 node Playlist skip 0
main debug: resyncing on 24-**************************.mp3
main debug: 24-**************************.mp3 is at 23
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for '24-**************************.mp3'
main debug: thread started
main debug: thread (input) created at priority 1 (../.././src/input/input.c:214)
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path 'C:\Users\<user>\AppData\Local\Temp'
main debug: `file://F:\MP3\24-**************************.mp3' gives access `file' demux `' path `\\F:\MP3\24-**************************.mp3'
main debug: creating demux: access='file' demux='' path='\\F:\MP3\24-**************************.mp3'
main debug: looking for access_demux module: 2 candidates
qt4 debug: IM: Setting an input
dvdnav warning: cannot open dvdnav
main debug: no access_demux module matching "file" could be loaded
main debug: TIMER module_need() : 2252.000 ms - Total 2252.000 ms / 1 intvls (Avg 2252.000 ms)
main debug: creating access 'file' path='\\F:\MP3\24-**************************.mp3'
main debug: looking for access module: 2 candidates
filesystem debug: opening file `\\F:\MP3\24-**************************.mp3'
filesystem error: cannot open file \\F:\MP3\24-**************************.mp3 (No such file or directory)
main debug: no access module matching "file" could be loaded
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main error: open of `file://F:\MP3\24-**************************.mp3' failed: (null)
main debug: finished input
main debug: thread ended
main debug: dead input
main debug: thread times: real 0m2.254128s, kernel 0m0.000000s, user 0m0.000000s
main debug: changing item without a request (current 23/24)
main debug: nothing to play
qt4 debug: IM: Deleting the input
main debug: TIMER input launching for '24-**************************.mp3' : 2310.000 ms - Total 2310.000 ms / 1 intvls (Avg 2310.000 ms)
Any suggestions?