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

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jan 8 07:35:40 CST 2022


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

Bernhard Übelacker <bernhardu at mailbox.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernhardu at mailbox.org

--- Comment #17 from Bernhard Übelacker <bernhardu at mailbox.org> ---
Created attachment 71558
  --> https://bugs.winehq.org/attachment.cgi?id=71558
trace with +exec and some more backtraces

Still valid with wine-7.0-rc4.

ShellExecuteEx gets called with not yet supported SEE_MASK_INVOKEIDLIST.
And with null sei.lpIDList, thefore sei.lpFile gets initialized in
SHGetPathFromIDList, therefore the path lost.
The workaround from Bruno is still valid. (Manually applied.)

-- 
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