Hi all, I posted about this in bug 1204202 (https://bugzilla.mozilla.org/show_bug.cgi?id=1204202) but that was probably not the correct place to do so.
Any builds I make with VS2015 will fail to run on any systems without the VCRedist installed on that system. All the relevant DLLs from C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\ and C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\ are located with the bin files. No error message of missing DLLs is displayed or anything similar, it just never executes. On a separate but related note: I've also applied the patches from 1204202 and find that msvcp140.dll and vcruntime140.dll get moved to the bin directory, but the rest of the DLLs as defined in WIN_UCRT_REDIST_DIR do not (ucrtbase.dll and api-ms-win-*.dll). Here are the mozconfig options I use: WIN32_REDIST_DIR="C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/redist/x64/Microsoft.VC140.CRT" WIN_UCRT_REDIST_DIR="C:/Program Files (x86)/Windows Kits/10/Redist/ucrt/DLLs/x64" I've tried with both x86 and x64 builds. _______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

