I am running wine on Ubuntu 14 to execute a windows application on multiple files from the shell. From the 3000 files, about 4 or 5 fail and raise a pop up error which stops the loop. Then I need to press OK in order for the loop to continue. Is there any parameter in wine, (or some shell command in linux) to ignore errors? I would like the loop to continue without me having to be there to press OK.
EDIT:
I am running the loop in python and using os
module to execute the command in the shell so if there's anything I can do from the Python side using os
that would work too.
The steps in the following link solved my issue! https://wiki.winehq.org/FAQ#How_do_I_disable_the_GUI_crash_dialog.3F