-
Notifications
You must be signed in to change notification settings - Fork 2
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
MSVCR100.dll Error for SlikSVN #3
Comments
In case of Command Line Tools - we starts a polling running a particular command to check if the Command Line Tools have installed to the system. We also know which particular location Command Line Tools is suppose to get install. In case of triggering SlikSVN it'll have following complexities, however:
|
I did a fresh install of all SDKs from Moonshine SDK Installer today on a fresh Windows VM, and I noticed a similar error showing up repeatedly:
I noticed a similar error here: Moonshine-IDE/Moonshine-IDE#449 (comment) Each time the error triggers, I get 4-5 popups, so this is really annoying. I tested the command directly, and got the same behavior:
I'd like to at least investigate this further before the 3.7.0 release, since this is a really annoying bug which makes SVN useless. If it will be a long fix, we can bump it to a later release. |
While this I see |
I see SlikSVN has been updated to 1.14.1, so we could try switching to the new version: https://sliksvn.com/download/ We should use the 64-bit version. I see that this is provided as a zip. |
A quick note on why we chose to distribute SlikSVN archive through Moonshine website - the archive SlikSVN distributes contains a If we want to upgrade the distribution version, then we probably need to continue on same path. |
Meanwhile the SlikSVN distribution version updated to v1.14.2. |
I noticed this error yesterday with SlikSVN installed from Moonshine SDK Installer. I saw this error when I checked an svn checkout command from the command line:
After some investigation, I found that the "MSVCR100.dll" error was caused because the Microsoft Visual C++ Redistributable Package was required: https://social.technet.microsoft.com/Forums/windows/en-US/52f0bd37-9a08-41b6-bb43-fa01ef3ebc4a/msvcr100dll-is-missing?forum=w8itprogeneral
I tried the installer from here, and that resolved the error: https://www.microsoft.com/en-us/download/details.aspx?id=14632
Direct link: https://download.microsoft.com/download/3/2/2/3224B87F-CFA0-4E70-BDA3-3DE650EFEBA5/vcredist_x64.exe
(Note that this is the 2010 version. I had a hard time figuring out which version I was supposed to use, and finding a proper download link from Microsoft.)
I think we would need to trigger the above installer from Moonshine SDK Installer if we want to keep this solution. However, if we need to do this, I think we are better off just triggering the SlikSVN installer instead (which may install other dependencies). The external installer should be launch in with similar behavior to what we use for Command Line Tools on macOS.
The text was updated successfully, but these errors were encountered: