Package Details: virtualbox-bin 7.1.10-1

Git Clone URL: https://aur.archlinux.org/virtualbox-bin.git (read-only, click to copy)
Package Base: virtualbox-bin
Description: Powerful x86 virtualization for enterprise as well as home use (Oracle branded non-OSE)
Upstream URL: https://www.virtualbox.org/
Keywords: machine oracle virtualization vm
Licenses: GPL-3.0-only
Conflicts: virtualbox, virtualbox-host-dkms, virtualbox-host-modules-arch
Provides: virtualbox, virtualbox-host-dkms, VIRTUALBOX-HOST-MODULES
Replaces: virtualbox-sun, virtualbox_bin
Submitter: Rainmaker
Maintainer: dbermond
Last Packager: dbermond
Votes: 63
Popularity: 0.138622
First Submitted: 2015-08-18 09:16 (UTC)
Last Updated: 2025-06-04 14:56 (UTC)

Required by (14)

Sources (13)

Pinned Comments

dbermond commented on 2022-10-21 19:08 (UTC)

Notice:

To avoid crashes when upgrading Guest Additions from version 6.x to 7.x on Windows guests, uninstall the old Guest Additions first, then reboot, and then install the new ones. It's recommended to do all these operations in Safe Mode. See this upstream bug ticket for more details.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »

dion_starfire commented on 2022-11-01 17:47 (UTC)

As of 7.x, VirtualBox requires Vulkan. I'm still in the process of troubleshooting my particular situation (after installing Vulkan deps, I no longer get a black screen and instead make it to where the guest tools attempts to resize the guest screen, at which point the entire VirtualBoxVM process dumps core), but the relevant part for this page is that we need to add vulkan libraries as (optional?) dependencies to the package.

dion_starfire commented on 2022-10-31 18:51 (UTC)

3D acceleration appears to be broken in 7.0.2-1 (with virtualbox-ext-oracle-7.0.2-1). Booting an Ubuntu 22.04 guest with 3D acceleration disabled works fine, but with it enabled, guest hangs at a black screen during boot. Downgrading everything to 6.1.38-1 works perfectly. Looking at the logs, VirtualBox appears to be failing to find a Direct3D lib, of all things:

00:00:01.632355 Changing the VM state from 'CREATED' to 'POWERING_ON'
00:00:01.637862 rtldrNativeLoad: dlopen('D3DCompiler_47.so', RTLD_NOW | RTLD_LOCAL) failed: D3DCompiler_47.so: cannot open shared object file: No such file or directory
00:00:01.637875 VMSVGA: Single DX device mode: enabled
00:00:01.658047 DxvkInstance::enumAdapters: Failed to enumerate adaptersD3D11CreateDevice: Failed to create a DXGI factoryVMSVGA3d: 3D support disabled! (vmsvga3dPowerOn -> VERR_NOT_SUPPORTED)

Google is failing me on figuring out what dependency could provide this library.

douglarek commented on 2022-10-24 03:40 (UTC) (edited on 2022-10-24 03:41 (UTC) by douglarek)

If occur VMx ui blocked, try to enable 3D display. a confused bug.

nursoda commented on 2022-10-21 21:06 (UTC)

Thanks, @dbermont – worked like a charm in Safe mode (F5 during startup), using virtualbox-guest-iso made available through Tools-Media-Optical.

dbermond commented on 2022-10-21 19:08 (UTC)

Notice:

To avoid crashes when upgrading Guest Additions from version 6.x to 7.x on Windows guests, uninstall the old Guest Additions first, then reboot, and then install the new ones. It's recommended to do all these operations in Safe Mode. See this upstream bug ticket for more details.

Ralf_Mardorf commented on 2022-10-16 17:52 (UTC) (edited on 2022-10-16 17:56 (UTC) by Ralf_Mardorf)

Hi, building the package{,s} fails. Regards, Ralf

$ makechrootpkg -c -r $CHROOT 
[snip]
curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104
==> ERROR: Failure while downloading https://www.virtualbox.org/svn/vbox/trunk/include/VBox/VBoxAuth.h?p=96547
    Aborting...
==> ERROR: Could not download sources.

zeroconf commented on 2022-10-15 21:03 (UTC)

Actually VirtualBox 7.0.0 is out since October 10, 2022... https://www.virtualbox.org/

drankinatty commented on 2022-10-14 22:08 (UTC) (edited on 2022-10-14 23:48 (UTC) by drankinatty)

If you want to try 6.1.40, all you need to do is update the PKGBUILD with pkgver=6.1.40 and _build=154048. Rest is the same. Then update checksums and it will build fine.

Also, we may need to rename this package virtualbox-bin-6 for the remainder of the support period (likely 9 mo. or so). Oracle on the virtualbox users-list recommends remaining with the 6.1 branch for production installs until the bugs with the new 7.0 branch have been identified and fixed.

dbermond commented on 2022-09-03 17:13 (UTC)

@drankinatty Package updated.

drankinatty commented on 2022-09-02 05:50 (UTC)

6.1.38 is out with support for Linux 6.0 kernel. (for once Oracle is ahead of the kernel)