See from 2019: https://forum.videolan.org/viewtopic.ph ... 60#p485352
I am running in a batch script and also did test from cmd.exe prompt. I want to start VLC without a main window just a system tray item. I updated from an old pre-3.0.0 version to VLC 3.0.8 on windows 32 bit system. These commands cause a crash:
Code: Select all
vlc.exe --qt-start-minimized --play-and-exit ".\fanfare2.wav"
start /min /wait "" c:\path\vlc.exe --qt-start-minimized --play-and-exit ".\fanfare2.wav"
Code: Select all
vlc.exe --play-and-exit ".\fanfare2.wav"
start /min /wait "" c:\path\vlc.exe --play-and-exit ".\fanfare2.wav"
Code: Select all
Problem Event Name: BEX
Application Name: vlc.exe
Application Version: 3.0.8.0
Application Timestamp: 30b530ae
Fault Module Name: libqt_plugin.dll
Fault Module Version: 3.0.8.0
Fault Module Timestamp: 398b3983
Exception Offset: 000001c9
Exception Code: c0000005
Exception Data: 00000008
OS Version: redacted
Locale ID: 3081
Additional Information 1: 381c
Additional Information 2: 990920e2c2c5fad44f72dd3afa65d1cb
Additional Information 3: 32c6
Additional Information 4: 3e9eabf710f90e68cba817b67c8c19ac
The workaround mentioned in the above ticket does work. I will include "--no-crashdump" for now.
Can anyone reproduce this error on Windows (32bit) or is it something odd about my configuration?