Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt creator debugger stops at LdrInitShimEngineDynamic
Forum Updated to NodeBB v4.3 + New Features

Qt creator debugger stops at LdrInitShimEngineDynamic

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
qt creator
10 Posts 3 Posters 1.5k Views
  • 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.
  • R Offline
    R Offline
    Rudresh
    wrote on last edited by
    #1

    Hi ,

    I am developiong a c++ app and off late Qt creator debugger stops at LdrInitShimEngineDynamic in ntdll and it would
    not move further.
    Anyone faced the same issue ? Any pointer ?

    thanks in advance
    thanks & warm regards
    ~ Rudresh

    jsulmJ 1 Reply Last reply
    0
    • R Rudresh

      Hi ,

      I am developiong a c++ app and off late Qt creator debugger stops at LdrInitShimEngineDynamic in ntdll and it would
      not move further.
      Anyone faced the same issue ? Any pointer ?

      thanks in advance
      thanks & warm regards
      ~ Rudresh

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Rudresh So, is the app crashing at that point? Or what exactly does "stop" mean?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      R 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Rudresh So, is the app crashing at that point? Or what exactly does "stop" mean?

        R Offline
        R Offline
        Rudresh
        wrote on last edited by
        #3

        @jsulm
        Hi
        Thanks. It does not proceed further. I try to continue ( F5 ) to no avail.

        thanks & warm regards,
        ~ Rudresh

        jsulmJ 1 Reply Last reply
        0
        • R Rudresh

          @jsulm
          Hi
          Thanks. It does not proceed further. I try to continue ( F5 ) to no avail.

          thanks & warm regards,
          ~ Rudresh

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Rudresh Again: is it a crash? What does stack trace tell you?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          R 1 Reply Last reply
          0
          • jsulmJ jsulm

            @Rudresh Again: is it a crash? What does stack trace tell you?

            R Offline
            R Offline
            Rudresh
            wrote on last edited by
            #5

            @jsulm

            Hi ,
            Thanks. It shows ntdll apis.
            Stack-QtDebugIssue.png

            I have also tried to have a sample project. It behaves the same way.
            thanks & warm regards,
            ~ Rudresh

            jsulmJ 1 Reply Last reply
            0
            • R Rudresh

              @jsulm

              Hi ,
              Thanks. It shows ntdll apis.
              Stack-QtDebugIssue.png

              I have also tried to have a sample project. It behaves the same way.
              thanks & warm regards,
              ~ Rudresh

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Rudresh Did you notice that QtCreator is telling you that your Kit has no debugger configured?
              And did you actually check the stack trace on the right side ("Threads:")?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              R 1 Reply Last reply
              0
              • jsulmJ jsulm

                @Rudresh Did you notice that QtCreator is telling you that your Kit has no debugger configured?
                And did you actually check the stack trace on the right side ("Threads:")?

                R Offline
                R Offline
                Rudresh
                wrote on last edited by
                #7

                @jsulm said in Qt creator debugger stops at LdrInitShimEngineDynamic:

                tack trace on the right side ("Threads:")?

                Hi ,

                Thanks.
                I specified debugger in kit settings.
                Threads show only ntdll as shown in png.
                Stack-QtDebugISsue-2.png

                thanks & warm regards
                ~ Rudresh

                jsulmJ 1 Reply Last reply
                0
                • R Rudresh

                  @jsulm said in Qt creator debugger stops at LdrInitShimEngineDynamic:

                  tack trace on the right side ("Threads:")?

                  Hi ,

                  Thanks.
                  I specified debugger in kit settings.
                  Threads show only ntdll as shown in png.
                  Stack-QtDebugISsue-2.png

                  thanks & warm regards
                  ~ Rudresh

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @Rudresh Does you app run if you start it without debugger?

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  R 1 Reply Last reply
                  0
                  • jsulmJ jsulm

                    @Rudresh Does you app run if you start it without debugger?

                    R Offline
                    R Offline
                    Rudresh
                    wrote on last edited by
                    #9

                    @jsulm

                    Hi ,

                    Thanks.
                    Yes , it runs .

                    thanks & warm regards,
                    ~ Rudresh

                    1 Reply Last reply
                    0
                    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
                    • G Offline
                      G Offline
                      GPeter
                      wrote on last edited by
                      #10

                      I had the same problem.
                      Try these steps:

                      1. Delete the %APPDATA%/QtProject folder. You may want to make a backup copy first, as all your QtCreator settings will be reset.
                      2. If step 1 does not help, try reinstalling the MSVC compiler and CDB debugger (installed separately using Debugging Tools for Windows).
                        I didn’t look into the problem in more detail, it seems like something happened to the debugger configuration.
                      1 Reply Last reply
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved