Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. app is not running in debug mode

app is not running in debug mode

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studiodebugginghelpquestion
5 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 8353897
    wrote on last edited by
    #1

    Hello, My 64 bit (VS 2013)application is not running in debug mode. Output log is: "'

    MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
    'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
    'MainApp.exe' (Win32): Unloaded 'C:\Windows\System32\msvcp120d.dll'
    'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file.
    The thread 0x1bc8 has exited with code -1073741701 (0xc000007b).
    The thread 0x2964 has exited with code -1073741701 (0xc000007b).
    The thread 0x1040 has exited with code -1073741701 (0xc000007b).
    The program '[9944] MainApp.exe' has exited with code -1073741701 (0xc000007b).

    " I tried to look over internet but could not find relevant answer. Can you please help to resolve it?

    M V 2 Replies Last reply
    0
    • U User 8353897

      Hello, My 64 bit (VS 2013)application is not running in debug mode. Output log is: "'

      MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
      'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
      'MainApp.exe' (Win32): Unloaded 'C:\Windows\System32\msvcp120d.dll'
      'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file.
      The thread 0x1bc8 has exited with code -1073741701 (0xc000007b).
      The thread 0x2964 has exited with code -1073741701 (0xc000007b).
      The thread 0x1040 has exited with code -1073741701 (0xc000007b).
      The program '[9944] MainApp.exe' has exited with code -1073741701 (0xc000007b).

      " I tried to look over internet but could not find relevant answer. Can you please help to resolve it?

      M Offline
      M Offline
      Maciej Los
      wrote on last edited by
      #2

      Check this: [0xc000007b error](https://social.msdn.microsoft.com/Forums/vstudio/en-US/f99d3cb8-963e-4a35-afe2-d7b9037a11c4/0xc000007b-error?forum=vsdebug) They say that your settings or setup got messed up and:

      Quote:

      I would suggest 2 things: first, try to reset your settings from Tools->import and export settings -> Reset all settings-> reset all settings, overwriting current settings. If after that it still does not work, I would repair/re-install VS.

      1 Reply Last reply
      0
      • U User 8353897

        Hello, My 64 bit (VS 2013)application is not running in debug mode. Output log is: "'

        MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
        'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
        'MainApp.exe' (Win32): Unloaded 'C:\Windows\System32\msvcp120d.dll'
        'MainApp.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file.
        The thread 0x1bc8 has exited with code -1073741701 (0xc000007b).
        The thread 0x2964 has exited with code -1073741701 (0xc000007b).
        The thread 0x1040 has exited with code -1073741701 (0xc000007b).
        The program '[9944] MainApp.exe' has exited with code -1073741701 (0xc000007b).

        " I tried to look over internet but could not find relevant answer. Can you please help to resolve it?

        V Offline
        V Offline
        Victor Nijegorodov
        wrote on last edited by
        #3

        Did you by chance mixed some native and managed parameter options?

        U 1 Reply Last reply
        0
        • V Victor Nijegorodov

          Did you by chance mixed some native and managed parameter options?

          U Offline
          U Offline
          User 8353897
          wrote on last edited by
          #4

          may be....where is this option?

          V 1 Reply Last reply
          0
          • U User 8353897

            may be....where is this option?

            V Offline
            V Offline
            Victor Nijegorodov
            wrote on last edited by
            #5

            Well, after re reading your OP I'm afraid I was wrong with my "hint". It seems to more probable the reason is in a mixing some 32/64 bit settings or linked DLLs. BTW, doe the Release 64 build work? And Debug 32 build?

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups