Glam Prestige Journal

Bright entertainment trends with youth appeal.

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.

1

2 Answers

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.

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>

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy