https://bugs.winehq.org/show_bug.cgi?id=39428
Bug ID: 39428 Summary: Failing owner SID test in advapi32:security Product: Wine Version: 1.7.52 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The following test fails on many Windows 7+ machines:
security.c:3738: Test failed: MACHINE\Software owner SID != Administrators SID.
On Windows 7 it's clearly dependent on having elevated privileges since it succeeds in all of the fg-win7u64 configurations except the one running as administrator without elevated privileges, fg-win7u64-1spie9adm, and the one running in a regular user account, fg-win7u64-1spie9usr.
On Windows 8+ it only succeeds when run with the same bitness as Windows: * On w8, the 32 bit Windows 8.1 TestBot machine, it succeeds. * On w864, the 64 bit Windows 8.1 TestBot machine, it fails in 32 bit, succeeds in 64 bits. * On w1064, the 64 bit Windows 10 TestBot machine, it fails in 32 bit, succeeds in 64 bits. * On cw1-hd6800 and cw2-gtx560 the hardware GPU test machines, it fails in 32 bit, succeeds in 64 bits. * On fg-acer64, my 64 bit Windows 8 laptop, it fails in 32 bit, succeeds in 64 bits.