-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Can't download boxes on Windows 10 #6754
Comments
Hi @kacpersaw Thank you for opening an issue and I am sorry you cannot download boxes. Can you please share your Vagrantfile and the version of Vagrant you are using? |
@sethvargo |
For me the problem was I did not have Microsoft Visual C++ Redistributable installed. I figured this out by trying to run curl and got the error “The program can’t start because MSVCR100.dll is missing from your computer.”. After installing the latest version of the c++ redist everything worked. I was on a fresh install of windows 10, vagrant, virtualbox and the latest version of curl 64bit. |
curl is embedded by vagrant and is placed at "C:\HashiCorp\Vagrant\embedded\bin/curl.EXE" but I still get a error. |
@sethvargo I have Vagrant 1.8.1 but I installed Microsoft Visual c++ Redistributable (x86 it's very important because with x64 it's not working but you can have x64 and x86 installed) like @jeremywhittington said and now it's working! |
FYI the VC++ needed is the 2010 version. here is the link: http://www.microsoft.com/en-us/download/details.aspx?id=8328 |
Just spent a couple hours banging my head against this myself today. Another horrible workaround if you're using git bash: cp /mingw64/bin/curl.exe /c/HashiCorp/Vagrant/embedded/bin/curl.exe I hope there will be a better solution in the actual installer in a future release. |
Hello,
I have problem with vagrant on fresh Windows 10.
I create vagrant file with
vagrant init ubuntu/trusty64
Now when i run vagrant with
vagrant up
I got this:
This problem is not only for ubuntu/trusty64 when I init vagrant with
hashicorp/precise32
I get the same error :(I have virtualbox and cygwin installed.
Thanks for help :)
The text was updated successfully, but these errors were encountered: