[Bug 17485] Non-windows apps generate an inappropriate dialog

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Feb 21 19:44:19 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17485





--- Comment #7 from Vincent Povirk <madewokherd at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list