http://bugs.winehq.org/show_bug.cgi?id=15139
Summary: A private .net program won't connect to mssql server Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: winsock AssignedTo: wine-bugs@winehq.org ReportedBy: andras@csevego.net
Created an attachment (id=15849) --> (http://bugs.winehq.org/attachment.cgi?id=15849) +winsock log
We are using an administration program on windows written in c# (.net), and with wine it will not connect to the ms sql server. With mono it goes further, but it fails due an unimplemented .net function. With microsoft's dotnet 2.0 it hangs on connection, and repeadly prints this message: fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (98000004)
I'm attaching +winsock log, which shows, after this fixme it drops connection, and tries again. Lastly it displays connection error message.
http://bugs.winehq.org/show_bug.cgi?id=15139
Kai Blin kai.blin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #15849|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=15139
--- Comment #1 from Kai Blin kai.blin@gmail.com 2008-09-06 01:50:58 --- Looking at the +winsock log, I'd be more concerned about the following line: fixme:secur32:schan_FreeCredentialsHandle (0x195160): stub
Your app seems to be trying to use the SCHANNNEL SSPI provider. That's not really working yet. Can you confirm that your app is using SCHANNEL to secure the connection to the SQL server?
http://bugs.winehq.org/show_bug.cgi?id=15139
--- Comment #2 from Andras Kovacs andras@csevego.net 2008-09-06 04:12:46 --- Created an attachment (id=15868) --> (http://bugs.winehq.org/attachment.cgi?id=15868) +winsock,+secur32 log
I cant confirm it yet, i'll ask the developer. I'm attaching +winsock,+secur32 log.
http://bugs.winehq.org/show_bug.cgi?id=15139
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
--- Comment #3 from Austin English austinenglish@gmail.com 2009-01-20 02:40:16 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=15139
Andras Kovacs andras@csevego.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.20
--- Comment #4 from Andras Kovacs andras@csevego.net 2009-07-13 08:45:01 --- still exists.
http://bugs.winehq.org/show_bug.cgi?id=15139
--- Comment #5 from Juan Lang juan_lang@yahoo.com 2009-08-11 16:31:11 --- What's the status with today's git?
http://bugs.winehq.org/show_bug.cgi?id=15139
--- Comment #6 from Andras Kovacs andras@csevego.net 2009-08-12 00:38:43 --- (In reply to comment #5)
What's the status with today's git?
still exists, same as http://bugs.winehq.org/show_bug.cgi?id=19144
http://bugs.winehq.org/show_bug.cgi?id=15139
--- Comment #7 from Austin English austinenglish@gmail.com 2010-09-07 16:48:53 CDT --- This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.2 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=15139
--- Comment #8 from Andras Kovacs andras@csevego.net 2010-09-09 17:40:45 CDT --- (In reply to comment #7)
This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.2 or newer) wine?
still exists with current wine
http://bugs.winehq.org/show_bug.cgi?id=15139
Mike Kaplinskiy mike.kaplinskiy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mike.kaplinskiy@gmail.com
--- Comment #9 from Mike Kaplinskiy mike.kaplinskiy@gmail.com 2010-09-12 01:23:50 CDT --- trace:winsock:WSAIoctl 824, 0x98000004, 0x7deef194, 12, (nil), 0, 0x7deef1a0, (nil), (nil) fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (98000004)
Seems to be the problem which seems to be SIO_KEEPALIVE_VALS. Should be easy to write a partial stub to redirect to SO_KEEPALIVE.
http://bugs.winehq.org/show_bug.cgi?id=15139
--- Comment #10 from Mike Kaplinskiy mike.kaplinskiy@gmail.com 2010-09-14 23:43:40 CDT --- SIO_KEEPALIVE_VALS is implemented (haven't checked for how long but at least one release). Can someone post a new log?
http://bugs.winehq.org/show_bug.cgi?id=15139
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #11 from Jerome Leclanche adys.wh@gmail.com 2011-11-05 10:29:57 CDT --- (In reply to comment #8) Andras, please retest in wine-1.3.32.
http://bugs.winehq.org/show_bug.cgi?id=15139
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet Fixed by SHA1| |c58541e20a04ba0dcd1d25384e5 | |fd95cdd658440 Priority|P3 |P2 Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |FIXED Summary|A private .net program |A private .NET program |won't connect to mssql |won't connect to mssql |server |server (WSAIoctl missing | |support for | |SIO_KEEPALIVE_VALS)
--- Comment #12 from Anastasius Focht focht@gmx.net 2012-01-11 15:13:30 CST --- Hello,
no answer for considerable time, assuming fixed.
WSAIoctl support for SIO_KEEPALIVE_VALS was added with:
http://source.winehq.org/git/wine.git/commitdiff/c58541e20a04ba0dcd1d25384e5...
and fixed again with:
http://source.winehq.org/git/wine.git/commitdiff/2e08b31f7cf2449c90909c1bc46... (2011-09-08 Bruno Jesusws2_32: Fix support for SIO_KEEPALIVE_VALS.)
Open new bug if the app still can't connect.
Regards
http://bugs.winehq.org/show_bug.cgi?id=15139
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2012-01-13 13:51:18 CST --- Closing bugs fixed in 1.3.37.