VMware won't work after Ubuntu Upgrade

123

I upgraded to Ubuntu 15.10 and now if I want to open VMware Player it doesn't do anything. I also uninstalled and installed it again, still nothing.

What can I do?

Charles Green

The solution below applies to versions of VMWare prior to 12.1.0. The 12.1.0 version of VMWare does not require this fix.


VMWare and VMPlayer are in fact looking for a specific library string. You can execute VMWare/VMPlayer from the terminal by executing

export LD_LIBRARY_PATH=/usr/lib/vmware/lib/libglibmm-2.4.so.1/:$LD_LIBRARY_PATH

then vmware or vmplayer

I made this a permanent change on my system by executing instead

executing sudo nano /usr/bin/vmware and adding the line

export LD_LIBRARY_PATH=/usr/lib/vmware/lib/libglibmm-2.4.so.1

after the line export PRODUCT_NAME...

Press ctrl+o to save and ctrl+x to exit: VMWare will now work.

To perform the same function for VMPlayer, execute the same changes to /usr/bin/vmplayer

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

VMWare tools config fails after upgrade to VMPlayer 6.0.1 on Ubuntu 13.04

From Dev

Android Studio upgrade automatic to 2.1 from 1.5 won't work

From Dev

Ubuntu 12.10 won't boot after Nvidia drivers upgrade

From Dev

Store won't open after upgrade

From Dev

Ubuntu 12.10 won't boot after Nvidia drivers upgrade

From Dev

VMWare player network won't work after upgrading to Windows 8.1

From Dev

Ubuntu 11.10 64 bit won't start after I upgrade it, possible procesor problems?

From Dev

Why won't Banshee import most of my music collection from Rythmbox after upgrade to Ubuntu 11.04?

From Dev

fstab won't mount SMB/CIFS share in Ubuntu 14.04 (after upgrade from 12.04 LTS)

From Dev

Aptana Studio 3 doesn't work after upgrade from Ubuntu 12.04 to 14.04?

From Dev

System won't boot after 20.04 upgrade

From Dev

after upgrade gdb won't attach to process

From Dev

Ubuntu won't boot after upgrade from 15.04 to 15.10

From Dev

Ubuntu won't boot after upgrade from 15.04 to 15.10

From Dev

Ubuntu won't start after 15.10 upgrade

From Dev

VLC won't launch after upgrade to 15.10

From Dev

Ubuntu 16.04 won't upgrade

From Dev

vmware error after upgrade to ubuntu 16.04

From Dev

After the upgrade to 16.04 LTS, internet won't work

From Dev

after upgrade ubuntu from 15.04 to 16.04, tor obfs4 ClientTransportPlugin isn't work

From Dev

Ubuntu in VMware player won't detect multiple screens anymore

From Dev

MariaDB won't start after upgrade to Ubuntu 16.04

From Dev

Ubuntu won't boot after kernel upgrade

From Dev

Can't open VMware after upgrade to ubuntu 16.04

From Dev

after upgrade to ubuntu 17.04 , telegram wont be work?

From Dev

After upgrade from 64bit Ubuntu 16.10 to 17.04 the laptop won't boot

From Dev

Touchpad won't work after installing Ubuntu 18

From Dev

Vim won't work after upgrading ubuntu to focal fossa

From Dev

After getting NAT working on Ubuntu 16.04, ssh connections into the router won't work

Related Related

  1. 1

    VMWare tools config fails after upgrade to VMPlayer 6.0.1 on Ubuntu 13.04

  2. 2

    Android Studio upgrade automatic to 2.1 from 1.5 won't work

  3. 3

    Ubuntu 12.10 won't boot after Nvidia drivers upgrade

  4. 4

    Store won't open after upgrade

  5. 5

    Ubuntu 12.10 won't boot after Nvidia drivers upgrade

  6. 6

    VMWare player network won't work after upgrading to Windows 8.1

  7. 7

    Ubuntu 11.10 64 bit won't start after I upgrade it, possible procesor problems?

  8. 8

    Why won't Banshee import most of my music collection from Rythmbox after upgrade to Ubuntu 11.04?

  9. 9

    fstab won't mount SMB/CIFS share in Ubuntu 14.04 (after upgrade from 12.04 LTS)

  10. 10

    Aptana Studio 3 doesn't work after upgrade from Ubuntu 12.04 to 14.04?

  11. 11

    System won't boot after 20.04 upgrade

  12. 12

    after upgrade gdb won't attach to process

  13. 13

    Ubuntu won't boot after upgrade from 15.04 to 15.10

  14. 14

    Ubuntu won't boot after upgrade from 15.04 to 15.10

  15. 15

    Ubuntu won't start after 15.10 upgrade

  16. 16

    VLC won't launch after upgrade to 15.10

  17. 17

    Ubuntu 16.04 won't upgrade

  18. 18

    vmware error after upgrade to ubuntu 16.04

  19. 19

    After the upgrade to 16.04 LTS, internet won't work

  20. 20

    after upgrade ubuntu from 15.04 to 16.04, tor obfs4 ClientTransportPlugin isn't work

  21. 21

    Ubuntu in VMware player won't detect multiple screens anymore

  22. 22

    MariaDB won't start after upgrade to Ubuntu 16.04

  23. 23

    Ubuntu won't boot after kernel upgrade

  24. 24

    Can't open VMware after upgrade to ubuntu 16.04

  25. 25

    after upgrade to ubuntu 17.04 , telegram wont be work?

  26. 26

    After upgrade from 64bit Ubuntu 16.10 to 17.04 the laptop won't boot

  27. 27

    Touchpad won't work after installing Ubuntu 18

  28. 28

    Vim won't work after upgrading ubuntu to focal fossa

  29. 29

    After getting NAT working on Ubuntu 16.04, ssh connections into the router won't work

HotTag

Archive