Page 1 of 1

Reproduce-able "Failed to create the VirtualBox COM Obj

Posted: 11. Feb 2008, 19:20
by mcpatnaik
This is a fully reproduce-able Critical Error window
"Failed to create the VirtualBox COM Object"
The application will now terminate
Calee RC somethingsomething...

HOW to Do IT:

I did a compact operation

Code: Select all

VBoxManage modifyvdi /home/mcpatnaik/.VirtualBox/VDI/TestVD.vdi compact
as root.
it somehow locked up

Code: Select all

/tmp/.vbox-mcpatnaik-ipc
folder so VirtualBox could not open from the normal user the following folder

Code: Select all

/tmp/.vbox-mcpatnaik-ipc/ipcd
and the error ensued.

Just deleting the locked up folder cleared the mess.

Code: Select all

rm -rf .vbox-mcpatnaik-ipc/
----------- :D

Failed to create the VirtualBox COM object

Posted: 12. Jun 2008, 03:17
by asifhv
Additional "Critical Error" detail:

Callee RC: RPC_S_SERVER_UNAVAILABLE (0x800706BA)

VirtualBox Version: 1.6.2
Host Platform: WinXP Professional Version 2002 Service Pack 2

Solution:

Start the "DCOM Server Process Launcher" service.
Note: VirtualBox must be installed as admin.

Posted: 20. Jun 2008, 17:50
by egandb
ADMINISTRATOR: This thread really needs to be moved to the Linux Hosts forum, except for asifhv's post.

I had the same error when trying to start VBox, and I found that I had a locked folder in the /tmp folder too.

Folder location:
/tmp/.vbox-[user]-ipc (where [user] is your VBox user name)

Deleted it using:

Code: Select all

 rm- rf .vbox-[user]-ipc 
(again, where [user] is your VBox user name)

Worked again...Yea! Thanks mcpatnaik!!