https://bugs.winehq.org/show_bug.cgi?id=51023
--- Comment #8 from Georg Grabler ggrabler@gmail.com --- Hi there,
I started to bisect the issue, and interestingly:
eee0c1f8f97d2d77118abb692e277dd440eed693 is the first bad commit commit eee0c1f8f97d2d77118abb692e277dd440eed693 Author: Hugh McMaster hugh.mcmaster@outlook.com Date: Mon Mar 29 23:24:31 2021 +1100
reg: Use RegOpenKeyExW() instead of RegOpenKeyW().
Signed-off-by: Hugh McMaster hugh.mcmaster@outlook.com Signed-off-by: Alexandre Julliard julliard@winehq.org
programs/reg/delete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(https://source.winehq.org/git/wine.git/blobdiff/35d0fda0f044497df90d1ef5c1e2...)
That looks like a rather ... easy change. I am tempted to think I bisected wrong...