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@winehq.org ReportedBy: pausenclown_metulski@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)