[Bug 4202] SHGetFolderLocation() with CSIDL_MYDOCUMENTS fails

Wine Bugs wine-bugs at winehq.org
Sat Dec 31 16:00:19 CST 2005


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





------- Additional Comments From yangman at gmail.com  2005-31-12 16:00 -------
Output with wine-0.9.4:

yzhao at fuu ~/.cedega/win98/c_drive $ wine MyDocumentsTestMBCS.exe 
My Documents path test (MBCS build)
===================================

1. IShellFolder::ParseDisplayName(CLSID_MyDocuments)
    "::{450d8fba-ad25-11d0-98a8-0800361b1103}"
2. SHGetFolderLocation CSIDL_MYDOCUMENTS
    *** SHGetFolderLocation failed, hr = 0x80070057
3. SHGetFolderLocation CSIDL_PERSONAL
    "z:\home\yzhao"
yzhao at fuu ~/.cedega/win98/c_drive $ wine MyDocumentsTestUNICODE.exe 
My Documents path test (UNICODE build)
======================================

1. IShellFolder::ParseDisplayName(CLSID_MyDocuments)
    "::{450d8fba-ad25-11d0-98a8-0800361b1103}"
2. SHGetFolderLocation CSIDL_MYDOCUMENTS
    *** SHGetFolderLocation failed, hr = 0x80070057
3. SHGetFolderLocation CSIDL_PERSONAL
    "z:\home\yzhao"


If test #2 doesn't work under XP, then it's probably a non-issue.

Open a new bug for IShell::ParseDisplayname(), as it is related but seperate?

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