[Bug 10176] rFactor Dedicated not working anymore after update

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 17 21:18:22 CDT 2010


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

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch

--- Comment #38 from Austin English <austinenglish at gmail.com> 2010-10-17 21:18:22 CDT ---
(In reply to comment #37)
> (In reply to comment #36)
> > (In reply to comment #34)
> > > I have spent significant time troubleshooting this issue and found the cause
> > > and solution. 
> > 
> > Hi Ken, thanks for the clear analysis. I'm marking this as winsock bug then
> 
> Thanks.
> 
> Looking at the wine/dlls/ws2_32/socket.c code it appears the error is here:
> 
> 3495     if (readfds) count += readfds->fd_count;
> 3496     if (writefds) count += writefds->fd_count;
> 3497     if (exceptfds) count += exceptfds->fd_count;
> 3498     *count_ptr = count;
> 3499     if (!count) return NULL;
> 
> Instead of returning NULL it should be returning WSAEINVAL.

A testcase would be helpful.

-- 
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