Hello, I just updated my server to use the latest SP version and when SP loads I'm getting this srcds system error: https://i.gyazo.com/b2f78d62de22b28de1ff304d10be1746.png
The error says that vcruntime140.dll is missing. I've googled this and other python 3.5 related issues pointed me to install this: https://www.microsoft.com/en-us/download/details.aspx?id=48145
I installed it (also restarted pc later) but I'm still getting this error. Any ideas?
Missing VCRUNTIME140.dll
Can you check if the directory of the installed DLL is on the PATH environment variable?
I guess that's the new requirement for Python 3.5. Currently, we are shipping msvcr100.dll and msvcp100.dll with Source.Python, but they probably have been replaced with vcruntime140.dll and msvcp140.dll. I will check that in the next few days.
See also: https://github.com/Source-Python-Dev-Team/Source.Python/issues/114
I guess that's the new requirement for Python 3.5. Currently, we are shipping msvcr100.dll and msvcp100.dll with Source.Python, but they probably have been replaced with vcruntime140.dll and msvcp140.dll. I will check that in the next few days.
See also: https://github.com/Source-Python-Dev-Team/Source.Python/issues/114
The issue has been resolved already:
https://github.com/Source-Python-Dev-Team/Source.Python/issues/114
There is no need to install anything.
https://github.com/Source-Python-Dev-Team/Source.Python/issues/114
There is no need to install anything.
Return to “General Discussion”
Who is online
Users browsing this forum: No registered users and 87 guests