[Bug 8466] Autocad 2000 Trial fails to install on first try

Wine Bugs wine-bugs at winehq.org
Thu May 24 14:00:46 CDT 2007


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





------- Additional Comments From truiken at gmail.com  2007-24-05 14:00 -------
The problem is that the installer calls CloseServiceHandle on a handle, and then
expects to be able to use that handle for further service calls.  According to
msdn, CloseServiceHandle does not destroy the service control object referred to
by the handle.  Our implementation deletes this object.  My guess is that these
obects should be released on PROCESS_DETACH instead of in CloseServiceHandle.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list