[Bug 4830] Garbage in path when clicking on "My Computer" in SketchUp installer

Wine Bugs wine-bugs at winehq.org
Mon Jul 10 20:07:34 CDT 2006


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


juan_lang at yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juan_lang at yahoo.com




------- Additional Comments From juan_lang at yahoo.com  2006-10-07 20:07 -------
The problem is in SHGetPathFromIDListW.  SHGetPathFromIDListW calls
IShellFolder_GetAttributesOf on the passed-in pidl with the SFGAO_FILESYSTEM
attribute, and fails (returns FALSE) if it's not still set after it's called. 
ISF_Desktop_fnGetAttributesOf does not set this flag for the My Computer item
(and tests show this is correct.)  Thus SHGetPathFromIDListW fails, and the app
uses an uninitialized buffer.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list