https://bugs.winehq.org/show_bug.cgi?id=54691 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|reg.exe:copy, |reg.exe:copy, |reg.exe:delete, |reg.exe:delete, |reg.exe:export, |reg.exe:export, |reg.exe:import & |reg.exe:import & |reg.exe:query - The 64-bit |reg.exe:query (+32-bit |tests fail due to |reg.exe:add) - The 64-bit |ERROR_ACCESS_DENIED errors |tests fail due to |in Wine |ERROR_ACCESS_DENIED errors | |in Wine --- Comment #1 from François Gouget <fgouget(a)codeweavers.com> --- This also causes the 32-bit reg.exe:add test to fail WHEN it is run in the same wineprefix after reg.exe:copy: add.c:1051: Test failed: RegDeleteKeyExA failed: got error 5 add.c:1064: Test failed: registry key 'Software\Wine\reg_test' shouldn't exist; got 0, expected 2 See https://test.winehq.org/data/patterns.html#reg.exe:add My development box is the only case where I run both the full 64-bit WineTest suite the 32-bit one in the same wineprefix (and in that order). This is why this failure only happens on fg-deb64-wow32. That makes sense: reg.exe:copy (and the ones that follow) fail to clean up after themselves which trips up this RegDeleteKeyExA() call in the 32-bit reg.exe:add. -- 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.