VirtualBox 2.1.2 Failed to create COM object + compile issue
-
drescherjm
- Posts: 13
- Joined: 30. Apr 2008, 22:44
Yep, by golly it's working now.
I found that BOTH dbus and HAL needed to be installed, but it will work with neither of them running. I first tried it with dbus-daemon stopped (before going through all the bullshit of preparing my system for HAL) but VirtualBox 2.1.2 was still throwing the same error.
After installing HAL, I tried VirtualBox 2.1.2 while dbus was running, and it would not start (same error). I killed dbus-daemon and it works now.
So I'll just take all that stuff out of the runlevels. It can sit there unused just as dependencies as long as VirtualBox works.
Thanks guys, I really appreciate the help. I'd have not guessed this stuff because it was not complaining about missing dependencies in the usual manner. (and 2.1.0 worked without them being installed)
I found that BOTH dbus and HAL needed to be installed, but it will work with neither of them running. I first tried it with dbus-daemon stopped (before going through all the bullshit of preparing my system for HAL) but VirtualBox 2.1.2 was still throwing the same error.
After installing HAL, I tried VirtualBox 2.1.2 while dbus was running, and it would not start (same error). I killed dbus-daemon and it works now.
So I'll just take all that stuff out of the runlevels. It can sit there unused just as dependencies as long as VirtualBox works.
Thanks guys, I really appreciate the help. I'd have not guessed this stuff because it was not complaining about missing dependencies in the usual manner. (and 2.1.0 worked without them being installed)
Re: VirtualBox 2.1.2 Failed to create COM object + compile i
I'd like to confirm that this solves the problem on my Gentoo (x86) as well:hoganx wrote:I had the same problem on my Arch Linux with VirtualBox 2.12. Running hal deamon solves it.Grogan wrote:Hello
I've upgraded, I've installed fresh. Same problem. When I go to run VirtualBox I get a dialog:
Failed to Create the VirtualBox COM Object
Callee RC:
NS_ERROR_ABORT (0x80004004)
Code: Select all
deepthought ~ # /etc/init.d/hald start
* Starting Hardware Abstraction Layer daemon ... [ ok ]
deepthought ~ # rc-update add hald default
* hald added to runlevel default