Prompt "Get Failed to Get VirtualBox COM Object" when VirtualBox starts

Prompt "Get Failed to Get VirtualBox COM Object" when VirtualBox starts

Yesterday I gave the computer a bunch of patches and updates. When I started VirtualBox today, I was prompted "Get VirtualBox COM object failed", but Baidu went to CSDN.an articleSolved this problem, there is no danger, no surprise!

Tip Error details for "Failed to get VirtualBox COM object":

Failed to get VirtualBox COM object
application will be interrupted

Detail
Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, CLSID_VirtualBox w/ IUnknown works.
PSDispatch looks broken by some installer featuring the broken oleaut32.msm module as a component.
See also https://support.microsoft.com/en-us/kb/316911 .


Return Code:
CO_E_MSI_ERROR (0x80004023)
component:
VirtualBoxClientWrap
interface:
IVirtualBoxClient {d2937a8e-cb8d-4382-90ba-b7da78a74573}

The error screenshot is as follows:

I tried the command line to operate VirtualBox and still have the same error message:

Here's the solution:

Modify the following two terms of the registry:
HKEY_CLASSES_ROOT\CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer32
HKEY_CLASSES_ROOT\CLSID\{00020424-0000-0000-C000-000000000046}\InprocServer32

Change their default values ​​to:
C:\Windows\system32\oleaut32.dll

as the picture shows:

At this point, open VirtualBox again and find that it can be started normally.

PS: If you find that you cannot start the virtual machine after opening VirtualBox, you can try to restart the computer.

Intelligent Recommendation

Cannot get VirtualBox COM object under mac!

Background: Today, because the computer disk is full, the running virtualBox is forced to exit, and then it cannot be opened. The error message: Unable to obtain the virtualBox COM object. Reason: Aft...

VirtualBox COM failed to obtain object

Original address: http://blog.csdn.net/zp_00000/article/details/70207445 Error details 1. First look at the error details Obtain VirtualBox COM Subject failed. The application will be interrupted. Fai...

Getting VirtualBox COM object failed

As shown in the figure, an error occurs when opening the virtual machine. Solution: Open the registry and find the following two options, a.HKEY_CLASSES_ROOT\CLSID\{00020420-0000-0000-C000-00000000004...

Prompt for virtualbox COM object failure when starting Oracle VirtualBox after installation

Virtualbox COM object failure resolution System environment Error message Solution When VirtualBox creates a new virtual machine, the version option has no 64-bit operating system problem solution. Sy...

Get VirtualBox COM object fails, Unable to start the virtual device

First, the problem 1, after the Genymotion and VirtualBox installed and have finished downloading virtual device; 2, but in a virtual machine running when they pop-up error message: Virtual Machine co...

More Recommendation

Oracle VM VirtualBox failed to obtain VirtualBox COM object

1. Related error information The following is the error message when opening VirtualBox 2. Solution 2.1, the easiest way Right-click to open the VirtualBox software as an administrator, and it will us...

[Solution] virtualbox create com object failed

This is what I learned on the Internet three solutions, hoping to help people encounter the same problem. problem: Workaround 1[This is the most common online solutions]: 1 open registry, [Start] - [o...

Com object failed to create VirtualBox application is interrupted

Sometimes may accidentally cleaned up the registry clean up the computer, this happens when you click again Solution>> register again on it Open the root directory, locate the file, double-click...

Ubuntu16.04 VirtualBox prompts to create a COM object failed

illustrate: After Ubuntu installed VBOX, he said when you open it, you will have a failure, the application will be interrupted! ! The screenshot of the error is as follows: Of course, everyone will s...

VirtualBox cannot be opened, the COM object creation failed

VirtualBox cannot be opened, the COM object creation failed Abnormal reminder: My solution Baidu tried: 1. Modify the registry (not resolved) 2. Run this program with compatibility (some people say it...

Copyright  DMCA © 2018-2024 - All Rights Reserved - www.programmersought.com  User Notice

Top