On Fri, 4 Jun 2021, Francois Gouget wrote:
Hi,
On Thu, 27 May 2021, Andrew Eikum wrote: [...]
+ ok_(__FILE__, known_folder->line)(wcsicmp(kfd.pszRelativePath, ikf_path + lstrlenW(ikf_parent_path) + 1) == 0, + "Full path %s does not end with relative path %s\n", + debugstr_w(ikf_path), debugstr_w(kfd.pszRelativePath));
This check introduced a failure on Windows 8.1 for the cw-rx460 and cw-gtx560 machines:
https://test.winehq.org/data/patterns.html#shell32:shellpath
shellpath.c:380: Test failed: Full path L"C:\\Users\\winetest\\AppData\\Local\\Microsoft\\Windows\\Burn\\Burn1" does not end with relative path L"Microsoft\\Windows\\Burn\\Burn"
Note that, as far as I know, neither has a CD/DVD writer.
I have dug some more and these did have two CD driver at some point... sort of: https://bugs.winehq.org/show_bug.cgi?id=51284 -- Francois Gouget <fgouget(a)codeweavers.com>