ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)

Discussions related to using VirtualBox on Linux hosts.
Post Reply
dippes
Posts: 6
Joined: 1. May 2015, 16:46

ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)

Post by dippes »

Hello Folks
after updating the vbox 5.0.12-104815 on my Ubuntu trusty server with Kernel 3.16.0-57-generic its failed to function. The Ubuntu Vms abort with the error message

Code: Select all

nspr-2   ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={77faf1c0-489d-b123-274c-5a95e77ab286} aComponent={ProgressProxy} aText={Error info is not available, operation is still in progress}, preserve=false aResultDe$
03:09:20.682238 Watcher  Reaper: Pid 29610 (73aa) was signalled: 11 (0xb)
03:10:02.331679 nspr-4   ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={77faf1c0-489d-b123-274c-5a95e77ab286} aComponent={ProgressProxy} aText={Error info is not available, operation is still in progress}, preserve=false aResultDe$
But the Win7 Vm works without any problem. Is there anyone could help me and have any idea to solve this problem.

Thank you in advance and Happy New Year!!!!
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)

Post by mpack »

Please post a VM log file. With the VM fully shut down, right click it in GUI. Select "Show Log" and save "VBox.log" (ONLY) to a zip file. Attach the zip here.
dippes
Posts: 6
Joined: 1. May 2015, 16:46

Re: ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)

Post by dippes »

Hello mpack,

Attached here are dateils or info that you are asking for, if you need more information/codes just inform me.
Thank you!
Attachments
VBOX.log.txt.zip
(13.34 KiB) Downloaded 19 times
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)

Post by mpack »

Your host only has 2 cores, so you should not be assigning 2 cores to the guest: if the host is starved of CPU then that obviously affects everything.

I'm seeing a number of warnings in the log (e.g. VBoxGuestAdditions.iso missing), no host audio drivers found etc - none of these should be fatal but a tidy-up would seem like a good idea.

Beyond that I can tell nothing from the log: it is truncated immediately at the point where VM starts running.

Did you move this VM from another host, particularly a Windows host? If there's a saved state associated with this VM then discard it.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)

Post by Perryg »

What happens if you run the following in the hosts terminal?

Code: Select all

sudo rcvboxdrv setup
dippes
Posts: 6
Joined: 1. May 2015, 16:46

Re: ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)

Post by dippes »

Code: Select all

root@HP-Server ~ > rcvboxdrv setup
Stopping VirtualBox kernel modules ...failed!
  (Cannot unload module vboxnetflt)
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)

Post by Perryg »

I would first remove the current version of VirtualBox, reboot the host, and then install again and see if it removes the previous file/s that seem to be corrupt.
Post Reply