http://bugs.winehq.org/show_bug.cgi?id=8331
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #6 from Anastasius Focht focht@gmx.net 2007-09-18 05:10:59 --- Hello,
sorry if I need to reiterate here: as long as no working EnumServicesStatusExA() stub is provided there is no need to confirm for every wine version. With "working" I mean a stub which doesn't only return FALSE and GetLastError( ERROR_ACCESS_DENIED). The program expects the API to work, that's why it tries to EnumServicesStatusExA() a second time with NULL lpServices. The crash is due to crappy^H^H^H^H^H^Hminimalistic error handling.
Regards