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

Virtualbox 4.3.4 is not detected as a compatible version #2562

Closed
dajoen opened this issue Dec 1, 2013 · 1 comment
Closed

Virtualbox 4.3.4 is not detected as a compatible version #2562

dajoen opened this issue Dec 1, 2013 · 1 comment

Comments

@dajoen
Copy link

dajoen commented Dec 1, 2013

After upgrading Virtualbox to 4.3.4 on a cygwin Windows 8 installation, vagrant up states the following:

Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:

4.0, 4.1, 4.2, 4.3

I've looked through the code, and don't know why this is happening. Just a beginner at Ruby programming so I might be missing something obvious But it seems to me that every version beginning with 4.3 should be fine for the 4.3 driver.

Same error if I run vagrant up without cygwin.

Downgrading back to 4.3.2 fixes the situation.

@mitchellh
Copy link
Contributor

VirtualBox has a bug on Windows where VBoxManage sometimes doesn't return the version. Master contains a "fix" that retries this a few times.

@hashicorp hashicorp locked and limited conversation to collaborators Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants