我試圖在我的Mac上啓動windows phone 8 SDK模擬器,以便我可以對我構建的移動網站進行簡單的網絡測試。在OSX上的VMWare Fusion中的Windows Phone 8模擬器
我跟着幾個指南,他們都說同樣的事情。 如: 6.顯示內容(文件和文件夾列表)後,查找VMware虛擬機配置文件 - 擴展名爲.vmx的文件。 hypervisor.cpuid.v0 =「FALSE」
本指南被證明是非常有用的,以獲得它的設置: http://developer.nokia.com/Community/Wiki/Windows_Phone_8_SDK_on_a_Virtual_Machine_with_Working_Emulator
我能得到啓用Hyper-V的支持,我甚至設法打開Windows Phone 8仿真器直接來自Hyper-V管理器。但在這種狀態下,它缺少鉻化,按鈕,而且當鼠標穿過屏幕時,它會消失。據說這個解決方案直接從Visual Studio啓動模擬器。
我的問題是,當我嘗試從Visual Studio啓動模擬器時,它會創建一個新的映像,然後進入引導模式,並一直重複崩潰。
當查看Hyper-V的事件日誌,我看到這個錯誤:
'WP8SDK720P' has encountered a fatal error. The guest operating system reported that it failed with the following error codes: ErrorCode0: 0xC000021A, ErrorCode1: 0x88EB9150, ErrorCode2: 0x0, ErrorCode3: 0xC0000022, ErrorCode4: 0xD203BC. If the problem persists, contact Product Support for the guest operating system. (Virtual machine ID 50607D9A-6E23-4369-9D89-2730614219BA)
我怎樣才能突破這個錯誤?