-
Notifications
You must be signed in to change notification settings - Fork 38
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
Send Ctrl+C does not work on Windows 8.1 #58
Comments
So it will require MVS redist to be installed. https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_install-winpc/msvcr120dll-missing/ef3bca56-3155-4383-ac99-d2a6ea262831 It is a usual issue in MVS projects unfortunately, needs a fix ASAP |
Additionally, update toolset to v140. Current toolset (v120) is not available for Visual Studio 17 and the only way is to install VC++ 2013 which is inconvenient. (https://social.msdn.microsoft.com/Forums/windows/en-US/07ce397a-611b-4233-99b7-4b4bf6f58589/is-there-a-way-to-install-platform-toolset-v120-on-visual-studio-2017)
Suggested fix: PR #59 |
Also affects Windows 10 installations on Mac with Boot Camp. Looks like MSVCR120.dll is missing there as well. Reported as https://youtrack.jetbrains.com/issue/WEB-36095 |
generate code without runtime dependency on DLL (Fixes #58)
Changes: * No flickering console window when sending Ctrl+C (jenkinsci/winp#60) * Support sending Ctrl+C on Windows 8.1 (jenkinsci/winp#58)
Changes: * No flickering console window when sending Ctrl+C (jenkinsci/winp#60) * Support sending Ctrl+C on Windows 8.1 (jenkinsci/winp#58) (cherry picked from commit 4066dac)
Windows 8.1 Pro
When running manually:
When running via Java API:
See example project to reproduce: stop-child-process.zip.
The text was updated successfully, but these errors were encountered: