轉載:http://tieba.baidu.com/p/3487673152
如圖的錯誤
如果你按照破解了mac支持的VMware Workstation 11的新建虛擬機向導一步一步創建了一個mac的虛擬機,要運行的時候,你將會發現這個坑爹的錯誤。解決方法其實已經在unlocker的readme.txt里了,不過一般人無聊干嘛看這個啊。。
原文:
IMPORTANT:
==========
If you create a new VM using version 11hardware VMware will stop and
create a core dump.There are two options towork around this issue:
1. Change the VM to be HW 10 - this doesnot affect performance.
2. Edit the VMX file and add:
smc.version = "0"
意思就是新建虛擬機的時候要選自定義,硬件兼容性不要選Workstation 11.0,要選Workstation 10.0。如果你已經設置好了那可以在虛擬機的列表里右鍵,然后—管理—更改硬件兼容性里降級。如圖
原文:
IMPORTANT:
==========
If you create a new VM using version 11hardware VMware will stop and
create a core dump.There are two options towork around this issue:
1. Change the VM to be HW 10 - this doesnot affect performance.
2. Edit the VMX file and add:
smc.version = "0"
意思就是新建虛擬機的時候要選自定義,硬件兼容性不要選Workstation 11.0,要選Workstation 10.0。如果你已經設置好了那可以在虛擬機的列表里右鍵,然后—管理—更改硬件兼容性里降級。如圖

還有一種方法就是修改mac虛擬機保存的文件夾(默認在我的文檔\Virtual Machines)里的.vmx文件,在文件里回車一行
輸入smc.version = "0" 保存就行了,建議復制過去,手打容易打錯
輸入smc.version = "0" 保存就行了,建議復制過去,手打容易打錯
