https://bugs.winehq.org/show_bug.cgi?id=10686
--- Comment #22 from Anastasius Focht focht@gmx.net --- Hello Diego,
if you've (re)installed the app with Wine 1.7.17 in a clean (new!) WINEPREFIX and the app still fails to start your Linux distro provided Wine package might be broken or missing some dependencies. That would be an 'upstream' issue for whatever Linux distro you are running on (= not a Wine bug).
Open a terminal, 'cd' to the application folder where 'eset.exe' lives and generate a trace log as follows:
--- snip --- $ WINEDEBUG=+tid,+seh,+relay,+ole,+variant,+msxml wine ./eset.exe >>log.txt 2>&1 --- snip ---
Attach the log file to the bug (compress if too large).
Regards