https://bugs.winehq.org/show_bug.cgi?id=53343
Bug ID: 53343 Summary: The 64-bit itss:protocol fails in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
The 64-bit itss:protocol fails in Wine:
protocol.c:179: Test failed: expected: 00000000 got: 800c0005 protocol.c:180: Test failed: dwError = 87 protocol.c:179: Test failed: expected: 00000000 got: 800c0005 protocol.c:180: Test failed: dwError = 87 protocol.c:179: Test failed: expected: 00000000 got: 800c0005 protocol.c:180: Test failed: dwError = 87
https://test.winehq.org/data/patterns.html#itss:protocol
A bisect shows that the failures started with the commit below:
commit 569c27945e9479e9b27a5ffaa9b0587e6f1f2ac7 Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 7 12:32:22 2022 +0200
server: Use standard named object functions for registry keys.
Signed-off-by: Alexandre Julliard julliard@winehq.org