http://bugs.winehq.org/show_bug.cgi?id=27974
Summary: warn:winsock:wsaErrno errno 115, (Operation now in progress). Product: Wine Version: 1.3.25 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winsock AssignedTo: wine-bugs@winehq.org ReportedBy: roland@mxchange.org
The error 115 (Operation now in progress) is, as far as I know, usual with non-blocking connections and should not raise a warning for those non-blocking connections. I got this error, e.g. with Steam when it attempts to download files.
http://bugs.winehq.org/show_bug.cgi?id=27974
Roland Haeder roland@mxchange.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roland@mxchange.org Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=27974
Roland Haeder roland@mxchange.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|x86 |x86-64
http://bugs.winehq.org/show_bug.cgi?id=27974
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com 2012-06-12 18:48:13 CDT --- IMO you can simply disable debug while playing so you won't get these messages. You can disable a specific channel like winsock with WINEDEBUG=-winsock wine <app>. Or disable everything using WINEDEBUG=-all wine <app>.
That "error" is important specially when debugging socket applications so we can know that a connection attempt is being made.
http://bugs.winehq.org/show_bug.cgi?id=27974
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #2 from Dan Kegel dank@kegel.com 2012-06-12 19:33:01 CDT --- Still, it seems reasonable to demote it to TRACE, since it really is normal and not a warning.
http://bugs.winehq.org/show_bug.cgi?id=27974
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com 2012-06-12 21:39:23 CDT --- You mean demoting only that error by creating a if or demoting all errors to traces by switching the warn to trace?
http://bugs.winehq.org/show_bug.cgi?id=27974
--- Comment #4 from Dan Kegel dank@kegel.com 2012-06-12 23:15:33 CDT --- I mean looking for the particular line that generates this warning in a real app, and considering how to demote just "operation in progress" to a TRACE. This might be an if, or it might be adding a new case to a switch.
http://bugs.winehq.org/show_bug.cgi?id=27974
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com 2012-06-12 23:23:35 CDT --- Created attachment 40527 --> http://bugs.winehq.org/attachment.cgi?id=40527 demote warn errno 115 to trace
Then it should be something like the attached patch. I think we can switch the bug to NEW, right?
http://bugs.winehq.org/show_bug.cgi?id=27974
--- Comment #6 from Dan Kegel dank@kegel.com 2012-06-12 23:25:17 CDT --- Roland, does that do what you were hoping?
http://bugs.winehq.org/show_bug.cgi?id=27974
--- Comment #7 from Roland Haeder roland@mxchange.org 2013-06-02 16:23:30 CDT --- Seems to be fixed already?
https://bugs.winehq.org/show_bug.cgi?id=27974
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #8 from Austin English austinenglish@gmail.com --- (In reply to Roland Haeder from comment #7)
Seems to be fixed already?
Fixed.
https://bugs.winehq.org/show_bug.cgi?id=27974
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- Ever confirmed|0 |1
--- Comment #9 from Bruno Jesus 00cpxxx@gmail.com --- Nothing changed in the source code.