Unknown Issue when debugging examples

dargouder

11-11-2012 10:06:36

After building everything and obtaining all the sln files and move everything around, I thought it was time to start example1.... lo and behold when starting debugging this came up:

  1. 'Example1.exe': Loaded 'C:\PagedGeometry\bin\Example1.exe', Symbols loaded.
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\ntdll.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\kernel32.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\PagedGeometry\bin\OgreMain.dll', Binary was not built with debug information.
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\user32.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\gdi32.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\lpk.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\usp10.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\msvcrt.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\advapi32.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\sechost.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\sspicli.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\cryptbase.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\msvcp100.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\msvcr100.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\ws2_32.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\nsi.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\PagedGeometry\bin\OIS.dll', Binary was not built with debug information.
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\dinput8.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\msvcp100d.dll', Symbols loaded.
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\msvcr100d.dll', Symbols loaded.
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\imm32.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\msctf.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\nvinit.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\detoured.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\Nvd3d9wrap.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\setupapi.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\cfgmgr32.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\oleaut32.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\ole32.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\WINDOWS\SysWOW64\devobj.dll', Cannot find or open the PDB file
    'Example1.exe': Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll', Cannot find or open the PDB file
    First-chance exception at 0x766bc41f in Example1.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x00adf398..
    First-chance exception at 0x766bc41f in Example1.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x00adeb78..
    First-chance exception at 0x766bc41f in Example1.exe: Microsoft C++ exception: [rethrow] at memory location 0x00000000..
    Unhandled exception at 0x77e215de in Example1.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x00adeb78..
    First-chance exception at 0x77e1016e in Example1.exe: 0x00000000: The operation completed successfully.
    Unhandled exception at 0x77e215de in Example1.exe: 0x00000000: The operation completed successfully.
    [/list:u]

    I can't figure what exactly seems to be the issue, since such files exist on my system and are in their correct patch.