VMware Communities
padamstx
Contributor
Contributor

VMPlayer 3.0.1 on 64-bit Linux crashes on startup

I've installed VMPlayer 3.0.1 on a Fedora 12 64-bit system. When starting /usr/bin/vmplayer, as soon as I see the initial window pop up, it disappears and vmplayer ends with a core dump.

Here is what I see in the shell when vmplayer starts:

$ vmplayer

Logging to /tmp/vmware-padams/setup-5042.log

filename: /lib/modules/2.6.31.12-174.2.22.fc12.x86_64/misc/vmmon.ko

supported: external

license: GPL v2

description: VMware Virtual Machine Monitor.

author: VMware, Inc.

srcversion: 1BBFFDFF731D21908BB9AF6

depends:

vermagic: 2.6.31.12-174.2.22.fc12.x86_64 SMP mod_unload

filename: /lib/modules/2.6.31.12-174.2.22.fc12.x86_64/misc/vmnet.ko

supported: external

license: GPL v2

description: VMware Virtual Networking Driver.

author: VMware, Inc.

srcversion: E52058FD837D53FA2E505E8

depends:

vermagic: 2.6.31.12-174.2.22.fc12.x86_64 SMP mod_unload

filename: /lib/modules/2.6.31.12-174.2.22.fc12.x86_64/misc/vmblock.ko

supported: external

version: 1.1.2.0

license: GPL v2

description: VMware Blocking File System

author: VMware, Inc.

srcversion: 400149ED038D22A87322D56

depends:

vermagic: 2.6.31.12-174.2.22.fc12.x86_64 SMP mod_unload

parm: root:The directory the file system redirects to. (charp)

filename: /lib/modules/2.6.31.12-174.2.22.fc12.x86_64/misc/vmci.ko

supported: external

license: GPL v2

description: VMware Virtual Machine Communication Interface (VMCI).

author: VMware, Inc.

srcversion: 10CF7904714E1EDA4361B9F

depends:

vermagic: 2.6.31.12-174.2.22.fc12.x86_64 SMP mod_unload

filename: /lib/modules/2.6.31.12-174.2.22.fc12.x86_64/misc/vsock.ko

supported: external

license: GPL v2

version: 1.0.0.0

description: VMware Virtual Socket Family

author: VMware, Inc.

srcversion: BC1943DCE52AE461DCC2D43

depends: vmci

vermagic: 2.6.31.12-174.2.22.fc12.x86_64 SMP mod_unload

filename: /lib/modules/2.6.31.12-174.2.22.fc12.x86_64/misc/vmmon.ko

supported: external

license: GPL v2

description: VMware Virtual Machine Monitor.

author: VMware, Inc.

srcversion: 1BBFFDFF731D21908BB9AF6

depends:

vermagic: 2.6.31.12-174.2.22.fc12.x86_64 SMP mod_unload

<after this is displayed, I see the main vmplayer window for about half a second, then it disappears and vmplayer ends>

I'm also attaching a zip containing the contents of my "/.tmp/vmware-<username>" directory as well. In that directory, the "player-<pid>.log" file contains a traceback associated with the core dump, etc.

Note that the vmplayer install completed without any errors, and when I start vmplayer it doesn't ask me for any "missing" packages (gcc, kernel-headers, etc.) so it must have found them in the proper locations.

Here is the list of kernel packages installed on my system, in case that helps:

$ rpm -qa | grep -i kernel

kernel-devel-2.6.31.12-174.2.22.fc12.x86_64

kernel-2.6.31.12-174.2.22.fc12.x86_64

kernel-firmware-2.6.31.12-174.2.22.fc12.noarch

kernel-headers-2.6.31.12-174.2.22.fc12.x86_64

Does anyone have any clue as to what is going wrong? There are a few messages in the "player-<pid>.log" file that appear to be errors, but I'm not sure if those are significant or not. Any help in getting vmplayer to work would be much appreciated.

Thanks, Phil

Reply
0 Kudos
1 Reply
padamstx
Contributor
Contributor

Should have done a better search for other posts about this problem before posting my question Smiley Happy

In another thread, it was suggested to "hide" the /usr/lib/vmware/lib/libcurl.so.4 directory by renaming it. I renamed it to /usr/lib/vmware/lib/libcurl.so.4.saved which forced vmplayer to use the libcurl.so.3 version instead and this seems to allow vmplayer to work ok now.

Reply
0 Kudos