[Bug 22526] New: Winsock stub functionality
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(a)winehq.org ReportedBy: krivoshey(a)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 -- 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=22526 Dmitry Timoshkov <dmitry(a)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(a)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. -- 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=22526 Joker <krivoshey(a)mksbalashihi.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.43 -- 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=22526 Joker <krivoshey(a)mksbalashihi.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winsock -- 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=22526 --- Comment #2 from Joker <krivoshey(a)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. -- 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=22526 MetaQuotes Support <renat(a)metaquotes.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |renat(a)metaquotes.net --- Comment #3 from MetaQuotes Support <renat(a)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); } -- 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=22526 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|winsock |-unknown --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-04-29 07:09:13 --- A FIXME means almost nothing. -- 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=22526 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |winsock Ever Confirmed|0 |1 --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-04-29 07:10:18 --- Ah, you have the source, sorry. -- 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=22526 Joker <krivoshey(a)mksbalashihi.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 Severity|normal |critical -- 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=22526 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2010-04-29 08:35:08 --- Dup of bug 9787? Does the latest patch there help? -- 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=22526 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #7 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-04-29 08:54:12 --- It is a dup *** This bug has been marked as a duplicate of bug 9787 *** -- 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=22526 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-04-29 08:54:34 --- Closing -- 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=22526 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 Severity|critical |normal -- 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=22526 Mike Kaplinskiy <mike.kaplinskiy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mike.kaplinskiy(a)gmail.com --- Comment #9 from Mike Kaplinskiy <mike.kaplinskiy(a)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. -- 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=22526 --- Comment #10 from Juan Lang <juan_lang(a)yahoo.com> 2010-04-29 14:40:58 --- Fixing bug it's duplicating. *** This bug has been marked as a duplicate of bug 17699 *** -- 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=22526 --- Comment #11 from Joker <krivoshey(a)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?) -- 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=22526 --- Comment #12 from Joker <krivoshey(a)mksbalashihi.ru> 2010-04-29 19:37:08 --- MetaTrader 5 - patch successfull test. Bug 17699 patch recomendations fixes MetaTrader 5 broken network functionality. -- 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=22526 Joker <krivoshey(a)mksbalashihi.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED -- 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=22526 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-04-29 20:49:04 --- Closing duplicate. -- 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=22526 Metulski <pausenclown_metulski(a)yahoo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pausenclown_metulski(a)yahoo. | |de --- Comment #14 from Metulski <pausenclown_metulski(a)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 :-( -- 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.
participants (1)
-
wine-bugs@winehq.org