Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrant can't start because of coreaudio #3

Open
Pawka opened this issue Sep 21, 2013 · 1 comment
Open

Vagrant can't start because of coreaudio #3

Pawka opened this issue Sep 21, 2013 · 1 comment

Comments

@Pawka
Copy link

Pawka commented Sep 21, 2013

When I'm trying to run vagrant up, it fails with following message:

[default] Running 'pre-boot' VM customizations...
A customization command failed:

["modifyvm", "6e3b22ac-1b3f-416e-992d-d5097cbb75ca", "--audio", "coreaudio"]

The following error was experienced:

VBoxManage: error: Invalid --audio argument 'coreaudio'


Please fix this customization and try again.

Box starts after commented this line on Vagrantfile:

config.vm.customize ["modifyvm", :id, "--audio", "coreaudio"]

Versions:
Vagrant: 1.3.3
Virtualbox: 4.2.18

@bmordue
Copy link

bmordue commented Mar 1, 2014

This depends on your host OS: "coreaudio" is only available on a Mac OS host. For a Windows host use "dsound". Linux gives you a couple of options ("alsa", "pulse").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants