http://bugs.winehq.org/show_bug.cgi?id=4830 juan_lang(a)yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang(a)yahoo.com ------- Additional Comments From juan_lang(a)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.