http://bugs.winehq.org/show_bug.cgi?id=5125
Summary: CheckPoint Firewall-1 ("FW-1") GUI management client
("SmartConsole") doesn't run (demo mode)
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.checkpoint.com/form/download/SmartConsole_R60
_591000654_1_Win.zip
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: molle.bestefich(a)gmail.com
Tested using:
* Wine GIT version 738be2eec38674e2b37b6fd22c030692c6f74088
* Check Point SmartConsole version R60 591000654_1_Win
Installation
============
1) Installation initiated by user
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
2) Installation done
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
3) Installer (type is InstallShield) aborts
Dialog box: "0x80040703 / Failed to find DLL function: system.CPsystem /
Setup will now terminate."
4) User clicks OK, installer erases installed files and emit a few more error
messages
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0f00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0f00-00000a000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
The OLE errors should be fixed to prevent the installer from deleting the
installation instead of finishing.
Running GUI tools in Demo mode
==============================
1) Startup
err:imagelist:ImageList_ReplaceIcon no color!
2) Select 'Demo Mode' and click OK
Failed to initialize database manager with error 0x80004005 ('Unspecified
error')
Dialog box: "The connection has been refused because the database could not
be opened."
I'm stuck here, I don't know how to debug further.
Running CPML
============
There's an executable "cpml.exe". Running "strings cpml.exe" gives:
Usage:
cpml [-d]
cpml vdb -b database_name [-t table_name] [-v]
If you run "wine cpml.exe", you'll get:
cpml is running
The cpml application does not quit.
Try "lsof | grep -E 'cpml\.exe.*TCP|^COMMAND'" or "netstat -ap | grep -E
'cpml\.exe|^Active|^Proto'":
cpml.exe TCP LISTEN localhost:18270
cpml.exe TCP ESTABLISHED localhost:32796 -> localhost:48288
cpml.exe TCP ESTABLISHED localhost:48288 -> localhost:32796
I had hoped that cpml would fix Demo mode, but it doesn't.
It seems to have nothing to do with running in Demo mode.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5122
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-23-04 12:15 -------
this is a duplicate of bug 201
*** This bug has been marked as a duplicate of 201 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5112
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Explorer (wine builtin) |Explorer (wine builtin) just
|fails when run with no |exits when run with no
|command line args |command line args
------- Additional Comments From vitaliy(a)kievinfo.com 2006-23-04 12:02 -------
Well it does not fail - it just doesn't do anything.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5091
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-23-04 11:44 -------
The link was in a comment and we cannot edit (only delete) comments. I do not
see that changing at all. The corrected link had been ported as a comment. I
moved the corrected comment to a howto and deleted both of the comments.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4975
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-23-04 11:42 -------
Well, I did some testing using "git bisect" and found the offending patch, I hope:
http://source.winehq.org/git/?p=wine.git;a=commit;h=d404fb5bf84206b5990516e…
Then I did some commenting out on the lines of [FakeDllsSection]. Looks like
only 3 fake binaries make installation noisy:
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -2109,12 +2109,12 @@
10,,rundll32.exe
10,,winebrowser.exe
10,,winhelp.exe
-10,,winhlp32.exe,winhelp.exe
+;10,,winhlp32.exe,winhelp.exe
10,command,start.exe
11,,advapi32.dll
11,,comdlg32.dll
11,,control.exe
-11,,crypt32.dll
+;11,,crypt32.dll
11,,dbghelp.dll
11,,ddraw.dll
11,,gdi32.dll
@@ -2133,7 +2133,7 @@
11,,shdocvw.dll
11,,shell32.dll
11,,shfolder.dll
-11,,shlwapi.dll
+;11,,shlwapi.dll
11,,user32.dll
11,,version.dll
11,,wcmd.exe
Fake shlwapi.dll makes 2 msgboxes to popup (telling about SHDOCVW.DLL errors).
Fake crypt32.dll brings up 3 additional msgboxes (describing INITPKI.DLL,
CRYPTDLG.DLL errors).
Fake winhlp32.exe/winhelp.exe gives us ~17 more msgboxes (mentioning
BROWSEUI.DLL, MSRATING.DLL, HLINK.DLL, PLUGIN.OCX, SENDMAIL.DLL, MSHTMLED.DLL,
SHDOC401.DLL, PROCTEXE.OCX, MSTIME.DLL, DXTRANS.DLL, DXTMSFT.DLL, JSCRIPT.DLL,
INITPKI.DLL, DIGEST.DLL) and only it seems to be fatal to the installation process.
Applying my micro-patch and reinstalling Wine leaves us with the only msgbox
about IE5INFO.OCX which comes from very distant past, I believe. It requires
MFC40.DLL which Wine doesn't provide.
HTH some guys...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4561
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tony.lambregts(a)gmail.com
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From Speeddymon(a)gmail.com 2006-23-04 11:17 -------
its not a dupe of 4051.. it may be a dupe of somethin else but I dont know
what. tony?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4935
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2140 is|0 |1
obsolete| |
Attachment #2185 is|0 |1
obsolete| |
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2006-23-04 11:17 -------
Created an attachment (id=2331)
--> (http://bugs.winehq.org/attachment.cgi?id=2331&action=view)
log of the crash with 0.9.12 wine version
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2398
------- Additional Comments From willie(a)froq.net 2006-23-04 11:07 -------
OpenGL can draw to either a X window, a GLX pixmap, or a Pbuffer. GLX pixmaps
and Pbuffers are offscreen. See "Course 24: OpenGL and Window System
Integration, Siggraph 1997":
http://www.mesa3d.org/brianp/sig97/glxport.htm#Pixmaps
And:
http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=0650&db=man&fna…
I have no idea if this helps, though. According to the linked article, direct
rendering is usually not available for GLX pixmaps (but the article is quite
old, so this might have changed). No idea about Pbuffers. It is possible to
copy the content of the pixmap anywhere you want, though, as far as I
understood the docs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5112
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Explorer (wine builtin) |Explorer (wine builtin)
|fails when window_metrics |fails when run with no
|are tweaked |command line args
------- Additional Comments From Speeddymon(a)gmail.com 2006-23-04 10:52 -------
Correcting summary to reflect the real problem. This should really be fixed
though, so that users in windows land can transition easier. Posting a note to
wine-devel
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.