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@winehq.org ReportedBy: molle.bestefich@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.