[Bug 27559] ImgBurn 2.5.5.0 and earlier needs shell32.SHGetKnownFolderIDList() implementation when run with WinVer >= Vista

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 7 10:00:19 CST 2017


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

--- Comment #28 from Nikolay Sivov <bunglehead at gmail.com> ---
---
trace:shell:SHGetKnownFolderIDList {cac52c1a-b53d-4edc-92d7-6b2e8ac19434},
0x00001000, (nil), 0x149fdd0
fixme:shell:SHGetKnownFolderIDList unsupported flags: 0x00001000
trace:shell:SHGetKnownFolderPath {cac52c1a-b53d-4edc-92d7-6b2e8ac19434},
0x00001000, (nil), 0x149fd68
trace:shell:SHGetKnownFolderPath Failed to get folder path, 0x80070057.
trace:shell:SHGetKnownFolderIDList {a302545d-deff-464b-abe8-61c8648d939b},
0x00001000, (nil), 0x149fdd0
fixme:shell:SHGetKnownFolderIDList unsupported flags: 0x00001000
trace:shell:SHGetKnownFolderPath {a302545d-deff-464b-abe8-61c8648d939b},
0x00001000, (nil), 0x149fd68
trace:shell:SHGetKnownFolderPath Failed to get folder path, 0x80070057.
---

Failed to get folder path means CSIDL_Type_Disallowed in this case, it's not
necessarily wrong. Hacking it to fail on unsupported flags most likely skips
the rest of logic, and is not a real issue here.

I think it's possible it's another instance of bug 36866, but I haven't tested
thoroughly.

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