Vmware client "vpxclient has stopped working"

0

So I closed the host using my client on my win 10 laptop, ever since I haven't been able to connect to host via the laptop but I can using my desktop.

I have tried a few things after searching on Google such as edit the clients config file on my laptop. But still playing up and it's really frustrating. Don't know if it is coincidence that client stopped working from the laptop since closing host.

Any ideas would be marvellous. I am stumped.

ManWithNoName

Posted 2015-10-13T17:39:47.253

Reputation: 91

Are you able to provide any error messages? – Burgi – 2016-06-07T12:38:55.203

Answers

0

I was missing Tahoma fonts. I copied Tahoma.ttf from another Windows 7 machine and installed the font on the laptop that was crashing. All fixed.

Check out the latest log file in C:\Users\\AppData\Local\VMware\vpx. Mine indicated:

System.ArgumentException: Font 'Tahoma' does not support style 'Regular'. ... at System.Drawing.Font..ctor(SerializationInfo info, StreamingContext context)

--- End of inner exception stack trace ---

Sure enough, I was missing the Tahoma font.

Brian Schonecker

Posted 2015-10-13T17:39:47.253

Reputation: 1

-1

Try this fix as it helped me not to lose my head:

Posted on Monday 07/03/2016 by Victor

  1. Navigate to C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher
  2. Edit as Administrator VpxClient.exe.config
  3. Add the following lines in a new line, prefferably after :

    <startup useLegacyV2RuntimeActivationPolicy=”true”>
    <supportedRuntime version=”v4.0″/>
    </startup>
    

01004753

Posted 2015-10-13T17:39:47.253

Reputation: 1