Win 10 dlls missing

Finaly got the build to compile… only to have the following errors when attempting to run

"Krom.exe' (Win32): Loaded 'C:\Users\Sankai\source\repos\armorpaint\Krom\build\x64\Release\Krom.exe'. Symbols loaded.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\D3DCompiler_47.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\d3d11.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Unloaded 'C:\Windows\System32\msvcrt.dll'
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\bcrypt.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\dinput8.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\fltLib.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\InputHost.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\CoreUIComponents.dll'. Cannot find or open the PDB file.
'Krom.exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Cannot find or open the PDB file.
The thread 0x4a54 has exited with code 1 (0x1).
The thread 0x2894 has exited with code 1 (0x1).
The thread 0x395c has exited with code 1 (0x1).
The thread 0x2c98 has exited with code 1 (0x1).
The program '[19380] Krom.exe' has exited with error 1"

Also this is some of my krom log file… its full of warnings I dont understand…

>   AsmJsByteCodeWriter.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\bin\ChakraCore\ChakraCoreDllFunc.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\bin\ChakraCore\ConfigParserExternals.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\sources\debug_server.cpp(208): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data
>       with
>       [
>           _Ty=int
>       ]
> c:\users\sankai\source\repos\armorpaint\krom\sources\debug_server.cpp(217): warning C4267: 'argument': conversion from 'size_t' to 'const _Ty', possible loss of data
>       with
>       [
>           _Ty=int
>       ]
> c:\users\sankai\source\repos\armorpaint\krom\sources\debug_server.cpp(222): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\debug_server.cpp(254): warning C4267: 'argument': conversion from 'size_t' to 'const _Ty', possible loss of data
>       with
>       [
>           _Ty=int
>       ]
> c:\users\sankai\source\repos\armorpaint\krom\sources\debug_server.cpp(262): warning C4267: 'argument': conversion from 'size_t' to 'const _Ty', possible loss of data
>       with
>       [
>           _Ty=int
>       ]
> c:\users\sankai\source\repos\armorpaint\krom\sources\debug_server.cpp(276): warning C4267: 'argument': conversion from 'size_t' to 'const _Ty', possible loss of data
>       with
>       [
>           _Ty=int
>       ]
> c:\users\sankai\source\repos\armorpaint\krom\sources\debug_server.cpp(282): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
>   BackendOpCodeAttr.cpp
>   ByteBlock.cpp
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(178): warning C4267: 'argument': conversion from 'size_t' to 'const _Ty', possible loss of data
>       with
>       [
>           _Ty=int
>       ]
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(182): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(299): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(657): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(672): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(687): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(707): warning C4244: '+=': conversion from 'SIZE_T' to 'int', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(775): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(790): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(810): warning C4244: '+=': conversion from 'SIZE_T' to 'int', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(1402): warning C4018: '>=': signed/unsigned mismatch
>   ByteCodeDumper.cpp
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(1640): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(1650): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(1661): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(1673): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\bin\ChakraCore\TestHooks.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(2360): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(2370): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(2381): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(2393): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\sources\main.cpp(3656): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\AsmJsByteCodeDumper.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\AsmJsByteCodeWriter.cpp)
>   ByteCodeEmitter.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\BackendOpCodeAttr.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteBlock.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeDumper.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeEmitter.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\bin\ChakraCore\ChakraCoreDllFunc.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\bin\ChakraCore\TestHooks.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\AsmJsByteCodeDumper.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\AsmJsByteCodeWriter.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\BackendOpCodeAttr.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteBlock.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeDumper.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeEmitter.cpp)
>   ByteCodeGenerator.cpp
>   ByteCodeReader.cpp
>   ByteCodeSerializer.cpp
>   ByteCodeWriter.cpp
>   FuncInfo.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeGenerator.cpp)
>   OpCodes.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeSerializer.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeReader.cpp)
>   OpCodeUtil.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeWriter.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\FuncInfo.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\OpCodes.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\OpCodeUtil.cpp)
>   OpCodeUtilAsmJs.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\OpCodeUtilAsmJs.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeGenerator.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeSerializer.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\FuncInfo.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeWriter.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\ByteCodeReader.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\OpCodes.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\OpCodeUtil.cpp)
>   RuntimeByteCodePch.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\OpCodeUtilAsmJs.cpp)
>   Scope.cpp
>   ScopeInfo.cpp
>   StatementReader.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\RuntimeByteCodePch.cpp)
>   Symbol.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\Scope.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\ScopeInfo.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\StatementReader.cpp)
>   WasmByteCodeWriter.cpp
>   BreakpointProbe.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\Symbol.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\ByteCode\WasmByteCodeWriter.cpp)
>   DebugContext.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\BreakpointProbe.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\DebugContext.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\RuntimeByteCodePch.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\Scope.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\StatementReader.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\ScopeInfo.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\Symbol.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\ByteCode\WasmByteCodeWriter.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\BreakpointProbe.cpp)
>   DebugDocument.cpp
>   DebuggingFlags.cpp
>   DebugManager.cpp
>   DiagHelperMethodWrapper.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\DebugDocument.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\DebugContext.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\DebuggingFlags.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\DebugManager.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\DiagHelperMethodWrapper.cpp)
>   DiagObjectModel.cpp
>   DiagProbe.cpp
>   DiagStackFrame.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\DiagObjectModel.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\DiagProbe.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\DiagStackFrame.cpp)
>   MutationBreakpoint.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\DebugDocument.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\MutationBreakpoint.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\DebuggingFlags.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\DebugManager.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\DiagHelperMethodWrapper.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\DiagObjectModel.cpp)
>   ProbeContainer.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\DiagProbe.cpp)
>   RuntimeDebugPch.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\DiagStackFrame.cpp)
>   TTActionEvents.cpp
>   TTEventLog.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\debug\diagobjectmodel.cpp(759): warning C4312: 'type cast': conversion from 'Js::RegSlot' to 'Js::Var' of greater size
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\ProbeContainer.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\RuntimeDebugPch.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\TTEventLog.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\TTActionEvents.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\MutationBreakpoint.cpp)
>   TTEvents.cpp
>   TTExecutionInfo.cpp
>   TTInflateMap.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\TTEvents.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\TTExecutionInfo.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\TTInflateMap.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\ProbeContainer.cpp)
>   TTRuntimeInfoTracker.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\RuntimeDebugPch.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\TTEventLog.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\TTActionEvents.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\TTRuntimeInfoTracker.cpp)
>   TTSerialize.cpp
>   TTSnapObjects.cpp
>   TTSnapshot.cpp
>   TTSnapshotExtractor.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\TTEvents.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\TTSerialize.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\TTSnapObjects.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\TTExecutionInfo.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\TTInflateMap.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\TTSnapshotExtractor.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\TTSnapshot.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [
>           T=uint
>       ] (compiling source file ..\Chakra\lib\Runtime\Debug\TTRuntimeInfoTracker.cpp)
>   TTSnapTypes.cpp
>   TTSnapValues.cpp
>   TTSupport.cpp
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\common\memory\heapblockmap.h(125): warning C4312: 'type cast': conversion from 'uint' to 'void *' of greater size (compiling source file ..\Chakra\lib\Runtime\Debug\TTSnapTypes.cpp)
> c:\users\sankai\source\repos\armorpaint\krom\chakra\lib\runtime\base\functionbody.h(3642): warning C4312: 'type cast': conversion from 'const T' to 'Js::Var' of greater size
>       with
>       [

The DLLs are apparently not missing: they were loaded. You don’t have debugger information about them.

Authoritative information about Microsoft PDB (Program Database) files: