[Bug 50344] wine failed to import HKLM from command line

WineHQ Bugzilla wine-bugs at winehq.org
Thu Dec 17 04:36:31 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50344

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net

--- Comment #4 from Anastasius Focht <focht at gmx.net> ---
Hello Alexey,

you're using a 64-bit WINEPREFIX hence several registry keys are affected by
WOW64 (redirection).

https://docs.microsoft.com/en-us/windows/win32/winprog64/shared-registry-keys

Not sure how you "validated" the presence of the keys but they all should
exist.
You need to look under 'HKLM\\Software\\Wow6432Node' since that part is not
shared between 64-bit and 32-bit.

Please don't use 'Wow6432Node' directly in .reg snippets for keys that are
redirected. It will lead to 'Wow6432Node\\Wow6432Node' sub-keys which don't
make sense.

---

Some of your registry keys don't make sense with Wine.

--- snip ---
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
NT\CurrentVersion\AppCompatFlags\Layers]
...
--- snip ---

Wine doesn't implement Microsoft Windows Application Compatibility
Infrastructure/Framework (​application shims).

Regards

-- 
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.


More information about the wine-bugs mailing list