Page 1 of 1

Disable "Crash Report" Popup

Posted: 06 Nov 2009 10:33
by shqualo
Hi
I need to disable "crash report" popup , when vlc in windows crash...
Is there some command on start up or some option???

Thanks

Re: Disable "Crash Report" Popup

Posted: 06 Nov 2009 17:06
by VLC_help
AFAIK only option is to remove the crash report file before VLC startup.

Re: Disable "Crash Report" Popup

Posted: 09 Nov 2009 12:47
by shqualo
Hi Thank you for the answer
In this case i use a batch file with loop
VLC Start with my options
if crash delete the file log and start loop with vlc again
Right??

Thank you again
bye

EDIT:

Where is locate the log file ? i cant find it

Re: Disable "Crash Report" Popup

Posted: 09 Nov 2009 13:49
by VLC_help
It should be %appdata%\vlc\crashdump

Re: Disable "Crash Report" Popup

Posted: 18 Oct 2011 02:20
by curi
Hi guys. I found a real solution to disable it.

http://curi.us/1537-how-to-disable-vlc-crash-reporting

Re: Disable "Crash Report" Popup

Posted: 18 Oct 2011 15:34
by VLC_help
That really isn't a solution for Windows users.

Re: Disable "Crash Report" Popup

Posted: 03 Nov 2011 23:47
by curi
you're claiming windows has no equivalent saved data and the crash reports work by a totally different mechanism?

IMO you just have find the equivalent file and it will work on windows too.

Re: Disable "Crash Report" Popup

Posted: 04 Nov 2011 02:13
by Jean-Baptiste Kempf
Windows and Mac are different crash handler.

Re: Disable "Crash Report" Popup

Posted: 26 Mar 2019 18:34
by AKazak
I noticed that the VLC 3.0.6 creates a DMP file at the %appdata%\vlc\crashdump after a normal exit.
This behavior in turn causes the popup, as the %appdata%\vlc\crashdump is not empty at the next start.

What is a root cause for the behavior?
How to stop it?