http://bugs.winehq.org/show_bug.cgi?id=13437
--- Comment #11 from MestreLion wine@rodrigosilva.com 2011-06-30 12:56:18 CDT --- I've spent the last 20+ hours carefully studying WINEDEBUGGER=+relay 1.3GB logs, and I've found the bug! And a way to workaround this issue that has been tormenting me for the last 3 years! :D
The culprit (I guess) is this line:
0009:Call advapi32.RegQueryValueW(80000000,0033b9a0 L"txtfile\shell\\command",0033ada0,0033a52c) ret=7e9a3c04 0009:Ret advapi32.RegQueryValueW() retval=00000002 ret=7e9a3c04
Notice the (weird) absence of "Open" in "txtfile\shell\\command". The function, obviously, returns 0x2 (ERROR_FILE_NOT_FOUND)
So if I duplicate the registry "command" key right under shell (instead of under "open"), the attachment opens perfectly!
Right now I'm documenting all the steps. I dont know if this is the best and/or only solution, so I would *really* appreciate a closer help by *any* developer familiar with Wine.
Can any one contact me for further investigation? its " wine (a.t.) rodrigosilva (d.o.t) com " (yes, trust me, it works, i own the domain)
Thanks!