[Bug 10176] rFactor Dedicated not working anymore after update

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 26 10:09:30 CDT 2007


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


Juan Lang <juan_lang at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juan_lang at yahoo.com




--- Comment #4 from Juan Lang <juan_lang at 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.



More information about the wine-bugs mailing list