https://bugs.winehq.org/show_bug.cgi?id=40196
Hugh McMaster hugh.mcmaster@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #15 from Hugh McMaster hugh.mcmaster@outlook.com --- (In reply to zaplo00 from comment #14)
I'm on Archlinux and this problem happens with 64-bit prefix in wine-staging 2.9. HKCR shows A LOT more keys in 32-bit prefix.
Confirming. I've been able to reproduce this behaviour in Arch Linux and Debian Stretch using the development and staging builds.
32-bit prefixes are not affected.
Running 64-bit regedit in a 64-bit prefix (i.e. using 'wine64') is also fine.
The problem is with WOW64 builds - running 32-bit regedit (i.e. using 'wine') on 64-bit prefixes.
Unfortunately, the RegOpenUserClassesRoot function is only a stub. This is almost certainly the cause of the bug.
CC'ing Sebastian. He might like to look into this.