2017-09-05 37 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,则不会发生问题。

相关问题