Fix: Failed to create VirtualBox COM object REGDB_E_CLASSNOTREG (0x80040154)
When 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.
本文提供了一种简单的方法来解决VirtualBox启动时出现的错误:Failed to create the VirtualBox COM object. The application will now terminate. Callee RC: REGDB_E_CLASSNOTREG (0x80040154)。通过重新注册服务和DLL文件可以快速解决问题。
2980

被折叠的 条评论
为什么被折叠?



