Hi Nick,
this is what i get when running the debugger
'SimpleMUD.exe': Loaded 'C:\Users\Daniel\Desktop\SimpleMUD\Release\SimpleMUD.exe', Symbols loaded.
'SimpleMUD.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\ws2_32.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\msvcrt.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\nsi.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\msvcp100.dll', Symbols loaded.
'SimpleMUD.exe': Loaded 'C:\Windows\System32\msvcr100.dll', Symbols loaded.
'SimpleMUD.exe': Loaded 'C:\Windows\System32\mswsock.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\user32.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\gdi32.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\lpk.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\usp10.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\imm32.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\msctf.dll', Cannot find or open the PDB file
'SimpleMUD.exe': Loaded 'C:\Windows\System32\WSHTCPIP.DLL', Cannot find or open the PDB file
The thread 'Win32 Thread' (0x10f8) has exited with code 0 (0x0).
Microsoft Visual Studio C Runtime Library has detected a fatal error in SimpleMUD.exe.
Press Break to debug the program or Continue to terminate the program.
In dbghook.c it shows me always this area:
__declspec(noinline)
void __cdecl _CRT_DEBUGGER_HOOK(int _Reserved)
{
/* assign 0 to _debugger_hook_dummy so that the function is not folded in retail */
(_Reserved);
_debugger_hook_dummy = 0;
} |