http://bugs.winehq.org/show_bug.cgi?id=12960
Summary: Meta Trader 4 doesn't work Product: Wine Version: 0.9.61. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dduck@rambler.ru
Created an attachment (id=12704) --> (http://bugs.winehq.org/attachment.cgi?id=12704) wine outputs this after start the programm
Wine outputs some errors after start the programm and then terminates.
http://bugs.winehq.org/show_bug.cgi?id=12960
Ravi ravster3@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ravster3@hotmail.com
http://bugs.winehq.org/show_bug.cgi?id=12960
--- Comment #1 from Lei Zhang thestig@google.com 2008-06-26 12:19:35 --- Please upgrade to Wine 1.0 and try again with a clean .wine directory.
This is the program, right? http://www.metaquotes.net/files/mt4setup.exe
http://bugs.winehq.org/show_bug.cgi?id=12960
L. Rahyen mail@science.su changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mail@science.su
--- Comment #2 from L. Rahyen mail@science.su 2008-06-26 12:40:02 --- This is duplicate of bug 11967 which is invalid.
To fix this you may to use winetricks. If you don't have it installed run:
wget http://kegel.com/wine/winetricks chmod +x winetricks sudo mv winetricks /usr/local/bin/
Run this command:
winetricks -q gecko vcrun6
Then the application should start fine (gecko isn't necessary to start it but MT4 uses it for displaying news, etc.). vcrun6 just puts some additional libraries *without* native overrides so this bug happens because MT4 installer "forget" to install (so this bug is in the installer) some important libraries.
http://bugs.winehq.org/show_bug.cgi?id=12960
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk URL| |http://www.metaquotes.net/fi | |les/mt4setup.exe Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-06-26 12:45:21 ---
This is duplicate of bug 11967 which is invalid.
no, it looks this user reported the real problem with this app, see his log:
fixme:debugstr:CheckRemoteDebuggerPresent (0xffffffff)->(0xbaac6c): Stub! fixme:vxd:VXD_Open Unknown/unsupported VxD L"ntice.vxd". Try setting Windows version to 'nt40' or 'win31'. err:seh:setup_exception_record stack overflow 884 bytes in thread 0009 eip 7bc80a22 esp 00240fbc stack 0x240000-0x241000-0x340000
The program is copyprotected. It looks for some windows called FileMon1 and OLLYDBG (i guess to see if it's being debugged against), and then crashes in a nasty way.
http://bugs.winehq.org/show_bug.cgi?id=12960
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-06-26 12:53:12 --- hmm, i did 'wine LiveUpdate', and then ran the app again and now it starts fine! Vladimir, could you try this too ,and see if it works for you too?
http://bugs.winehq.org/show_bug.cgi?id=12960
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-06-26 12:57:28 --- ok , problem solved i guess: the LiveUpdate needs the mfc42, and i guess it's called from metatrader. If you first do 'winetricks mfc42', and then install and run the app, the app runs just fine....
Ergo, invalid bug, L. Rayhen, you were right after all ;)
http://bugs.winehq.org/show_bug.cgi?id=12960
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-06-26 12:57:48 --- clodes