http://bugs.winehq.org/show_bug.cgi?id=22526
Summary: Winsock stub functionality Product: WineHQ Apps Database Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: krivoshey@mksbalashihi.ru
Out of winsock stub:
Found with MetaQuotes MetaTrader 5.x software.
Networking functionality has failed with message:
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {25a207b9-ddf3-4660-8ee9-76e58c74063e}: stub
http://bugs.winehq.org/show_bug.cgi?id=22526
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|appdb-unknown |-unknown Product|WineHQ Apps Database |Wine Summary|Winsock stub functionality |Networking in MetaQuotes | |MetaTrader 5.x doesn't work Severity|critical |normal
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2010-04-29 05:40:11 --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
Please specify the Wine version you are running.
http://bugs.winehq.org/show_bug.cgi?id=22526
Joker krivoshey@mksbalashihi.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.43
http://bugs.winehq.org/show_bug.cgi?id=22526
Joker krivoshey@mksbalashihi.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winsock
http://bugs.winehq.org/show_bug.cgi?id=22526
--- Comment #2 from Joker krivoshey@mksbalashihi.ru 2010-04-29 06:44:15 --- (In reply to comment #1)
http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
Please specify the Wine version you are running.
Done.
http://bugs.winehq.org/show_bug.cgi?id=22526
MetaQuotes Support renat@metaquotes.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |renat@metaquotes.net
--- Comment #3 from MetaQuotes Support renat@metaquotes.net 2010-04-29 07:02:03 --- Problem in this code (from MetaTrader 5 source code):
//--- получим AcceptEx GUID guid_AcceptEx=WSAID_ACCEPTEX; if(WSAIoctl(s,SIO_GET_EXTENSION_FUNCTION_POINTER,&guid_AcceptEx, sizeof(guid_AcceptEx), &s_AcceptEx, sizeof(s_AcceptEx), &err,NULL,NULL)!=0 || s_AcceptEx==NULL) { shutdown(s,2); closesocket(s); return(false); }
http://bugs.winehq.org/show_bug.cgi?id=22526
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|winsock |-unknown
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2010-04-29 07:09:13 --- A FIXME means almost nothing.
http://bugs.winehq.org/show_bug.cgi?id=22526
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |winsock Ever Confirmed|0 |1
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2010-04-29 07:10:18 --- Ah, you have the source, sorry.
http://bugs.winehq.org/show_bug.cgi?id=22526
Joker krivoshey@mksbalashihi.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 Severity|normal |critical
http://bugs.winehq.org/show_bug.cgi?id=22526
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #6 from Dan Kegel dank@kegel.com 2010-04-29 08:35:08 --- Dup of bug 9787? Does the latest patch there help?
http://bugs.winehq.org/show_bug.cgi?id=22526
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #7 from Vitaliy Margolen vitaliy@kievinfo.com 2010-04-29 08:54:12 --- It is a dup
*** This bug has been marked as a duplicate of bug 9787 ***
http://bugs.winehq.org/show_bug.cgi?id=22526
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Vitaliy Margolen vitaliy@kievinfo.com 2010-04-29 08:54:34 --- Closing
http://bugs.winehq.org/show_bug.cgi?id=22526
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 Severity|critical |normal
http://bugs.winehq.org/show_bug.cgi?id=22526
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-04-29 13:44:34 --- This is a wrong dup - the guid is WSAID_CONNECTEX, not ACCEPTEX. That is bug 17699
AcceptEx may also be related though.
http://bugs.winehq.org/show_bug.cgi?id=22526
--- Comment #10 from Juan Lang juan_lang@yahoo.com 2010-04-29 14:40:58 --- Fixing bug it's duplicating.
*** This bug has been marked as a duplicate of bug 17699 ***
http://bugs.winehq.org/show_bug.cgi?id=22526
--- Comment #11 from Joker krivoshey@mksbalashihi.ru 2010-04-29 17:29:10 --- (In reply to comment #6)
Dup of bug 9787? Does the latest patch there help?
No
Testing 17699 patch in progress... Seems needed to build combined path for two bugs (9787 & 17699, but latest patches for bug 9787 are for 1.1.34 & 1.1.35 source tree. I have build a complete path for 1.1.35 wine source tree version, but for current source tree (1.1.43) it is not usable (need to adopt him or 9787 bug maintainer have actual patchset for 1.1.43 wine source tree?)
http://bugs.winehq.org/show_bug.cgi?id=22526
--- Comment #12 from Joker krivoshey@mksbalashihi.ru 2010-04-29 19:37:08 --- MetaTrader 5 - patch successfull test.
Bug 17699 patch recomendations fixes MetaTrader 5 broken network functionality.
http://bugs.winehq.org/show_bug.cgi?id=22526
Joker krivoshey@mksbalashihi.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED
http://bugs.winehq.org/show_bug.cgi?id=22526
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Dmitry Timoshkov dmitry@codeweavers.com 2010-04-29 20:49:04 --- Closing duplicate.
http://bugs.winehq.org/show_bug.cgi?id=22526
Metulski pausenclown_metulski@yahoo.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pausenclown_metulski@yahoo. | |de
--- Comment #14 from Metulski pausenclown_metulski@yahoo.de 2010-08-21 09:15:52 --- I am using "WINE 1.3.0".
Metatrader 5 installs and starts up without any errors but network functionality is still broken (cannot connect to data sever).
Is the patch for "fixing MetaTrader 5 broken network functionality" already included in "WINE 1.3.0"???
...and by the way I have just tested "WINE 1.3.1" but Metatrader 5 is not installable with "WINE 1.3.1" and GECKO installation fails, too :-(