Skip to content

MSVC Runtime is missing on Windows #712

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

Closed
Riateche opened this issue Sep 8, 2016 · 8 comments
Closed

MSVC Runtime is missing on Windows #712

Riateche opened this issue Sep 8, 2016 · 8 comments

Comments

@Riateche
Copy link
Contributor

Riateche commented Sep 8, 2016

When installing Rust via rustup on a clean Windows 7 x64, rustc and cargo can't be executed because msvcr120.dll is missing. Rustup reports successful install.

After installing Visual C++ Redistributable Package for Visual Studio 2013 (x64) rustc and cargo start working.

Rustup probably should install the runtime package automatically.

@retep998
Copy link
Member

Alternatively Rust and Cargo can use the static CRT so they don't depend on the VC++ redistributable.

@dkotrada
Copy link

dkotrada commented Feb 9, 2017

Followed Instructions. And installed standalone msvc build tools 2015. msvcr120.dll is missing

:(

@kornelski
Copy link
Contributor

screen shot 2017-03-03 at 11 18 31

This is still a problem.

@retep998
Copy link
Member

retep998 commented Mar 3, 2017

@pornel On stable it is, sure, but if you switched to nightly you'd find that the problem is already fixed thanks to rust-lang/rust#39837

Can someone without the VC++ 2013 redistributable who experiences this issue with the current stable confirm whether nightly fixes this?

@kornelski
Copy link
Contributor

You can get a fresh VM from Microsoft: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

@kornelski
Copy link
Contributor

Nightly works for me, yay!

@bjadamson
Copy link

Ran into this today, while looking for a solution. Thanks, I'm going to try 2013 in the mean time!

@Diggsey
Copy link
Contributor

Diggsey commented May 4, 2017

Fixed upstream

@Diggsey Diggsey closed this as completed May 4, 2017
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

6 participants