http://bugs.winehq.org/show_bug.cgi?id=21512
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|x86 |x86-64
--- Comment #5 from Anastasius Focht focht@gmx.net 2012-05-09 19:26:04 CDT --- Hello,
it seems this problem is related to shared Wow64 builds of Wine. I did some regression testing with pure Wine 32-bit builds (faster) and it works.
The "HKEY_CURRENT_USER\Environment" registry subkey is present when the WINEPREFIX is created for the first time.
With Wine64+32 the "Environment" registry subkey disappears after second bootstrapping.
This happens for both, 64-bit and pure 32-bit WINEPREFIXES (WINEARCH=win32).
Reproduce:
$ rm -rf ~/.wine $ wine regedit (shows "HKEY_CURRENT_USER\Environment") $ wineserver -w (wait until complete shutdown) $ wine regedit ("HKEY_CURRENT_USER\Environment" gone along with "AppEvents")
Regards