http://bugs.winehq.org/show_bug.cgi?id=17898
Summary: WS_setsockopt error in DM Evidence application Product: Wine Version: 1.1.18 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: winsock AssignedTo: wine-bugs@winehq.org ReportedBy: ja.k@seznam.cz
Created an attachment (id=20204) --> (http://bugs.winehq.org/attachment.cgi?id=20204) log: WINEDEBUG=+winsock wine evidence.exe
When i want to send SMS in DM Evidence application (application for school managment in czech school), i get winsock error (fixme:winsock:WS_setsockopt Unknown level: 0xffffffff) and application freeze.
http://bugs.winehq.org/show_bug.cgi?id=17898
JardaK ja.k@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|other |Linux Platform|Other |PC
http://bugs.winehq.org/show_bug.cgi?id=17898
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffz@jeffz.name
http://bugs.winehq.org/show_bug.cgi?id=17898
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2009-03-30 19:00:03 --- I'm not sure if the problem in winsock for your application, but I have had a look at the log you have provided and have come up with a patch to more closely match Windows, the only thing Wine doesn't do is set the same lasterror code.
Try it to see if it makes a difference, otherwise the problem is likely somewhere else.
http://bugs.winehq.org/show_bug.cgi?id=17898
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name 2009-03-30 19:00:56 --- Created an attachment (id=20211) --> (http://bugs.winehq.org/attachment.cgi?id=20211) if level param of WS_setsockopt is invalid, set WSAEINVAL as last error
http://bugs.winehq.org/show_bug.cgi?id=17898
--- Comment #3 from JardaK ja.k@seznam.cz 2009-03-31 05:42:42 --- After applied patch, only last line in log was changed: without patch: fixme:winsock:WS_setsockopt Unknown level: 0xffffffff with patch: warn:winsock:WS_setsockopt Unknown level: 0xffffffff
http://bugs.winehq.org/show_bug.cgi?id=17898
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|WS_setsockopt error in DM |DM Evidence application |Evidence application |freezes
http://bugs.winehq.org/show_bug.cgi?id=17898
--- Comment #4 from Juan Lang juan_lang@yahoo.com 2009-08-11 17:00:57 --- Created an attachment (id=23006) --> (http://bugs.winehq.org/attachment.cgi?id=23006) Patch: Only examine lower-order bits in getsockopt/setsockopt
Does this patch help?
http://bugs.winehq.org/show_bug.cgi?id=17898
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #23006|0 |1 is obsolete| |
--- Comment #5 from Juan Lang juan_lang@yahoo.com 2009-08-11 18:11:42 --- Created an attachment (id=23010) --> (http://bugs.winehq.org/attachment.cgi?id=23010) Patch: Only examine lower-order bits in getsockopt/setsockopt
Whoops, screwed up the commit with that one. Does this patch help?
http://bugs.winehq.org/show_bug.cgi?id=17898
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang@yahoo.com
http://bugs.winehq.org/show_bug.cgi?id=17898
--- Comment #6 from JardaK ja.k@seznam.cz 2009-08-19 07:15:19 --- (In reply to comment #5)
Created an attachment (id=23010)
--> (http://bugs.winehq.org/attachment.cgi?id=23010) [details]
Patch: Only examine lower-order bits in getsockopt/setsockopt
Whoops, screwed up the commit with that one. Does this patch help?
Great work. Sending sms now work with your patch. Thanks.
http://bugs.winehq.org/show_bug.cgi?id=17898
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #7 from Detlef Riekenberg wine.dev@web.de 2009-08-24 17:17:09 --- I send a updated Patch for the 16 Bit code to fix this issue. http://www.winehq.org/pipermail/wine-patches/2009-August/077601.html
http://bugs.winehq.org/show_bug.cgi?id=17898
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #23010|0 |1 is obsolete| |
--- Comment #8 from Juan Lang juan_lang@yahoo.com 2009-08-25 10:27:28 --- (From update of attachment 23010) Detlef's patch supersedes this one.
http://bugs.winehq.org/show_bug.cgi?id=17898
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #9 from Juan Lang juan_lang@yahoo.com 2009-08-25 10:28:34 --- And, fixed by commit 3e87a054764f5d1aa99387767dd21be77c712c1f.
http://bugs.winehq.org/show_bug.cgi?id=17898
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2009-09-02 14:26:09 --- Closing bugs fixed in 1.1.29.