http://bugs.winehq.org/show_bug.cgi?id=31145
--- Comment #5 from Geoffrey computergeoffrey@zoho.com 2012-07-08 13:03:32 CDT --- (In reply to comment #4)
Created attachment 40900 [details] hack
The attached patch is a hack that will make it open the explorer instead of showing an error.
The application sets the SEE_MASK_IDLIST but does not set a list in lpIDList so wine clears the lpFile variable in SHGetPathFromIDListW and then there is the exec fail.
Is this a desired behaviour? And isn't it possible to implement properties of a directory / file?