VMware Communities
Russel827
Contributor
Contributor
Jump to solution

Player 12.0.1 on Ubuntu 15.10 doesn't start

I just upgraded vmware player  to the version 12.0.1. When I try to start vmware it simply does nothing. No messages, no errors, no flashes, no nothing.

I have added error from log file /tmp/vmware-user# tail vmware-apploader-9383.log

2015-10-31T18:21:36.587+05:00| appLoader| W115: Unable to load libvmwareui.so from /usr/lib/vmware/lib/libvmwareui.so/libvmwareui.so: /usr/lib/vmware/lib/libvmwareui.so/libvmwareui.so: undefined symbol: _ZN4Glib10spawn_syncERKSsRKNS_11ArrayHandleISsNS_17Container_Helpers10TypeTraitsISsEEEENS_10SpawnFlagsERKN4sigc4slotIvNSA_3nilESC_SC_SC_SC_SC_SC_EEPSsSG_Pi

2015-10-31T18:21:36.587+05:00| appLoader| W115: Unable to load dependencies for /usr/lib/vmware/lib/libvmware-modconfig.so/libvmware-modconfig.so

2015-10-31T18:21:36.587+05:00| appLoader| W115: Unable to execute /usr/lib/vmware/bin/vmware-modconfig.

0 Kudos
1 Solution

Accepted Solutions
sulemanhasib43
Contributor
Contributor
Jump to solution

Refrence to a Russian forum

http://forum.ubuntu.ru/index.php?topic=268032.0

Execute following commands in your terminal

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

$ echo /usr/lib/vmware/lib/libglibmm-2.4.so.1 | sudo tee -a /etc/ld.so.conf.d/LD_LIBRARY_PATH.conf

$ ldconfig

View solution in original post

0 Kudos
1 Reply
sulemanhasib43
Contributor
Contributor
Jump to solution

Refrence to a Russian forum

http://forum.ubuntu.ru/index.php?topic=268032.0

Execute following commands in your terminal

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

$ echo /usr/lib/vmware/lib/libglibmm-2.4.so.1 | sudo tee -a /etc/ld.so.conf.d/LD_LIBRARY_PATH.conf

$ ldconfig

0 Kudos