The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
What happens if you install in a 64 bit wineprefix...
by Dan Kegel on Saturday February 23rd 2013, 12:35
A user wrote
"whenever I try to attach an indicator or expert advisor to a chart; the following error happens, I tried both 1.4 and 1.5-24 versions of wine under ubuntu 12.04
Unhandled exception: unimplemented function KERNEL32.dll.RtlInstallFunctionTableCallback called in 64-bit code (0x00007f15afc06a3a)."
I suggested he install in a 32 bit prefix, and he replied
"it works great; Thank you
I used the following:
env WINEARCH=win32 WINEPREFIX=/home/user/.wine32/metatrader5 wine mt5setup.exe
"
METATRADER 5: cannot add services (cpus) to "metatester.exe"
by Metulski on Saturday October 23rd 2010, 14:47
"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:
First I thought this might be a permission problem well known by the "ping.exe" command. 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.