SOLVED: VMware v 15.0.1 Error

Questions about virtualization software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
LarryT

SOLVED: VMware v 15.0.1 Error

Post by LarryT »

Whenever I start VMware Player v15.0.1 I get the following error: "VMware Player needs to store user preferences and other information in the directory "~/.vmware". Do you want to continue although VMware Player was unable to create that directory?"
To fix the error, I did the following:
1) Open Terminal and go to the /home/USER directory
2) Type the following: rm -r .vmware
3) Type the following: mkdir .vmware this resets the directory so it has your permissions.
I tried the sudo chmod -r USER:USER ~/.vmware but that did not work for me, however the three steps above solved the problem.
LarryT
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
HaveaMint
Level 6
Level 6
Posts: 1085
Joined: Fri Feb 02, 2018 9:56 pm

Re: SOLVED: VMware v 15.0.1 Error

Post by HaveaMint »

LarryT wrote: Mon Jan 07, 2019 11:24 pm I tried the sudo chmod -r USER:USER ~/.vmware but that did not work for me, however the three steps above solved the problem.
LarryT
Next time use -R and not -r.
https://www.computerhope.com/unix/uchmod.htm
"Tune for maximum Smoke and then read the Instructions".
Locked

Return to “Virtual Machines”