You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
A customization command failed:
["modifyvm", :id, "--audio", "pulse", "--audiocontroller", "ac97"]
The following error was experienced:
#<Vagrant::Errors::VBoxManageError: There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["modifyvm", "261aa7aa-1081-40af-b9be-8ce8d77eb47f", "--audio", "pulse", "--audiocontroller", "ac97"]
Stderr: VBoxManage: error: Invalid --audio argument 'pulse'
>
Please fix this customization and try again.
The text was updated successfully, but these errors were encountered:
I think you want to try "dsound" (on Windows) or "coreaudio" (on Mac) instead of "pulse" - see tinyfm/sandbox#7, we'll try to look into this more next week.
Received error on vagrant up
The text was updated successfully, but these errors were encountered: