Hi there.
Using VLC 2.2.4 x64 in windows 10 Pro AU+. VLC is commanded via VLM to transcode streams.. Works tryly well. Thank you for This..
There are occations when VLC crahses resulting a Microsoft C++ runtime Error windows. This may not easily be avoided, but is there a possibility not to show this window? This windows needs to be acknowledged in order to terminate vlc.exe process off compleately, so that the Windows Scheduled Task to Run VLC with command line params --one-instance can be compleated.
In another words, I have Scheduled Task to Run vlc.exe every 5 mins. This will not create new insatnce of vlc, just to make sure vlc in running properly...
"This error message appears if an exception is not handled and unexpected() is called or if an exception escapes a destructor during stack unwinding and terminate() is called. Both lead to abort() being called and its abort() implementation that shows the message box. This behaviour is by design in VS2k3, VS2k5 and VS2k8. It is really annoying especially in applications meant to run without human intervention (like daily builds for example). You can workaround this behaviour - use catch(...) to catch all exceptions at the top level and set your own terminate() handler using set_terminate()."