[Bug 16698] Sandboxie fails on installation

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 16 10:27:49 CDT 2009


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


Louis Lenders <xerox_xerox2000 at yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |xerox_xerox2000 at yahoo.co.uk
     Ever Confirmed|0                           |1




--- Comment #1 from Louis Lenders <xerox_xerox2000 at yahoo.co.uk>  2009-08-16 10:27:49 ---
the problem is missing registry key :
0033:Call advapi32.RegOpenKeyExW(80000002,01001180
L"System\\CurrentControlSet\\Services\\Eventlog\\System\\",00000000,00020
01f,0033fe30) ret=01001eee
0033:Ret  advapi32.RegOpenKeyExW() retval=00000002 ret=01001eee


the patch below fixes the bug, though the installer still complains that a
service could not be started, but at least the installer now finishes. 

patch:
diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 050d3e5..a003080 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -2931,6 +2931,7 @@ ErrorControl=1

 [Services]
 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,,""
+HKLM,"System\\CurrentControlSet\\Services\\Eventlog\\System",,,""

 [VersionInfo]
 HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.1"

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