Application Details:
Version: | 5.5 |
License: | Retail |
URL: | http://www.vmware.com |
Votes: | 0 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 8.21-staging |
Maintainers: About Maintainership
What works
Creating a new Virtual Machine.
Stopping, Starting, restarting Virtual Machines.
Editing Virtual Machines.
Snapshotting a Virtual Machine.
What does not
The console is not accessible through the client under Wine. (Bug #44981)
Workarounds
It is necessary to install:
dotnet35sp1 msxml3 vcrun2005 vcrun2008 vcrun2010
The installer receives a hcmon error and fails leaving the client not installed. Follow steps in How To.
What was not tested
Anything console related.
Hardware tested
Graphics:
Additional Comments
AMD FX-8350 Black Edition
16GB RAM
Sabertooth 990FX R1
Nvidia Geforce 1050 Ti
Kernel: 4.9.87-antix.1-amd64-smp GNU/Linux
Nvidia 396.24 drivers
DE: Xfce 4.12.2
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 23.10 "Mantic" (+ variants like Kubuntu) | Dec 06 2023 | 8.21-staging | Yes | Yes | Yes | Silver | spaceman | |
Show | Manjaro Linux 21.2.6 | Aug 24 2022 | 7.7 | Yes | Yes | Yes | Silver | Matti Kaupenjohann | |
Show | antiX-17 "Heather Heyer" Core | Nov 26 2018 | 3.20-staging | Yes | Yes | Yes | Silver | spaceman | |
Current | antiX-17 "Heather Heyer" Core | Jun 23 2018 | 3.10-staging | Yes | Yes | Yes | Silver | spaceman | |
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Nov 20 2017 | 2.0.3 | Yes | Yes | No | Garbage | Artur |
Create a fresh 32-bit WINEPREFIX
WINEPREFIX="$HOME/.vsphere" WINEARCH=win32 wine wineboot
# Install .NET 3.5 sp1 and several other components with winetricks:
winetricks -q dotnet35sp1 msxml3 vcrun2005 vcrun2008 vcrun2010
Install the vSphere Windows installer exe.
wine ~/Downloads/VMware-viclient-all-${version}.exe
Launch the vSphere client, dismiss any warning/error dialogs:WINEARCH=win32 WINEPREFIX="$HOME/.vsphere" wine ~/.vsphere/drive_c/Program Files/VMware/Infrastructure/Virtual Infrastructure Client/Launcher/VpxClient.exe
The HCMON drvier error is now be fixed so the following steps are now deprecated:
Step through the installation dialogs accepting all defaults. When you see an error about installing the hcmon driver, STOP do not click OK.
Copy your ~/.vsphere directory to another location. e.g.:
cp -R ~/.vsphere ~/Desktop/.vsphere
When the folder is copied you can now proceed:
Click OK to the hcmon driver error dialog, and click
Finish on the installer dialog. It will say that the installation
failed and will rollback the installation leaving the vsphere
installation folder empty.
Now copy the folder back:
cp -R ~/Desktop/.vsphere ~/.vsphere
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Caio F on Tuesday January 16th 2024, 6:27
by Sérgio on Tuesday November 13th 2018, 15:51
WINEARCH=win32 WINEPREFIX="$HOME/.vsphere" wine ~/VMware-viclient-all-5.5.0-1281650.exe
WINEARCH=win32 WINEPREFIX="$HOME/.vsphere" wine /home/sergio/.vsphere/drive_c/Program\ Files/VMware/Infrastructure/Virtual\ Infrastructure\ Client/Launcher/VpxClient.exe
by Maurice on Wednesday November 8th 2017, 16:36
Lines prefaced by > are commands to run
Lines prefaced by # are my notes/comments
# Install homebrew, google this if you're not sure. Once homebrew is installed, proceed with following commands.
> brew install wine
> brew install winetricks
# Set wine architecture to Windows 32-bit since the dotnet35sp1 package requires 32-bit Windows. If you already have a 64-bit wine config setup, look into setting up different wine environments, otherwise if you do not need your existing config, then the easiest route is to remove your entire ~/.wine configuration before proceeding.
> export WINEARCH=win32
# Install .NET 3.5 sp1 - this will take quite some time and install some other .NET dependencies as well. Note: I split the winetricks install commands below into separate commands based on advice I found for vSphere Client 6.0 (which seemed to suggest that order of installation matters, specifically with .NET 3.5 sp1), so not sure if absolutely necessary, but it worked for me. Dismiss any dialogs that pop up during the following three commands.
> winetricks -q dotnet35sp1
> winetricks -q msxml3
> winetricks -q vcrun2005 vcrun2008 vcrun2010
# Time to simulate a windows reboot after installing the .NET and other dependencies with a wineboot command.
> wineboot
# Finally issue the install command for the vSphere Windows installer exe. VMware vSphere client 5.5.0 in my downloads directory in my case.
> wine ~/Downloads/VMware-viclient-all-5.5.0-1993072.exe
# Step through the installation dialogs taking the defaults. Once you see an error about installing the hcmon driver, do not click Ok. Instead move your ~/.wine directory to your desktop temporarily.
> mv ~/.wine ~/Desktop/.wine
# Once the one directory is moved, you can now proceed
# Click OK to the hcmon driver dialog, and click Finish on the installer dialog. It will say that the installation failed, but this is ok.
# Now you can move your wine directory back to your user folder
> mv ~/Desktop/.wine ~/.wine
# I issued another wine reboot here. Dismiss any error dialogs.
> wineboot
# Time to launch the vSphere client. Dismiss any warning/error dialogs.
> wine ~/.wine/drive_c/Program Files/VMware/Infrastructure/Virtual Infrastructure Client/Launcher/VpxClient.exe
# The program should be launched now and you can attempt to connect to the server. If you get a pop up about SSL warnings, you can click ignore unless you actually do use custom SSL certs, then I'm not quite sure how to help you.
by Henrique on Monday November 9th 2015, 9:53
When I try to login, it return an error screen, where say:
VSphere client could not connect to .... An unknown connection error occured.(therequest failed because the client could not validate the server's SSL certificate).
Anybody know how I can solve this?
by firefly on Wednesday June 17th 2015, 10:12
Also, I got ntlm_auth from from the samba3 package via MacPorts.
Steps:
$ mv ~/.wine ~/.wine-hold
$ wine VMware-viclient-all-5.5.0-1618071.exe # click "OK" for the hcmon driver fail but don't click "Finish"
Open up a new terminal window and do these two lines from there.
$ mv ~/.wine ~/.wine-temp # after this, now click "Finish"
$ mv ~/.wine-temp ~/.wine
Install the .NET and VC runtimes. Some Windows exceptions boxes will popup, just dismiss them.
$ winetricks -q msxml3 dotnet35sp1 vcrun2005 vcrun2008 vcrun2010
$ wine ~/.wine/drive_c/Program\ Files/VMware/Infrastructure/Virtual\ Infrastructure\ Client/Launcher/VpxClient.exe
Dismissing the Windows' exceptions boxes don't seem to cause any negative impact on the VMware-viclient program.
by Bob Kuo on Tuesday March 3rd 2015, 15:08
by birger on Wednesday December 17th 2014, 6:36