2017-09-05 80 views
0

我在Windows 7 Professional上運行VB V5.1.24 & Vagrant 1.9.8。我無法從流浪漢開始虛擬機。 未能爲虛擬機Centos打開會話。VirtualBox V5.1.24 r1170由於超越信任而不工作Windows 7 privman64.dll

控制檯錯誤

Stderr: VBoxManage.exe: error: The virtual machine 'dt-os' has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005). More details may be available 
in 'C:\Users\Logs\VBoxHardening.log' 
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine 

日誌文件

257c.17c0: supR3HardenedMonitor_LdrLoadDll: pName=C:\Windows\system32\privman64.dll (Input=privman64.dll, rcNtResolve=0xc0150008) *pfFlags=0xffffffff pwszSearchPath=0000000000000000:<flags> [calling] 
257c.17c0: supR3HardenedScreenImage/NtCreateSection: cache hit (VINF_SUCCESS) on \Device\HarddiskVolume1\Windows\System32\privman64.dll [lacks WinVerifyTrust] 
257c.17c0: supR3HardenedDllNotificationCallback: load 000007fefcf30000 LB 0x0002c000 C:\Windows\system32\privman64.dll [fFlags=0x0] 
257c.17c0: supR3HardenedScreenImage/LdrLoadDll: cache hit (VINF_SUCCESS) on \Device\HarddiskVolume1\Windows\System32\privman64.dll [lacks WinVerifyTrust] 
784.203c: supR3HardNtChildWaitFor[2]: Quitting: ExitCode=0xc0000005 (rcNtWait=0x0, rcNt1=0x0, rcNt2=0x103, rcNt3=0x103, 506 ms, the end); 
20d4.1c98: supR3HardNtChildWaitFor[1]: Quitting: ExitCode=0xc0000005 (rcNtWait=0x0, rcNt1=0x0, rcNt2=0x103, rcNt3=0x103, 1137 ms, the end); 

回答

0

我找出錯誤是由privman64.dll引起的[從權力經紀人Windows客戶端]證書由虛框,因爲不可信安裝的版本privman64證書僅在2012-2015有效。 不幸的是,我無法卸載電源經紀人軟件, 因此,我更新了新版本,其中有效的證書,然後問題消失。 否則將虛擬箱降級到V 4.1.12,則不會發生問題。

相關問題