http://bugs.winehq.org/show_bug.cgi?id=17485
--- Comment #7 from Vincent Povirk madewokherd@gmail.com 2009-02-21 19:44:18 --- This is probably due to a fairly recent change to ShellExecuteEx to support error dialogs as on Windows. The function uses the return value, instead of GetLastError(), to report certain types of errors, and I was too lazy to account for those. Should be an easy fix.
In previous versions, SEE would have failed silently.