install Check Point Smart Console R77.30

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
rican-linux
Newbie
Newbie
Posts: 3
Joined: Wed May 03, 2017 12:17 pm

install Check Point Smart Console R77.30

Post by rican-linux »

I am trying to install Smart Console and the installer keeps crashing. This is the error I am seeing.

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.smartconsole wine Check_Point_SmartConsole_and_SmartDomain_Manager_R77.30_Win10\(1\).exe 
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:msi:custom_get_thread_return Invalid Return Code -4
err:msi:ITERATE_Actions Execution halted, action L"_57D39130_ABA9_4124_958B_D8B7A031095F.install" returned 1603
err:msi:custom_get_thread_return Invalid Return Code -4
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
I know what the NVIDIA error means, but I cannot find out what the msi errors are. Can anyone help?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: install Check Point Smart Console R77.30

Post by Bob Wya »

Hiya rican-linux,
  • What Linux distribution?
  • What version of Wine are you using? Make sure you're up-to-date (version 2.7 currently)... See WineHQ Downloads ...
Don't worry about the Nvidia error... Nvidia just implement a seriously gimped version of randr in the proprietary driver.
Nouveau is not a realistic option for most people...

Bob
rican-linux
Newbie
Newbie
Posts: 3
Joined: Wed May 03, 2017 12:17 pm

Re: install Check Point Smart Console R77.30

Post by rican-linux »

I am running Debian Sid and wine version 1.8.7

Code: Select all

dpkg -l wine
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                           Version                      Architecture                 Description
+++-==============================================-============================-============================-==================================================================================================
ii  wine                                           1.8.7-2                      all                          Windows API implementation - standard suite
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: install Check Point Smart Console R77.30

Post by Bob Wya »

rican-linux wrote:I am running Debian Sid and wine version 1.8.7
...
The currently supported versions of Wine are 2.0.1 (Stable branch) or 2.7 (Development branch)...
See WineHQ Download: Debian ...

Versions prior to 2.0 are not actively supported any more...

Bob
rican-linux
Newbie
Newbie
Posts: 3
Joined: Wed May 03, 2017 12:17 pm

Re: install Check Point Smart Console R77.30

Post by rican-linux »

Sorry for this late response. I actually am running wine-staging under Arch and was able to get smart dashboard installed although the gui is acting funny. Will test how it works later.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: install Check Point Smart Console R77.30

Post by Bob Wya »

rican-linux wrote:Sorry for this late response. I actually am running wine-staging under Arch and was able to get smart dashboard installed although the gui is acting funny. Will test how it works later.
@rican-linux,

I love how people apologise for replying late - it's like apologising when someone else walks into you! :lol:

It's always worth filing Wine Bugzilla bugs for niggly stuff - like UI issues.
Getting an application to run - could take a lot of patches - to Wine - if multiple Windows API components are not (fully) supported.
But fixing a simple UI issue - may only require a single patch to Wine.
This is one occasion when, I would say, a bug report warrants a screenshot of the issue - as well as console logs, etc.

Bob
Locked