ホスト:Ubuntu18.04
ゲスト:Ubuntu18.04(てか、どのOSでも)
VMware-Player-15.5.1-15018445使用。

デスクトップのVmwarePlayerのアイコン(コマンドプロンプトで$vmplayerでも一緒)
でVmware起動すると
failed to load external entity "/etc/vmware/hostd/proxy.xml"
ってなって固まるんだけどなんで?

$sudo vmplayerで起動すると一応はきっちり起動する。
多分、パーミッションの問題なんだろうけど、ググるとこれが出てくる↓

どうもインストーラーのバグでこれ↓やれば直るらしいけど、
$chmod a+r /etc/vmware/config

これ権限変えちゃってもセキリティ上は問題ないの?
誰か同じ状態になった人いない?


Happened to me today after upgrading from 15.1 to 15.5, on Fedora 30.
Permissions on /etc/vmware/config ended up wrong.
Probably a bug in the 15.5 installer.
Try "chmod a+r /etc/vmware/config" and it may fix your problem.
Did for me. (Sorry for the delete/re-post, posted from wrong account originally.)

Also, might make sense for VMware to actually produce some sane error if /etc/vmware/config isn't readable, rather than just segfaulting which is a bit ludicrous.
https://communities.vmware.com/thread/619280