Projucer Launch Error

Even with the new 4.3 Projucer, I still get this error.

Is this just a missing dll? I only get this on my laptop. Both are 64bit Windows 7 Ultimate.
Windows build will only be for Windows 8?

Thanks

I think that sounds like a broader problem with Windows, rather than a Projucer-specific problem. I would try the following:

  • Run Windows Update Diagnostic
  • Install all pending Windows Updates

… check if it’s working yet.

  • Install Visual C++ Redistributable for Visual Studio 2015

Someone here https://www.techpowerup.com/forums/threads/error-ucrtbase-terminate-not-located-in-the-dynamic-link-library-api-ms-win-crt-runtime-l1-1-0-dll.225212/ suggests

regsvr32 /u api-ms-win-crt-runtime-l1-1-0.dll
regsvr32 /i api-ms-win-crt-runtime-l1-1-0.dll

in a cmd window run as Administrator.

Good luck!