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

Windows native launcher fails to run with missing DLL msvcr100.dll #1855

Open
smarter opened this issue Sep 15, 2020 · 2 comments
Open

Windows native launcher fails to run with missing DLL msvcr100.dll #1855

smarter opened this issue Sep 15, 2020 · 2 comments

Comments

@smarter
Copy link
Contributor

smarter commented Sep 15, 2020

I got this error when trying the native launcher in a Windows sandbox, to fix it I had to install the Visual C++ 2010 Redistributable Package

@smarter
Copy link
Contributor Author

smarter commented Sep 21, 2020

to fix it I had to install the Visual C++ 2010 Redistributable Package

It might be better to install the slightly more recent Visual C++ 2010 SP1 Redistributable Package instead.

@alexarchambault
Copy link
Member

alexarchambault commented Sep 21, 2020

This is made necessary because of GraalVM, see oracle/graal#1762 or oracle/graal#1407. It seems we end up needing msvcr100.dll because of https support.

Maybe we could just upload this dll as a GitHub release asset, like bloop did for vcruntime140.dll (needed instead of msvcr100.dll when using a Java 11-based GraalVM IIRC). Don't know if there could be license issues.

(I'm actually surprised no one ran into that earlier with cs.exe.)

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