http://bugs.winehq.org/show_bug.cgi?id=23279
Summary: MetaTrade4: Items in navigator are sorted differently Product: Wine Version: 1.2-rc4 Platform: x86 URL: http://www.metatrader4.com/files/mt4setup.exe OS/Version: Linux Status: NEW Keywords: download Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wylda@volny.cz
Created an attachment (id=29015) --> (http://bugs.winehq.org/attachment.cgi?id=29015) Screen shot WinXP vs Wine
Entries in navigator's window of MetaEditor.exe (part of MetaTrader4) are sorted differently compared to WinXP. I tried many versions since 0.9.49 till 1.2-rc4, but it looks like MT4 never worked correctly. Attachment shows that better.
Requires: winetricks mfc42
http://bugs.winehq.org/show_bug.cgi?id=23279
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2010-06-20 06:09:09 --- Try native comctl32. Probably TreeView sorting is broken.
http://bugs.winehq.org/show_bug.cgi?id=23279
--- Comment #2 from Wylda wylda@volny.cz 2010-06-20 06:13:54 ---
Try native comctl32. Probably TreeView sorting is broken.
No, native comctl32 doesn't help here.
http://bugs.winehq.org/show_bug.cgi?id=23279
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2010-06-20 06:21:22 --- Ok, then it could be a load order that differs, don't you know how does it store settings? (xml maybe :)).
http://bugs.winehq.org/show_bug.cgi?id=23279
--- Comment #4 from Wylda wylda@volny.cz 2010-06-20 06:50:39 --- I don't have idea. Right now, i just go through bug reports where i was somehow involved in the past, whether fixed things are still fixed etc... And this also mean, that i test programs which i haven't slightest idea what they are good for, or how they work ;)
So i at least tried to look in all newly created file since installation, but didn't find anything (no xml, nothing inside .ini and others, nothing in registry).
http://bugs.winehq.org/show_bug.cgi?id=23279
--- Comment #5 from Wylda wylda@volny.cz 2010-08-22 09:49:21 ---
Still present in wine-1.3.1.
http://bugs.winehq.org/show_bug.cgi?id=23279
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kennybobs@o2.co.uk Summary|MetaTrade4: Items in |MetaTrader 4: Items in |navigator are sorted |navigator are sorted |differently |differently
--- Comment #6 from Ken Sharp kennybobs@o2.co.uk 2012-11-05 21:47:05 CST --- Still present in Wine 1.5.16.
There's a fair few ieframe fixmes printed for this app.
http://bugs.winehq.org/show_bug.cgi?id=23279
--- Comment #7 from Ken Sharp kennybobs@o2.co.uk 2013-07-11 16:50:25 CDT --- Still present in wine-1.6-rc4-99-g94c7806.
http://bugs.winehq.org/show_bug.cgi?id=23279
aald666 alejolopez94@hotmail.es changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alejolopez94@hotmail.es
--- Comment #8 from aald666 alejolopez94@hotmail.es 2013-11-10 16:17:41 CST --- Still present in wine wine-1.7.6 on ArchLinux
https://bugs.winehq.org/show_bug.cgi?id=23279
--- Comment #9 from Wylda wylda@volny.cz --- Still present in wine-1.7.28.
https://bugs.winehq.org/show_bug.cgi?id=23279
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.metatrader4.com/ |http://files.metaquotes.net |files/mt4setup.exe |/metaquotes.software.corp/m | |t4/mt4setup.exe
--- Comment #10 from Ken Sharp imwellcushtymelike@gmail.com --- This *appears* to be fixed in wine-1.7.44-199-g714abcb, however it seems that MetaEditor 5.0 Build 1150 is installed alongside MT4 (the latest builds download files during setup).
MT4.00 Build 830 $ sha1sum mt4setup.exe 7b46809c336021e19474520b8502f566c34eb342 mt4setup.exe
Wylda, do you still have the original version to test?
https://bugs.winehq.org/show_bug.cgi?id=23279
--- Comment #11 from Wylda wylda@volny.cz ---
Wylda, do you still have the original version to test?
Yes, but is is much older build:
$ sha1sum -b meta_trader-v4.00.225_2009-07-10.exe f0dcc136a79672af692e17ac497d7907c770504e *meta_trader-v4.00.225_2009-07-10.exe
Tested under wine-1.7.45-88-g1342254.
It appears, that the tree is based on sub-directory "experts". Content of it under WinXP:
<DIR> config <DIR> files <DIR> include <DIR> indicators <DIR> libraries <DIR> logs MACD Sample.ex4 MACD Sample.mq4 Moving Average.ex4 Moving Average.mq4 mqlcache.dat <DIR> presets <DIR> samples <DIR> scripts <DIR> templates
So MetaEditor.exe under WinXP does not display directory:"config" and also ignores files: "*.EX4" + "mqlcache.dat".
Comparing to Wine sub-directory "experts" content's: <DIR> config <DIR> files <DIR> include <DIR> indicators <DIR> libraries <DIR> logs MACD Sample.mq4 Moving Average.mq4 <DIR> samples <DIR> scripts <DIR> templates
Under Wine, MetaEditor.exe has actually three different bugs (maybe it can be just one):
1. It is installed incorrectly - missing three files 2x *.EX4, 1x mqlcache.dat, and one directory: presets
2. It displays "config" which is not displayed under WinXP.
3. It is ordered arbitrary, compared to Alphabetical under WinXP.
https://bugs.winehq.org/show_bug.cgi?id=23279
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | URL|http://files.metaquotes.net | |/metaquotes.software.corp/m | |t4/mt4setup.exe | Summary|MetaTrader 4: Items in |MetaEditor 4.00: Items in |navigator are sorted |navigator are sorted |differently |differently
--- Comment #12 from Ken Sharp imwellcushtymelike@gmail.com --- That sounds like a different bug but we can't be certain at this point.
Anyway, this bug is still present. Thanks for testing. Can you add a trace? It *might* offer a clue...
https://bugs.winehq.org/show_bug.cgi?id=23279
--- Comment #13 from Ken Sharp imwellcushtymelike@gmail.com --- Does this still occur in Wine 7.9 (or later)?