Hey there, I know I'm years too late to reply to this but for anyone stumbling across this while searching for a solution, here ya go.
It might sound weird but the cause could just be that your filename is too long...
It probably has something to do with bits and stuff but apparently when the file name is longer than 259 characters a lot of programs are gonna have difficulty accessing it.
It sounded insane and stupid to me too but when i changed the filename i managed to open the files in VLC again and didn't get any errors.
Hope this helps!
Code: Select all
main error: stale plugins cache: modified
Code: Select all
filesystem error: cannot open file Y:\Courses\Classification & Regression[xxxxxxxxxxx]\part1 - xxxxxxxxxxx xxxxxxxxxxxx xx xxxxxxxxxxxxxxx xxx ..........[...........]\01 - ..............................<<125 more characters>>tion.mp4 (No such file or directory)
Win10 x64, over 260 (a limit since FAT16 I believe) as I indicated by saying "support long path/file names". NTFS will support 32,768 characters WIN32 API not so much.What version of windows do you have? What version of VLC are you running 32 bit or 64 bit?
32 Bit Windows natively has a character limit on filepaths of 256, this includes C:\ & folder names - you can increase this limit through group policy or registry editing, however not all 32 bit apps will work with this change.
https://helpdeskgeek.com/how-to/how-to- ... n-windows/
It is an issue with VLC because the media files in this folder won't open in VLC but will open in other players. You could say there is a limit to what you can achieve using Windows APIs traditionally used for file handling, but there are other ways to make it work and it's up to VLC devs if they want to make that effort.So this issues isn't really VLC related; I'd recommend you follow this guide to help you reorganise your file structure:
Will VLC ever be updated to support long filenames or not?VLC is not using the Win32 API to access files. It's using the CRT, as are more C applications.
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 63 guests