-
Notifications
You must be signed in to change notification settings - Fork 342
Troubleshooting
exebetche edited this page Jul 30, 2013
·
52 revisions
- Start Vlc in debug mode with file logging :
- Windows 32 bits: Press the touch "Windows" + R and paste this command in the prompt
%ProgramFiles%\VideoLAN\VLC\vlc.exe --verbose=2 --file-logging --logfile=%HOMEPATH%\vlc_log.txt
- Windows 64 bits: Press the touch "Windows" + R and paste this command in the prompt
%Programfiles(x86)%\VideoLAN\VLC\vlc.exe --verbose=2 --file-logging --logfile=%HOMEPATH%\vlc_log.txt
- Mac OS X: Open the folder Applications > Utilities then double click on "Terminal" and paste this:
cd ~ && /Applications/VLC.app/Contents/MacOS/VLC --verbose=2 --file-logging --logfile=vlc_log.txt
- Linux: open a terminal (you know how, right?) and paste this:
cd ~ && vlc --verbose=2 --file-logging --logfile=vlc_log.txt
- Stop Vlc.
- Now you should have a file name "vlc_log.txt" in your home (user) directory. Open it with any text editor, copy all its contents and post it on a pastebin service website (like pastebin.com). You can now remove the file.
- Post the url of the pastebin on the VLSub home page with a short explanation of the problem and mention your operating system and vlc version
- Start Vlc normally
- Press Ctrl+M to show the debug console and set "verbosity level" to 2
- Start your video and Vlsub and follow the steps that produces the problem you noticed
- Once the problem occured, copy and paste the output on a pastebin service website (like pastebin.com)
- Post the url of the pastebin on the home page with a short explanation of the problem and mention your operating system and vlc version