[Bug 11112] Running multiple wineservers simultaneously can corrupt registry

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 8 10:39:25 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=11112

Peter Quiring <pquiring at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pquiring at gmail.com

--- Comment #28 from Peter Quiring <pquiring at gmail.com> 2011-12-08 10:39:25 CST ---
One way this could get fixed is if wineserver was overhauled a little to delay
loading the HKCU registry key until each client connects.  The HKCU key would
be attached to each connection instead of being global.  As the wine client
connects it would first announce the username/sid and then wineserver could
load the user.reg file from the users .wine folder.
This means that wineserver would have to run as root to load other users files
like a system service.
wineserver -s, --service    multi-user service

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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