i Get following error while running latest test build:-
the procedure entry point ucrtbase.terminate could not be located in the dynamic liabrary api-ms-win-crt-runtime-l1-1-0.dll
you need to (re)install the Visual C++ Redistributable for Visual Studio 2015, either via Windows Update or download and directly install the Visual C++ Redistributable:
Install all pending Windows Updates
Go to Start – Control Panel – Windows Update
Check for updates and install all pending updates, then restart the computer.
After the restart repeat the steps above again until no more updates are available.
Download the Visual C++ Redistributable 2015
For Windows 64-bit
Visual C++ Redistributable for Visual Studio 2015 (64-bit)
For Windows 32-bit
Visual C++ Redistributable for Visual Studio 2015 (32-bit)
Run the vcredist_x64.exe (64-bit) or vcredist_x86.exe (32-bit) and select Uninstall if already installed
Run the .exe again and select Install and restart the computer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Basically, nobody else has ever encountered this before, and it seems to be a problem not confined to just this engine -- however, I've never gotten this myself.
I'm inclined to think that completely updating Win7, and re-installing the VC redist should fix it.
If not, there is one more solution straight from Microsoft:
Thought I'd chime in here only because I know a bit about this sort of thing.
This is an issue with the side by side SxS installation of the visual C++ runtime libraries as stated by Coraline above. Follow instructions as indicated and your issue will be resolved.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What happens that leads up to this?
Need more info if possible.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Whenever i start up the exe file of test 2 this leads to above error.using 64 bit windows 7
Re-Install the VS runtimes, and update Win7. Let me know.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Can u please tell which update to run to fix the error.
Here is a suggestion
you need to (re)install the Visual C++ Redistributable for Visual Studio 2015, either via Windows Update or download and directly install the Visual C++ Redistributable:
Install all pending Windows Updates
Go to Start – Control Panel – Windows Update
Check for updates and install all pending updates, then restart the computer.
After the restart repeat the steps above again until no more updates are available.
Download the Visual C++ Redistributable 2015
For Windows 64-bit
Visual C++ Redistributable for Visual Studio 2015 (64-bit)
For Windows 32-bit
Visual C++ Redistributable for Visual Studio 2015 (32-bit)
Run the vcredist_x64.exe (64-bit) or vcredist_x86.exe (32-bit) and select Uninstall if already installed
Run the .exe again and select Install and restart the computer
Basically, nobody else has ever encountered this before, and it seems to be a problem not confined to just this engine -- however, I've never gotten this myself.
I'm inclined to think that completely updating Win7, and re-installing the VC redist should fix it.
If not, there is one more solution straight from Microsoft:
https://support.microsoft.com/en-us/kb/2999226
Please try these out and let me know if any of these fixes your problems!
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Thought I'd chime in here only because I know a bit about this sort of thing.
This is an issue with the side by side SxS installation of the visual C++ runtime libraries as stated by Coraline above. Follow instructions as indicated and your issue will be resolved.
Marked as fixable.