[Bug 31145] WinDirStat right clicking on a directory and selecting properties says "invalid parameter"

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jul 6 19:16:06 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=31145

Bruno Jesus <00cpxxx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download
             Status|UNCONFIRMED                 |NEW
                URL|                            |http://windirstat.info/
                 CC|                            |00cpxxx at gmail.com
     Ever Confirmed|0                           |1

--- Comment #3 from Bruno Jesus <00cpxxx at gmail.com> 2012-07-06 19:16:06 CDT ---
Wine does not support showing directory properties (am I correct?). That
message is not from the program, is from wine itself:
http://source.winehq.org/source/dlls/shell32/shlexec.c#L1927

1927     if (retval <= 32 && !(sei_tmp.fMask & SEE_MASK_FLAG_NO_UI))
1928         do_error_dialog(retval, sei_tmp.hwnd);

WINEDEBUG=+exec shows this:
...
trace:exec:SHELL_FindExecutable L""
trace:exec:SHELL_FindExecutable found L"" via App Paths
trace:exec:SHELL_quote_and_execute L""/L"properties" => L"\"\""/L""
trace:exec:SHELL_ExecuteW Execute L"\"\"" from directory L""
trace:exec:SHELL_ExecuteW CreateProcess returned error 87
trace:exec:SHELL_ExecuteW returning 11
trace:exec:SHELL_execute retval 11

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list