http://bugs.winehq.org/show_bug.cgi?id=16698
Summary: Sandboxie fails on installation Product: Wine Version: 1.1.11 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lleoliveirabr@gmail.com
I tried to install Sandboxie http://www.sandboxie.com/SandboxieInstall.exe program on wine 1.1.11 and got this error message: RegOpenKeyEx (SystemKey): File not found (2). Look the screenshot attached.
http://bugs.winehq.org/show_bug.cgi?id=16698
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.sandboxie.com/San | |dboxieInstall.exe Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=16698
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Ever Confirmed|0 |1
--- Comment #1 from Louis Lenders xerox_xerox2000@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"
http://bugs.winehq.org/show_bug.cgi?id=16698
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
--- Comment #2 from Austin English austinenglish@gmail.com 2011-10-06 14:48:19 CDT --- Still in wine-1.3.29-217-g5432611
http://bugs.winehq.org/show_bug.cgi?id=16698
Joerg Schiermeier newsletter@Schiermeier-Software.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |newsletter@Schiermeier-Soft | |ware.de
--- Comment #3 from Joerg Schiermeier newsletter@Schiermeier-Software.de 2011-10-28 07:35:17 CDT --- This is still an issue in wine v1.3.31 with a bunch of errors...!
http://bugs.winehq.org/show_bug.cgi?id=16698
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #4 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-07-06 08:33:25 CDT --- Still in wine-1.6-rc4-52-g9a0b434.
Not sure the "Sandboxie system-level driver" installation could ever work with wine though...
https://bugs.winehq.org/show_bug.cgi?id=16698
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #5 from super_man@post.com --- The problem is still valid 1.7.51. Any idea why the patch was never sent?
https://bugs.winehq.org/show_bug.cgi?id=16698
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Sandboxie fails on |Sandboxie installer needs |installation |'HKLM\System\CurrentContr | |olSet\Services\Eventlog\ | |System' registry key
https://bugs.winehq.org/show_bug.cgi?id=16698
--- Comment #6 from Austin English austinenglish@gmail.com --- Sent a patch: https://source.winehq.org/patches/data/117105
https://bugs.winehq.org/show_bug.cgi?id=16698
--- Comment #7 from super_man@post.com --- I dont see the issue against wine git with the installer.
wine 1.8.rc4
https://bugs.winehq.org/show_bug.cgi?id=16698
--- Comment #8 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to super_man from comment #7)
I dont see the issue against wine git with the installer.
wine 1.8.rc4
It seems you have a time machine :) wine-1.8-rc3 just has been released today.
https://bugs.winehq.org/show_bug.cgi?id=16698
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8ba649563c84015a967e36d38e9 | |69ba39803044e Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #9 from Austin English austinenglish@gmail.com --- (In reply to Austin English from comment #6)
Sent a patch: https://source.winehq.org/patches/data/117105
Fixed by https://source.winehq.org/git/wine.git/commitdiff/8ba649563c84015a967e36d38e...
https://bugs.winehq.org/show_bug.cgi?id=16698
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.8-rc4.