我使用VMware Player v6.0.1创建了一个虚拟机,然后我将vm复制到必须运行的服务器上,但是播放器版本是v5.0.0,尝试运行VM时会给我以下错误:
The configuration file "X:\MV_route\VM_name.vmx" was created by a VMware product that is incompatible with this version of VMware Player and cannot be used.
Cannot open the configuration file X:\MV_route\VM_name.vmx.
Run Code Online (Sandbox Code Playgroud)
我无法升级播放器版本,因为我已经在运行vm,广告我不想创建新的虚拟机(我花了很多时间配置v6虚拟机).
有没有办法配置VM在VMware Player v5中运行?
Rug*_*une 21
我遇到了同样的问题,我所做的是在notepad ++中打开了vmx文件/ VMware虚拟机配置文件,并将字段"virtualHW.version"的值更改为要在其中打开它的工作站版本号的值方案:我之前有VMWare Workstation 12,然后我切换到版本8.并将virtualHW.version = 12更改为virtualHW.version = 8.并且它运行完美.和平了!:-P
感谢@Rugved Mahamune 的回答
另外,如果要查找需要设置的版本
virtualHw = "xx"
只需检查下面的图片:
信用:https : //kb.vmware.com/s/article/1003746