From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 6 09:01:10 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7875425E for ; Sun, 6 Oct 2013 09:01:10 +0000 (UTC) (envelope-from kowalczfbsd@gmail.com) Received: from mail-ea0-x22f.google.com (mail-ea0-x22f.google.com [IPv6:2a00:1450:4013:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F2AC2F71 for ; Sun, 6 Oct 2013 09:01:09 +0000 (UTC) Received: by mail-ea0-f175.google.com with SMTP id m14so2559262eaj.6 for ; Sun, 06 Oct 2013 02:01:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; bh=+sG25+8GBAR0R0a6+F4G9a/+50I2nZgARAJRkBbdq1A=; b=BbpOjGGS2R9NixIU3ByCwzlB0c5ui2W08czG75OGaLs141ZA1xv/C44McpMJIC+oy8 H1pPFiB36dHjJfKNPBJhlsk1bzBPFC2xIBAn+v5R6OwgPSPA9x7zrl54AKfOM692m7Tl LNnZY2y2jvlRVyjQnqjHl72r2jUhFWUrXkns7/+eVZgqaeNls52qnHy+Ad5wtH9lfVHW ipd7Opv9Io4Zs9dc6ORe1HQb9mQypTbjt892UjiJ4h05Q/DCWoizW9G1n/u+60Do8+oL ObCPxmpkJYIDoqIpT2uVLwW7vTryZ+c1z4YgJTrdrwHYkQMo9UnAQ8sSrPw40WQP03ri PVdw== X-Received: by 10.15.36.9 with SMTP id h9mr38533713eev.30.1381050068226; Sun, 06 Oct 2013 02:01:08 -0700 (PDT) Received: from tyson.x64.me (87-206-163-14.dynamic.chello.pl. [87.206.163.14]) by mx.google.com with ESMTPSA id x47sm49029660eea.16.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 06 Oct 2013 02:01:07 -0700 (PDT) From: Tomasz Kowalczyk To: Piotr Kubaj , freebsd-emulation@freebsd.org Subject: Re: VirtualBox segfaults on 10.0-CURRENT Date: Sun, 06 Oct 2013 11:01:06 +0200 Message-ID: <3220001.hxJIfkbNpr@tyson.x64.me> User-Agent: KMail/4.11.2 (FreeBSD/10.0-ALPHA4; KDE/4.11.2; amd64; ; ) In-Reply-To: <5250A472.80006@riseup.net> References: <524EF2FA.9040200@riseup.net> <115097337.sY2z2toAP6@tyson.x64.me> <5250A472.80006@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 09:01:10 -0000 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: And then run VirtualBox with "sudo -u youruser VirtualBox". That solved my issues.