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. Project not running..

Project not running..

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
errorbuild and runc++gui
8 Posts 5 Posters 2.6k 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.
  • A Offline
    A Offline
    Aahi
    wrote on 10 Mar 2022, 17:39 last edited by
    #1

    I make a project in qt which was earlier working fine and running smoothly but now whenever I tried to run it it only builds and when I build again it just shows the build complete but no "Actual building progress bar processing at the bottom right corner" it just showed the build and that's it. qt.jpg

    take a look at this picture, this is what I'm talking about. just build but not run. I haven't actually change anything just remove some comments that I made for myself.

    1 Reply Last reply
    0
    • J JonB
      19 Mar 2022, 08:14

      @Aahi
      Look at the error message! I can see a ...build-D:UISorting... in the middle of the path, : is not allowed in a path name under Windows (only in the D:\... at the start), so you have a problem with the name you have picked somewhere.

      J Offline
      J Offline
      JKSH
      Moderators
      wrote on 19 Mar 2022, 13:41 last edited by JKSH
      #7

      @JonB said in Project not running..:

      Look at the error message! I can see a ...build-D:UISorting... in the middle of the path, : is not allowed in a path name under Windows (only in the D:\... at the start), so you have a problem with the name you have picked somewhere.

      I've seen Qt Creator act strangely and choose bad build directories; it's not necessarily the user's fault. I haven't figured out how to reproduce it reliably yet.

      @Aahi: Close Qt Creator, delete your *.pro.user file, then open Qt Creator again. Press [Ctrl]+O, select your project, and configure it again. Ensure that the build folders are good. Does it build correctly now?

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      A 1 Reply Last reply 19 Mar 2022, 15:15
      1
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 10 Mar 2022, 19:48 last edited by
        #2

        Hi,

        Which Qt version ?
        Which Qt Creator version ?
        On which OS ?
        Did you try to delete the build folder to start from scratch ?
        Do you have the same issue with a new project ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        A 1 Reply Last reply 11 Mar 2022, 07:30
        0
        • S SGaist
          10 Mar 2022, 19:48

          Hi,

          Which Qt version ?
          Which Qt Creator version ?
          On which OS ?
          Did you try to delete the build folder to start from scratch ?
          Do you have the same issue with a new project ?

          A Offline
          A Offline
          Aahi
          wrote on 11 Mar 2022, 07:30 last edited by
          #3

          @SGaist Qt version 6
          OS : Windows 11
          It happened previously so I made another project from scratch it was running fine but then same thing started happening.

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kkoehne
            Moderators
            wrote on 11 Mar 2022, 15:16 last edited by
            #4

            The red color of the Build progress indicator indicates that there's a build problem.

            Do you see anything printed in the 'Compile Output' pane?

            Director R&D, The Qt Company

            A 1 Reply Last reply 19 Mar 2022, 08:06
            0
            • K kkoehne
              11 Mar 2022, 15:16

              The red color of the Build progress indicator indicates that there's a build problem.

              Do you see anything printed in the 'Compile Output' pane?

              A Offline
              A Offline
              Aahi
              wrote on 19 Mar 2022, 08:06 last edited by
              #5

              @kkoehne Sorry I am replying to you very late as I was busy in University exams but here is the screenshot of compile output pane that's appear when I click on run
              qtbuild.jpg

              I got the error "Error while building/deploying project Sorting (kit: Desktop Qt 6.2.2 MinGW 64-bit)
              When executing step "qmake""

              what does this mean?

              J 1 Reply Last reply 19 Mar 2022, 08:14
              0
              • A Aahi
                19 Mar 2022, 08:06

                @kkoehne Sorry I am replying to you very late as I was busy in University exams but here is the screenshot of compile output pane that's appear when I click on run
                qtbuild.jpg

                I got the error "Error while building/deploying project Sorting (kit: Desktop Qt 6.2.2 MinGW 64-bit)
                When executing step "qmake""

                what does this mean?

                J Offline
                J Offline
                JonB
                wrote on 19 Mar 2022, 08:14 last edited by
                #6

                @Aahi
                Look at the error message! I can see a ...build-D:UISorting... in the middle of the path, : is not allowed in a path name under Windows (only in the D:\... at the start), so you have a problem with the name you have picked somewhere.

                J 1 Reply Last reply 19 Mar 2022, 13:41
                1
                • J JonB
                  19 Mar 2022, 08:14

                  @Aahi
                  Look at the error message! I can see a ...build-D:UISorting... in the middle of the path, : is not allowed in a path name under Windows (only in the D:\... at the start), so you have a problem with the name you have picked somewhere.

                  J Offline
                  J Offline
                  JKSH
                  Moderators
                  wrote on 19 Mar 2022, 13:41 last edited by JKSH
                  #7

                  @JonB said in Project not running..:

                  Look at the error message! I can see a ...build-D:UISorting... in the middle of the path, : is not allowed in a path name under Windows (only in the D:\... at the start), so you have a problem with the name you have picked somewhere.

                  I've seen Qt Creator act strangely and choose bad build directories; it's not necessarily the user's fault. I haven't figured out how to reproduce it reliably yet.

                  @Aahi: Close Qt Creator, delete your *.pro.user file, then open Qt Creator again. Press [Ctrl]+O, select your project, and configure it again. Ensure that the build folders are good. Does it build correctly now?

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  A 1 Reply Last reply 19 Mar 2022, 15:15
                  1
                  • J JKSH
                    19 Mar 2022, 13:41

                    @JonB said in Project not running..:

                    Look at the error message! I can see a ...build-D:UISorting... in the middle of the path, : is not allowed in a path name under Windows (only in the D:\... at the start), so you have a problem with the name you have picked somewhere.

                    I've seen Qt Creator act strangely and choose bad build directories; it's not necessarily the user's fault. I haven't figured out how to reproduce it reliably yet.

                    @Aahi: Close Qt Creator, delete your *.pro.user file, then open Qt Creator again. Press [Ctrl]+O, select your project, and configure it again. Ensure that the build folders are good. Does it build correctly now?

                    A Offline
                    A Offline
                    Aahi
                    wrote on 19 Mar 2022, 15:15 last edited by
                    #8

                    @JKSH Yes now It's working Thank you so much!

                    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