Failed to acquire the VirtualBox COM object.
The application will now terminate.
The reason for this error are most likely wrong permissions of the IPC daemon socket due to an installation problem. Please check the permissions of '/tmp' and '/tmp/.vbox-*-ipc/'
--- /usr/lib/udev/rules.d/60-vboxdrv.rules 2026-04-24 15:40:10.000000000 +0200
+++ /tmp/60-vboxdrv.rules 2026-05-25 15:31:36.247339009 +0200
@@ -1,6 +1,6 @@
-KERNEL=="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
+KERNEL=="vboxdrv", OWNER="root", GROUP="vboxusers", MODE="0660"
KERNEL=="vboxdrvu", OWNER="root", GROUP="root", MODE="0666"
-KERNEL=="vboxnetctl", OWNER="root", GROUP="root", MODE="0600"
+KERNEL=="vboxnetctl", OWNER="root", GROUP="vboxusers", MODE="0660"
SUBSYSTEM=="usb_device", ACTION=="add", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers"
SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers"
Describe the bug
virtualbox displays an error message on startup
To Reproduce
Steps to reproduce the behavior:
Expected behavior
no error messages are displayed
Screenshots

Environment:
Linux af0 6.18.32-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sun, 17 May 2026 20:29:55 +0000 x86_64 GNU/LinuxAdditional context
claude suggests this is the solution: