Postby wannarock » 02 Dec 2010 17:45
Wendy, the only offered solution I've seen it to remove the %appdata%\vlc folder which did NOT work for me. Neither did a clean install, changing to a different Video Output default. Nothing.
But that doesn't mean it won't work for you:
%appdata% - which it seems that the board admins expect any ordinary non-technical user to know - is a profile-specific system file in windows. If you do have the windows defaults in your directory preferences, you won't even see that folder.
In a standard installed home computer, application data lives here:
C:\Documents and Settings\[username]\Application Data
IF you cannot see the Application Data folder, you will have to go into your Tools>Folder Options menu in windows to ENABLE view hidden system files. You will see it then.
when you go into Application Data, there will be a vlc folder there. You can safely delete it. VLC player must not be running or you will not be able to delete it.
If you aren't comfortable with the instructions above, an easy way to do this is at a command line.
- Go to your Start Menu
- Click 'Run...'
- type "cmd" in the text field without the quotation marks
- click 'OK'
- Type C: (or the drive letter where windows is installed. I am assuming C: for a default home installation) and hit the Enter key.
- Type "cd %appdata%" without the quotation marks and hit the Enter key. You will now be in your Application Data directory.
- Type "del /s vlc\*" without the quotation marks. When you are prompted "Are you sure?" hit "Y" for yes and then Enter.
- You will see that all files in the VLC folder are deleted.
- type "rd vlc" without quotation marks. Hit Enter.
- Type "exit" hit Enter
You are done.
When you restart VLC player, it will rebuild the folder. When you try to play a video, it will rebuild your fonts cache (this can take a few minutes - about 30 seconds on a moderately modern computer).
Hope it helps you. As I said, it did nothing to help me.
Walter