http://bugs.winehq.org/show_bug.cgi?id=31145
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://windirstat.info/ CC| |00cpxxx@gmail.com Ever Confirmed|0 |1
--- Comment #3 from Bruno Jesus 00cpxxx@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