http://bugs.winehq.org/show_bug.cgi?id=3164
Summary: Missing XP Theme toolbars in app toolbar for Metatrader4 Product: Wine Version: 20050725 Platform: PC URL: http://www.metaquotes.net/downloads/ OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: arunasp@lycos.com
Hello,
I am trying to run Metatrader4 - the one of most popular client terminal application for Forex currency/futures/CFD trading.
Application developer company released new version and there's missing XP theme toolbars and missing custom indicators parameters edit windows. I tried to run it with native dlls too, but it won't help.
The missing XP toolbars icons appear to be running under Windows Common Controls v6.x
Here's typical manifest file which call those resources:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="GlyphLab.Project1.YourApp" type="win32" /> <description>Your application description here.</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> </assembly>
For missing custom indicators parameters window i still get wine error:
err:x11drv:X11DRV_CreateWindow invalid window width -53 err:x11drv:X11DRV_CreateWindow invalid window width -53 fixme:win:LockWindowUpdate (0x10020), partial stub! fixme:win:LockWindowUpdate ((nil)), partial stub!
Everything else runs fine, minor dev work is needed to make it running ad add to application database.
If you're interested, try to download Metatrader4 client at related link and install it under wine:
http://www.metaquotes.net/files/mt4setup.exe
The help to get it fully running would be very aprecated, i can't just run VM software and windoze inside just for running that application.. :-)