http://bugs.winehq.org/show_bug.cgi?id=31348
Bug #: 31348 Summary: Can't select the file from popup Product: Wine Version: 1.5.9 Platform: x86 OS/Version: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: kenorb@gmail.com Classification: Unclassified
I'm using the software called: EX4-TO-MQ4 Decompiler 4.0.427 (Demo) Free available from: http://purebeam.biz/#download_decompiler But it doesn't work, because I can't select the file.
Here are some logs:
I'm starting it:
$ wine ex4_to_mq4_demo.exe fixme:msg:ChangeWindowMessageFilter 233 00000001 fixme:msg:ChangeWindowMessageFilter 4a 00000001 fixme:msg:ChangeWindowMessageFilter 49 00000001 fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub! fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub! fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub! fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub! (last message repeats couple of times with 0 and -1, possible when the application is focus or not).
Then I'm clicking 'Decompile...' button to select the file. I've following logs:
fixme:commdlg:IServiceProvider_fnQueryService Interface {e07010ec-bc17-44c0-97b0-46c7c95b9edc} requested from unknown service {e07010ec-bc17-44c0-97b0-46c7c95b9edc} fixme:shell:ViewModeToListStyle ViewMode 0 not implemented fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1026, a003, 0, 0x33e93c) fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1026, a004, 0, 0x33e93c) fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1025, a003, 1, 0x33e93c) fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1025, a004, 1, 0x33e93c) fixme:nstc:NSTC2_fnSetControlStyle2 mask & style (0x00000004) contains unsupported style(s): 0x00000004 fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub!
The file selection popup appeared, so I can select the file.
Once I've clicked on the file, I've following messages: fixme:uniscribe:GPOS_apply_lookup We do not handle SubType 6 fixme:uniscribe:GPOS_apply_lookup We do not handle SubType 6 (last message repeats around 40 times more at the same time) fixme:shell:IShellBrowser_fnOnViewWindowActive stub, 0x164e20 (0x165368)
Selecting the file (some.ex4), I've following messages: fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub! fixme:uniscribe:GPOS_apply_lookup We do not handle SubType 6 (the last message - many of them) fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub! fixme:shell:IShellItemArray_fnEnumItems Stub: 0x173c40 (0x33f83c)
After that no files were selected. Also I can't type manually in 'File' textbox.
The other think which doesn't work, is dropping the file, but I assume it's not supported in Wine.
I've seen some similar errors in following tickets: http://bugs.winehq.org/show_bug.cgi?id=27936 http://bugs.winehq.org/show_bug.cgi?id=23525 http://bugs.winehq.org/show_bug.cgi?id=11095
And those somebody else pastebins contains exact message which I've: http://pastebin.com/rx9xRPKY http://pastebin.com/QW8T25Xh which is: 'fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub!'
Basically my goals is to try this program, but it simply doesn't work as expected.
P.S. I've compiled latest version from Git from the sources on Mac, so eventually I could apply some patches or write some (if I'll have some good directions) to test it. Thank you.