Cannot start VirtualBox on Windows 10 - (Failed to acquire the VirtualBox COM object)
Greetings to the community, I recently tried to open my VirtualBox (windows 10 host OS) after approximately 3-4 months (when everything was perfect). Unfortunately, now the VirtualBox is unable to get started and I'm getting the following error message
Failed to acquire the VirtualBox COM object.
The application will now terminate.
Completely failed to instantiate CLSID_VirtualBox: ERROR_FILE_NOT_FOUND 0x80070002.
Result Code:
ERROR_FILE_NOT_FOUND 0x80070002 (0x80070002)
Component:
VirtualBoxClientWrap
Interface:
IVirtualBoxClient {d2937a8e-cb8d-4382-90ba-b7da78a74573}
What I have tried so far is:
Uninstall the virtualbox installation
Re-install
Reboot
(failed)
I have searched on the web for a solution but did not find anything really enlightening. Maybe this was caused due to a corrupted file on my system? Could you please provide an alternative workaround? I just do not want to lose my existing VMs.
Thanks in advance :)
PS: I don't know if this is related, but I have previously used Vagrant
on my system, I mention that because it would not come to me as a surprise if the Vagrant corrupted something related to the VirtualBox.
windows-10 virtualbox virtual-machine vagrant
add a comment |
Greetings to the community, I recently tried to open my VirtualBox (windows 10 host OS) after approximately 3-4 months (when everything was perfect). Unfortunately, now the VirtualBox is unable to get started and I'm getting the following error message
Failed to acquire the VirtualBox COM object.
The application will now terminate.
Completely failed to instantiate CLSID_VirtualBox: ERROR_FILE_NOT_FOUND 0x80070002.
Result Code:
ERROR_FILE_NOT_FOUND 0x80070002 (0x80070002)
Component:
VirtualBoxClientWrap
Interface:
IVirtualBoxClient {d2937a8e-cb8d-4382-90ba-b7da78a74573}
What I have tried so far is:
Uninstall the virtualbox installation
Re-install
Reboot
(failed)
I have searched on the web for a solution but did not find anything really enlightening. Maybe this was caused due to a corrupted file on my system? Could you please provide an alternative workaround? I just do not want to lose my existing VMs.
Thanks in advance :)
PS: I don't know if this is related, but I have previously used Vagrant
on my system, I mention that because it would not come to me as a surprise if the Vagrant corrupted something related to the VirtualBox.
windows-10 virtualbox virtual-machine vagrant
Generally, reinstallation solved this same issue in my case. Did you see any error code during installation? Did you delete any file from the installation folder?
– Biswapriyo
Dec 5 at 20:48
@Biswapriyo thanks for your reply, no I did not see any error during the installation neither I deleted any file from the installation folder, maybe is a corrupted in the registry file?
– NickAth
Dec 5 at 22:16
Run these two commands as administrator: 1.reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE
2.reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE
. Replay with what did you see?
– Biswapriyo
Dec 6 at 14:35
@Biswapriyo Reply from command 1)reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32 (Default) REG_SZ {0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}
Reply from command 2)reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32 (Default) REG_SZ C:Program FilesOracleVirtualBoxVBoxProxyStub.dll
– NickAth
Dec 6 at 14:57
add a comment |
Greetings to the community, I recently tried to open my VirtualBox (windows 10 host OS) after approximately 3-4 months (when everything was perfect). Unfortunately, now the VirtualBox is unable to get started and I'm getting the following error message
Failed to acquire the VirtualBox COM object.
The application will now terminate.
Completely failed to instantiate CLSID_VirtualBox: ERROR_FILE_NOT_FOUND 0x80070002.
Result Code:
ERROR_FILE_NOT_FOUND 0x80070002 (0x80070002)
Component:
VirtualBoxClientWrap
Interface:
IVirtualBoxClient {d2937a8e-cb8d-4382-90ba-b7da78a74573}
What I have tried so far is:
Uninstall the virtualbox installation
Re-install
Reboot
(failed)
I have searched on the web for a solution but did not find anything really enlightening. Maybe this was caused due to a corrupted file on my system? Could you please provide an alternative workaround? I just do not want to lose my existing VMs.
Thanks in advance :)
PS: I don't know if this is related, but I have previously used Vagrant
on my system, I mention that because it would not come to me as a surprise if the Vagrant corrupted something related to the VirtualBox.
windows-10 virtualbox virtual-machine vagrant
Greetings to the community, I recently tried to open my VirtualBox (windows 10 host OS) after approximately 3-4 months (when everything was perfect). Unfortunately, now the VirtualBox is unable to get started and I'm getting the following error message
Failed to acquire the VirtualBox COM object.
The application will now terminate.
Completely failed to instantiate CLSID_VirtualBox: ERROR_FILE_NOT_FOUND 0x80070002.
Result Code:
ERROR_FILE_NOT_FOUND 0x80070002 (0x80070002)
Component:
VirtualBoxClientWrap
Interface:
IVirtualBoxClient {d2937a8e-cb8d-4382-90ba-b7da78a74573}
What I have tried so far is:
Uninstall the virtualbox installation
Re-install
Reboot
(failed)
I have searched on the web for a solution but did not find anything really enlightening. Maybe this was caused due to a corrupted file on my system? Could you please provide an alternative workaround? I just do not want to lose my existing VMs.
Thanks in advance :)
PS: I don't know if this is related, but I have previously used Vagrant
on my system, I mention that because it would not come to me as a surprise if the Vagrant corrupted something related to the VirtualBox.
windows-10 virtualbox virtual-machine vagrant
windows-10 virtualbox virtual-machine vagrant
edited Dec 5 at 20:54
Biswapriyo
2,61231140
2,61231140
asked Dec 5 at 12:42
NickAth
1012
1012
Generally, reinstallation solved this same issue in my case. Did you see any error code during installation? Did you delete any file from the installation folder?
– Biswapriyo
Dec 5 at 20:48
@Biswapriyo thanks for your reply, no I did not see any error during the installation neither I deleted any file from the installation folder, maybe is a corrupted in the registry file?
– NickAth
Dec 5 at 22:16
Run these two commands as administrator: 1.reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE
2.reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE
. Replay with what did you see?
– Biswapriyo
Dec 6 at 14:35
@Biswapriyo Reply from command 1)reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32 (Default) REG_SZ {0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}
Reply from command 2)reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32 (Default) REG_SZ C:Program FilesOracleVirtualBoxVBoxProxyStub.dll
– NickAth
Dec 6 at 14:57
add a comment |
Generally, reinstallation solved this same issue in my case. Did you see any error code during installation? Did you delete any file from the installation folder?
– Biswapriyo
Dec 5 at 20:48
@Biswapriyo thanks for your reply, no I did not see any error during the installation neither I deleted any file from the installation folder, maybe is a corrupted in the registry file?
– NickAth
Dec 5 at 22:16
Run these two commands as administrator: 1.reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE
2.reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE
. Replay with what did you see?
– Biswapriyo
Dec 6 at 14:35
@Biswapriyo Reply from command 1)reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32 (Default) REG_SZ {0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}
Reply from command 2)reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32 (Default) REG_SZ C:Program FilesOracleVirtualBoxVBoxProxyStub.dll
– NickAth
Dec 6 at 14:57
Generally, reinstallation solved this same issue in my case. Did you see any error code during installation? Did you delete any file from the installation folder?
– Biswapriyo
Dec 5 at 20:48
Generally, reinstallation solved this same issue in my case. Did you see any error code during installation? Did you delete any file from the installation folder?
– Biswapriyo
Dec 5 at 20:48
@Biswapriyo thanks for your reply, no I did not see any error during the installation neither I deleted any file from the installation folder, maybe is a corrupted in the registry file?
– NickAth
Dec 5 at 22:16
@Biswapriyo thanks for your reply, no I did not see any error during the installation neither I deleted any file from the installation folder, maybe is a corrupted in the registry file?
– NickAth
Dec 5 at 22:16
Run these two commands as administrator: 1.
reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE
2. reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE
. Replay with what did you see?– Biswapriyo
Dec 6 at 14:35
Run these two commands as administrator: 1.
reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE
2. reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE
. Replay with what did you see?– Biswapriyo
Dec 6 at 14:35
@Biswapriyo Reply from command 1)
reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32 (Default) REG_SZ {0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}
Reply from command 2) reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32 (Default) REG_SZ C:Program FilesOracleVirtualBoxVBoxProxyStub.dll
– NickAth
Dec 6 at 14:57
@Biswapriyo Reply from command 1)
reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32 (Default) REG_SZ {0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}
Reply from command 2) reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32 (Default) REG_SZ C:Program FilesOracleVirtualBoxVBoxProxyStub.dll
– NickAth
Dec 6 at 14:57
add a comment |
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381001%2fcannot-start-virtualbox-on-windows-10-failed-to-acquire-the-virtualbox-com-ob%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381001%2fcannot-start-virtualbox-on-windows-10-failed-to-acquire-the-virtualbox-com-ob%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Generally, reinstallation solved this same issue in my case. Did you see any error code during installation? Did you delete any file from the installation folder?
– Biswapriyo
Dec 5 at 20:48
@Biswapriyo thanks for your reply, no I did not see any error during the installation neither I deleted any file from the installation folder, maybe is a corrupted in the registry file?
– NickAth
Dec 5 at 22:16
Run these two commands as administrator: 1.
reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE
2.reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE
. Replay with what did you see?– Biswapriyo
Dec 6 at 14:35
@Biswapriyo Reply from command 1)
reg query "HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32" /VE HKEY_CLASSES_ROOTInterface{D2937A8E-CB8D-4382-90BA-B7DA78A74573}ProxyStubClsid32 (Default) REG_SZ {0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}
Reply from command 2)reg query "HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32" /VE HKEY_CLASSES_ROOTCLSID{0BB3B78C-1807-4249-5BA5-EA42D66AF0BF}InProcServer32 (Default) REG_SZ C:Program FilesOracleVirtualBoxVBoxProxyStub.dll
– NickAth
Dec 6 at 14:57