[Bug 24867] New: MetaTrader 5: cannot add remote agents (cpus) in "metatester.exe" / local cpus (127.0.0.1:3000) not connectable either
http://bugs.winehq.org/show_bug.cgi?id=24867 Summary: MetaTrader 5: cannot add remote agents (cpus) in "metatester.exe" / local cpus (127.0.0.1:3000) not connectable either Product: Wine Version: 1.3.5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: pausenclown_metulski(a)yahoo.de Created an attachment (id=31473) --> (http://bugs.winehq.org/attachment.cgi?id=31473) snapshot of "Metatester.exe" and error output of the terminal "metatester.exe" (makes the cpu-power of a computer available for an other computer in the same local area network that runs calculations for the "strategy tester") ("remote-agent service") After starting "metatester.exe" you can specify a range for TCP-ports and a password for the "remote-agent service" After pressing the "INSTALL" or "ADD" button the following message appears (see attachement): ... fixme:service:EnumServicesStatusW 0x184898 type=30 state=3 (nil) 0 0x33c060 0x33c064 0x33c078 fixme:service:EnumServicesStatusW 0x185d60 type=30 state=3 (nil) 0 0x33cef8 0x33cefc 0x33cf10 ... The "MetaTester.exe" does not crash but no "remote-agent service" appears in the list below. But even local cpus cannot be used for calculations because these cpus are connected by local area network, too. (127.0.0.1:3000). Therefore the "strategy tester" is not usable yet. First I thought this might be a permission problem well known by the "ping.exe" command. Localhost (127.0.0.1) and every other computer in my LAN is reachable by "wine ping.exe". But Adding the permission "setcap cap_net_raw=ep" and all the other 32 permissions to the excecutables of wine in /usr/local/bin and the metatester.exe program file did not help. Any ideas??? (wine 1.3.5 & Metatrader 5 build 344) -- 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=24867 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-10-24 00:48:37 CDT --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity Attach terminal output as described at http://wiki.winehq.org/FAQ#get_log -- 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=24867 --- Comment #2 from Metulski <pausenclown_metulski(a)yahoo.de> 2010-10-24 02:34:43 CDT --- Created an attachment (id=31479) --> (http://bugs.winehq.org/attachment.cgi?id=31479) log of "metatester.exe" when trying to add a remote agent service new attachment: "log of metatester.exe when trying to add a remote agent service" -- 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=24867 --- Comment #3 from Metulski <pausenclown_metulski(a)yahoo.de> 2010-10-24 03:30:47 CDT --- Created an attachment (id=31480) --> (http://bugs.winehq.org/attachment.cgi?id=31480) metatester.exe 1 of 2 (stand alone program) Maybe the "metatester.exe" stand-alone-program-file is helpful. -- 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=24867 --- Comment #4 from Metulski <pausenclown_metulski(a)yahoo.de> 2010-10-24 03:32:02 CDT --- Created an attachment (id=31481) --> (http://bugs.winehq.org/attachment.cgi?id=31481) metatester.exe 2 of 2 (stand alone program) -- 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=24867 --- Comment #5 from Metulski <pausenclown_metulski(a)yahoo.de> 2010-11-01 16:36:51 CDT --- Running "metatester.exe" on wine-1.3.6 it is possible to add a remote agent service. I guess the changes by Hans Leidekker (19) caused this effect. "advapi32: Implement EnumServicesStatusA/W." "advapi32: Implement EnumServicesStatusExA/W." But the remote agent service is still not usable. The terminal.exe - program can connect to the "remote agent" of metatester.exe but the connection is lost after some seconds. The terminal.exe program does not show any error messages why the connection is lost after some seconds. The error message you get from "metatester.exe" is the following: "fixme:service:EnumServicesStatusW resume handle not supported" (see log file, too) further explanations: In order to connect to the "remote agent" you must specify the same IP:Port and password in the "terminal.exe" as you specified before in "metatester.exe". If you do not use the correct IP:Port the connection is not possible at all. But if you fill in the wrong password in "terminal.exe" you get the same behaviour as if you fill in the correct password. The connection is lost after some seconds. => I think the "login" fails after connection because the password cannot be exchanged between the "remote agent" of "metatester.exe" and the "terminal.exe". -- 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=24867 --- Comment #6 from Metulski <pausenclown_metulski(a)yahoo.de> 2010-11-01 16:39:35 CDT --- Created an attachment (id=31654) --> (http://bugs.winehq.org/attachment.cgi?id=31654) "metatester.exe" running on wine-1.3.6 -- 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=24867 --- Comment #7 from Metulski <pausenclown_metulski(a)yahoo.de> 2010-11-01 16:40:18 CDT --- Created an attachment (id=31655) --> (http://bugs.winehq.org/attachment.cgi?id=31655) log file "metatester.exe" running on wine-1.3.6 -- 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=24867 dino <dyvazar(a)numericable.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dyvazar(a)numericable.fr --- Comment #8 from dino <dyvazar(a)numericable.fr> 2010-12-29 08:39:25 CST --- Tested on Ubuntu Maverick i386 + wine 1.3.10 + MT5 375 got the same issue: - metatester start - connecting to 127.0.0.1:3000 - tester agent core 1 cannot synchronised - no connection that it -- 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=24867 dino <dyvazar(a)numericable.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #9 from dino <dyvazar(a)numericable.fr> 2010-12-29 08:45:55 CST --- *** This bug has been confirmed by popular vote. *** -- 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=24867 Falco <ehrhart.jy(a)free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ehrhart.jy(a)free.fr -- 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=24867 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kennybobs(a)o2.co.uk -- 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=24867 --- Comment #10 from Ken Sharp <kennybobs(a)o2.co.uk> 2012-11-05 20:20:32 CST --- *** Bug 26523 has been marked as a duplicate of this bug. *** -- 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=24867 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=24867 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://files.metaquotes.net | |/metaquotes.software.corp/m | |t5/mt5setup.exe --- Comment #11 from Ken Sharp <kennybobs(a)o2.co.uk> 2012-11-05 21:08:30 CST --- The Agent appears to work fine. Where and how are you telling MT5 to connect to the Agent? The only option I can find is to start another bunch of Agents, which fails for all the obvious reasons. Please make it clear what you are doing. -- 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=24867 --- Comment #12 from Ken Sharp <kennybobs(a)o2.co.uk> 2012-11-05 21:12:20 CST --- I must add: the Agent reports data transferring in and out, but Wireshark shows nothing at all, which is highly unusual. -- 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=24867 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED --- Comment #13 from Ken Sharp <kennybobs(a)o2.co.uk> 2013-07-11 17:17:41 CDT --- tcp 0 0 0.0.0.0:2000 0.0.0.0:* LISTEN 56905/wineserver tcp 0 0 0.0.0.0:2001 0.0.0.0:* LISTEN 56905/wineserver The testers are listening. As I am still waiting for a response from months ago I'll assume that this is abandoned. Can an admin please delete the .exes from this bug report as I doubt the OP has the right to redistribute this software? -- 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=24867 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com -- 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=24867 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-07-26 18:14:23 CDT --- Closing abandoned bugs. -- 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=24867 --- Comment #15 from Austin English <austinenglish(a)gmail.com> 2013-08-22 17:44:26 CDT --- The content of attachment 31480 has been deleted by Austin English <austinenglish(a)gmail.com> who provided the following reason: Copyrighted file The token used to delete this attachment was generated at 2013-08-22 17:44:18 CDT. -- 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=24867 --- Comment #16 from Austin English <austinenglish(a)gmail.com> 2013-08-22 17:44:33 CDT --- The content of attachment 31481 has been deleted by Austin English <austinenglish(a)gmail.com> who provided the following reason: Copyrighted file The token used to delete this attachment was generated at 2013-08-22 17:44:30 CDT. -- 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