http://bugs.winehq.org/show_bug.cgi?id=34412
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |winsock AssignedTo|wine-bugs@winehq.org |00cpxxx@gmail.com Ever Confirmed|0 |1
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2013-09-02 11:56:28 CDT --- I can see the error now, the application is doing something which is currently not supported. Actually I would expect it not to work in Windows too, it will need some tests.
The problem is that the application calls WSAEnumProtocols asking for some specific protocols and passes len = 0, wine returns the required size of 1860. Then the app calls it again passing len = 1860 but with another set of protocols, which requires 2976 bytes, wine returns error in that case (as expected for current tests). I'll work on it.