Page 1 of 1

Failed to create the VirtualBox Com object on Vista x64

Posted: 19. Nov 2007, 20:57
by regli
When I start the VirtualBox program I get the message:

Failed to create the VirtualBox Com object
The application will now terminate.
Callee RC: E_ACCESSDENIED (0x80070005)


This didn't happen for about two weeks after installation. However, now it is consistent.

Note that if I invoke the program using administrator priviges then the failure does not occur. Why does it suddenly need adminstrator privieges to execute?

Posted: 19. Nov 2007, 23:24
by KeremE
Maybe your COM server VboxSvc.exe was set to be run as admnnistrator then you've acciedentally removed this attribute. Open your Virtualbox folder find the Vboxsvc.exe and right click and then properties then select run as administator save and retry.

Posted: 20. Nov 2007, 05:29
by regli
I actually had to change it on the VirtualBox.exe file. However, once done it worked just fine.

Thanks for your help.

Posted: 23. Jul 2008, 13:17
by axet
same with windows server 2003 (vb1.6.2)

everyting work fine after first install for one or two week, now i unable to run vb.

full reinstalling/running vboxsvr /reregsrvice do not solve problem.

Code: Select all

C:\Program Files\Sun\xVM VirtualBox>VBoxManage list
VirtualBox Command Line Management Interface Version 1.6.2
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.

[!] Failed to create the VirtualBox object!
[!] Primary RC  = E_ACCESSDENIED (0x80070005) - General access denied error
[!] Most likely, the VirtualBox COM server is not running or failed to start.

C:\Program Files\Sun\xVM VirtualBox>VBoxSVC /UnregServer

C:\Program Files\Sun\xVM VirtualBox>VBoxManage list
VirtualBox Command Line Management Interface Version 1.6.2
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.

[!] Failed to create the VirtualBox object!
[!] Primary RC  = REGDB_E_CLASSNOTREG (0x80040154) - Class not registered
[!] Most likely, the VirtualBox COM server is not running or failed to start.