Report bugs

From VideoLAN Wiki
Revision as of 19:49, 29 May 2012 by Edwardw (talk | contribs)
Jump to navigation Jump to search

Reporting a VLC bug

If you find any bugs, or if you experience any crashes, then we would very much like to hear about the issue.

Here is some detailed information on how to submit useful bug reports. Please try to follow the bugs policy, so we all save time.

Is it truly a new bug?

It may sound strange, but many of the bug reports we get are not really bugs at all, or have been known for months, and/or are already fixed.

Please check the following:

Version

Are you using the latest version of VLC? The last version is 3.0.12.

Bug reports on older versions of VLC are likely to be ignored, because changes in the program may make it impossible to reproduce the bug, or it may have already been fixed. Always make sure the issue you want to report is still present in the current version of VLC.

Before reporting your bug, please download a recent nightly build of VLC to see if the developers have already fixed your problem in the meantime.

Preferences

Have you tried resetting your preferences and restarting VLC yet?

Old preferences and/or incorrect settings are common causes of problems.
Read the FAQ for details on how to delete your preferences. (Uninstalling VLC does not remove its old settings). Double check that your issue still exists afterward.

New Features

Some things are simply not yet supported by VLC. We have a list of supported features and a list of things we would like to implement in the future.

If your suggestion is not on this list, you might want to make a feature request bug on trac.

Closed bugs

Many bugs are already known. Sometimes they are already fixed for the next version of VLC.

Please search the list of known and fixed issues. If you find your issue, see if it is already closed. The page of the issue will then show something like:

Ticket #87 (Closed: fixed)

Still a bug?

So you still think you found a bug? Great!

Search

Search on this wiki and on the forums and see if someone else has asked a similar question or has seen a similar bug.

Ask about your problem in the relevant forum and make sure to include as much information as possible (see the pointers below). You can also describe your problem on the relevant mailing list.

Enter the bug in trac

If you are sure that you found a bug and that you have all information needed, you can enter a bug in our Trac system. You will need to register here to enter a bug. Don't forget to enter a valid e-mail address if you want to receive notifications when your bug is handled.

Send a report

When you post on the forum, email us or enter a bug report, please provide as much information as possible in your report.
We try to answer all your mails, posts and reports, but there are too many so we simply do not have the time to do so, for everyone.

The more sound details you provide about your issue, the better the chance that we will investigate it fully.

Information to send

Please gather the following information and send it along with your report:

  1. Email with a valid reply address, so we can get back to you with possible additional questions.
  2. Your operating system and the version.
  3. Your VLC media player version.
  4. The hardware you use. Make sure to name all the audio and video hardware in question that might be related to VLC's usage.
    For instance: iMac G4 or Pentium4 with GeForce3, with an external USB dolby surround output device.
  5. The exact situation in which the problem occurred. Please describe in as much detail as possible.
  6. Can you always reproduce the problem in a certain way?
  7. The type of movie you were playing. And whether or not the issue is present on other types of movies.
  8. If possible, the video sample in question:

If the issue is specific to a certain movie, it can help a lot if we have the movie itself. In this case please upload as much of the file as you can to our samples server.

Additional remarks

If you can, or if it applies to you try to take into account the following.

Windows users

You can send along the last VLC crash log. The file is called Crashdump. If you are familiar with gdb, you can use it to give us more detailed crash info. Tutorial for GDB with Win32

If your bug is a crash, please try to reproduce and report using a -debug build.

Mac OS X users

Please send along the last part of ~/Library/Logs/CrashReporter/VLC.crash.log if you can. Many crashes of VLC are logged in this file. You can open the file from VLC by going to the menu Window and choosing Messages. Now click the "Open CrashLog" button.

Please make sure you send the last crash (at the bottom of the file) and that it actually is the crash you described. The Date/Time field reports the time of the crash so that way you can check if it is the crash you experienced, or an earlier one.

Compile problems

Make sure you have read the Developers_Corner. Give the full log showing the problem

	  ./configure <options> > logfile.txt 2>&1
	  make 2>&1 > logfile.txt 2>&1
  • When dealing with a ./configure issue, please provide the generated config.log file.
  • Your compiler brand and version may be relevant here as well.

Version

Written by Derk-Jan Hartman, for the VideoLAN Team.

Adapted by Jean-Baptiste Kempf for this wiki.