http://bugs.winehq.org/show_bug.cgi?id=8439
Sylvain Petreolle spetreolle@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle@yahoo.fr
--- Comment #33 from Sylvain Petreolle spetreolle@yahoo.fr 2009-09-13 16:33:59 --- I added a TRACE("%s\n", debugstr_w(curdir)); after the SetCurrentDirectoryW call. It appears that SetCurrentDirectoryW silently fails and stays in current directory.
trace:exec:SHELL_execute execute:L"regedit.exe",L"",L"c:\windows\system32\" trace:exec:SHELL_ExecuteW Execute L"regedit.exe" from directory L"c:\windows\system32\" trace:exec:SHELL_ExecuteW curdir : L"C:\tmp__" trace:exec:SHELL_ExecuteW returning 33 [syl@wine tmp__]$ something went wrong