[Bug 27974] New: warn:winsock:wsaErrno errno 115, (Operation now in progress).
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(a)winehq.org ReportedBy: roland(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 Roland Haeder <roland(a)mxchange.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roland(a)mxchange.org Severity|normal |minor -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 Roland Haeder <roland(a)mxchange.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|x86 |x86-64 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #1 from Bruno Jesus <00cpxxx(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #2 from Dan Kegel <dank(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 --- Comment #3 from Bruno Jesus <00cpxxx(a)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? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 --- Comment #4 from Dan Kegel <dank(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 --- Comment #5 from Bruno Jesus <00cpxxx(a)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? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2012-06-12 23:25:17 CDT --- Roland, does that do what you were hoping? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 --- Comment #7 from Roland Haeder <roland(a)mxchange.org> 2013-06-02 16:23:30 CDT --- Seems to be fixed already? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=27974 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> --- (In reply to Roland Haeder from comment #7)
Seems to be fixed already?
Fixed. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=27974 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- Ever confirmed|0 |1 --- Comment #9 from Bruno Jesus <00cpxxx(a)gmail.com> --- Nothing changed in the source code. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 Janne <janne.kekkonen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen(a)gmail.com --- Comment #10 from Janne <janne.kekkonen(a)gmail.com> --- Seems that Wine 6.14 was last version that had function: wsaErrno https://github.com/wine-mirror/wine/blob/wine-6.14/dlls/ws2_32/socket.c#L581 Version 6.15 does not have the function. https://github.com/wine-mirror/wine/blob/wine-6.15/dlls/ws2_32/socket.c -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 Janne <janne.kekkonen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|janne.kekkonen(a)gmail.com | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |z.figura12(a)gmail.com Fixed by SHA1| |a891713f48fbcdae05f27f7e73b | |1cec78cf42644 Status|REOPENED |RESOLVED --- Comment #11 from Zeb Figura <z.figura12(a)gmail.com> --- Fixed by a891713f48fbcdae05f27f7e73b1cec78cf42644, I guess, although I don't think this was a valid bug in the first place. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=27974 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 10.14. -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla