Hi I went back to my BollCowGame and this showed up

‘03_BullCowGame.exe’ (Win32): Loaded ‘C:\Users\janJa\Documents\Visual Studio 2017\Projects\03_BullCowGame\Debug\03_BullCowGame.exe’. Symbols loaded.
‘03_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ntdll.dll’. Cannot find or open the PDB file.
‘03_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\kernel32.dll’. Cannot find or open the PDB file.
‘03_BullCowGame.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\kernel32.dll’
‘03_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\kernel32.dll’. Cannot find or open the PDB file.
‘03_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\KernelBase.dll’. Cannot find or open the PDB file.
‘03_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\apphelp.dll’. Cannot find or open the PDB file.
‘03_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\msvcp140d.dll’. Cannot find or open the PDB file.
‘03_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\vcruntime140d.dll’. Cannot find or open the PDB file.
‘03_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ucrtbased.dll’. Cannot find or open the PDB file.
The thread 0x1b5c has exited with code -1073741510 (0xc000013a).
The thread 0x12b0 has exited with code -1073741749 (0xc000004b).
The thread 0x17d8 has exited with code -1073741510 (0xc000013a).
The program ‘[15520] 03_BullCowGame.exe’ has exited with code -1073741510 (0xc000013a).

‘02_BullCowGame.exe’ (Win32): Loaded ‘C:\Users\janJa\Documents\Visual Studio 2017\Projects\Section_02\Debug\02_BullCowGame.exe’. Symbols loaded.
‘02_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ntdll.dll’. Cannot find or open the PDB file.
‘02_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\kernel32.dll’. Cannot find or open the PDB file.
‘02_BullCowGame.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\kernel32.dll’
‘02_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\kernel32.dll’. Cannot find or open the PDB file.
‘02_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\KernelBase.dll’. Cannot find or open the PDB file.
‘02_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\apphelp.dll’. Cannot find or open the PDB file.
‘02_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\msvcp140d.dll’. Cannot find or open the PDB file.
‘02_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\vcruntime140d.dll’. Cannot find or open the PDB file.
‘02_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ucrtbased.dll’. Cannot find or open the PDB file.
‘02_BullCowGame.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\ucrtbased.dll’
‘02_BullCowGame.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ucrtbased.dll’. Cannot find or open the PDB file.
The thread 0x35e4 has exited with code -1073741510 (0xc000013a).
The thread 0x1494 has exited with code -1073741510 (0xc000013a).
The thread 0x1d90 has exited with code -1073741510 (0xc000013a).
The program ‘[14576] 02_BullCowGame.exe’ has exited with code -1073741510 (0xc000013a).

Had the same problem, bumping this up. Anybody run into this and find a fix?

Fixed: I went to Tools > Options > Debugging > Symbols and checked “Microsoft Symbol Servers” that got my program to load the PDB files.
Then I went to Tools > Options > Debugging > Output Window, and set Module Load Messages to off. This kept my program from outputting all the messages that the files were loaded.

Privacy & Terms