Fixed: Failed to create VirtualBox COM object REGDB_E_CLASSNOTREG (0x80040154)
Posted Sonictl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Fixed: Failed to create VirtualBox COM object REGDB_E_CLASSNOTREG (0x80040154)相关的知识,希望对你有一定的参考价值。
Fix: Failed to create VirtualBox COM object REGDB_E_CLASSNOTREG (0x80040154)
January 16, 2014 BlogWhen opening Oracle VM one day, you stumble upon this message (note the error code 0x80040154):
Failed to create the VirtualBox COM object. The application will now terminate. Callee RC: REGDB_E_CLASSNOTREG (0x80040154)
virtualbox创建COM对象失败,程序终止。召唤者 RC: REGDB_E_CLASSNOTREG (0x80040154) 。 【解决】
The Virtual Machine service isn’t running. A reinstall would probably work but there is an simpler fix:
Run Command Line or “cmd”
Type the following into the command line and hit enter (including the quotes):
chdir “C:\\Program Files\\Oracle\\VirtualBox”
Then:
VBoxSVC /ReRegServer
And:
regsvr32 VBoxC.dll
You should see a popup window notifying you of your success. Try opening VM now, it should work.
以上是关于Fixed: Failed to create VirtualBox COM object REGDB_E_CLASSNOTREG (0x80040154)的主要内容,如果未能解决你的问题,请参考以下文章
eclipse打开出现Failed to create the java virtual machine
重启idea项目,报failed to create mbean for naming resource null
Kubernetes Kubelete 报错 ctr: failed to create shim task: OCI runtime create failed
Android Studio 3.0预览版本 Error:Gradle: failed to create directory 解决方案