-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Ansible request to fix MSVS_2013 broken installation #2178
Comments
VPC Test, with removal of the |
Adding |
It appears our MSVS_2013 installation is broken (I would assume from the same changes that Microsoft did that caused the MSVS_2010 installation to break). The playbook task will report the installation task as correct, but will then fail when registering the libraries ; When I tried MSVS_2013 installation on a local VM, I had an 'Unable to Locate Package Source' issue for |
Related: #1270 |
If we could have a local copy of the installer available, as mentioned in #1270 (comment), that could provide a solution for this |
I have a fix for the VS2013 installation, by creating a local installation media for the Community Edition ( via MSDN subscription ), VS2013 can be installed. The new media has been placed in the vendor files, and Im working on the playbook changes to copy this media, and install from that, rather than via the web downloader. |
Ref:
https://ci.adoptopenjdk.net/job/VagrantPlaybookCheck/1160/
https://ci.adoptopenjdk.net/job/VagrantPlaybookCheck/OS=Win2012,label=vagrant/1153/
Missing install
Bug in ansible playbook
Request for new playbook addition
Details:
Registering the MSVS_2013 shared libraries (this task), intermittently fails with :
(return code 3).
There's no stderr because regsvr32 is being run with
/s
, however that may help with debugging. See: https://devblogs.microsoft.com/oldnewthing/20180921-00/?p=99795 which may give some insight.According to above, RC=3 means the
loadlibrary
call is failing (or that it's a red herring). Either way, removing/s
will give some insight, so that's where I'll start.The text was updated successfully, but these errors were encountered: