On Sunday, October 06, 2013 01:44:50 AM Piotr Kubaj wrote: > On 10/05/2013 23:18, Tomasz Kowalczyk wrote: > > On Friday, October 04, 2013 07:21:19 PM Piotr Kubaj wrote: > >> Thanks, VB window shows up, but with a Critical Error, same as before - > >> > >> Failed to create the VirtualBox COM object. > >> > >> The application will now terminate. > >> > >> Callee RC: > >> NS_ERROR_ABORT (0x80004004) > > > > You sure you added you user to group 'vboxusers' ? > > Yes.
Hmm, I think i had similar error before. That was because I didn't had anything in ~/.Virtualbox directory. There is some bug about reading/creating config file but i dont have skills to find it. Anyway I managed to find solution. Just create basic ~/.VirtualBox/VirtualBox.xml file with: <?xml version="1.0"?> <VirtualBox> <Global> </Global> </VirtualBox> And then run VirtualBox with "sudo -u youruser VirtualBox". That solved my issues. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
