I've recently had real problems with the VM hanging - essentially the desktop stops refreshing - if you click the start menu and close it, it stays on screen and the vm seems to hang. If you kill vmwareuser.exe the vm instantly springs back to life and you can the restart vmwareuser.exe
In trying to track this down I found out how to turn the vmtools logging on - and it appeared the vmwareuser.exe was having problems with getting icons for items referenced in my 'recent documents' folder even though were off the bottom of my 'recent items' list in the start menu.
The documents in question were on a SMB share not currently connected and were timing out with errors.
I cleared out my recents directory and the problem disappeared.
One question - should vmwareuser.exe really be getting icons for every icon in your recent items folder?
Great tip - thanks!
This worked for me. I was quite frustrated when I copied a VM from Fusion 2 to 3 and it was running dog slow. I cleared the recent documents and poof!!! it was way quicker.
Thanks for the tip.
btw
WinXP Pro 1GB RAM was the VM type for me.
I've had exactly the same problem. Disabling recent documents has resolved it.
My VM is XP Pro.
You mention turning on VMTools logging. How to do that?
(I'm working issues where VMWareUser.exe hangs ... it probably is the reason my XP device stops performing, so I attempt to restart and XP has trouble shutting downsince VMWareUser.exe refuses to close).
You mention turning on VMTools logging. How to do that?
I started by adding these two lines to C:\Documents and Settings\All Users\Application Data\VMware\VMware Tools\tools.conf:
log = "TRUE" log.file = "c:\tmp\vmware-tools.log"
but after logging out and logging in, I ended up with this config:
[logging] vmsvc.handler=file vmsvc.level=debug vmsvc.data=c:\\tmp\\vmware-tools.log vmusr.handler=file vmusr.level=debug vmusr.data=c:\\tmp\\vmware-tools.log.user.${PID}