http://bugs.winehq.org/show_bug.cgi?id=10176 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang(a)yahoo.com --- Comment #4 from Juan Lang <juan_lang(a)yahoo.com> 2007-10-26 10:09:29 --- This looks like it expects EnumServicesStatusExA to do something, and it's just a stub. Note there are two calls to it: the first passes in some buffer for lpServices, and the second passes in NULL. I suspect the crash is due to accessing this (NULL) pointer, which I suspect again is due to the app trying to allocate either 0 bytes, or some really large value, because *pcbBytesNeeded is not set in the stub. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.