In Visual Studio 2017 Pro, I am debugging cocos2d-x game code but on debugging I am getting these errors on output box. System is loading path where all dlls are present but still saying cannot find or open pdb file. Some symbols are loaded eg."msvcr100.dll","vcruntime140d.dll"ucrtbased.dll",. But not all although they are present in loaded path eg."ntdll.dll","kernel32.dll","KernelBase.dll". this dll are present in path but not getting loaded.
while building the cocos2d-x game code(i follow steps give by gamefrom scratch) I have given lots of warning like :warning LNK4099:pdb 'chipmunk.pdb' was not found with 'libchipunk-2015.lib(cpPvotJoint.obj)'
Can these be a serious problem? I don't know where I am getting wrong, very frustrated for these errors. Please give me a solution.
ERROR while debugging are: 'gameproject.com.exe' (Win32): Loaded
'C:\temp\gameproject.com\proj.win32\Debug.win32\gameproject.com.exe'. Symbols loaded.
'gameproject.com.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'gameproject.com.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'gameproject.com.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'gameproject.com.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp140d.dll'. Symbols loaded.
C:\temp\gameproject.com\proj.win32\Debug.win32\libcocos2d.dll'. Symbols loaded.
'gameproject.com.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbased.dll'. Symbols loaded.
'gameproject.com.exe' (Win32): Loaded 'C:\Windows\SysWOW64\vcruntime140d.dll'. Symbols loaded.
The thread 0xfb8 has exited with code -1073741701 (0xc000007b).
The thread 0x2008 has exited with code -1073741701 (0xc000007b).
The thread 0x11dc has exited with code -1073741701 (0xc000007b).
The program '[4152] gameproject.com.exe' has exited with code -1073741701 (0xc000007b).
User contributions licensed under CC BY-SA 3.0