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..
QtWS25 Last Chance

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 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
    • JonBJ JonB

      @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.

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on 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
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on 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
        0
        • SGaistS SGaist

          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 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
          • kkoehneK Offline
            kkoehneK Offline
            kkoehne
            Moderators
            wrote on 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
            0
            • kkoehneK kkoehne

              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 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?

              JonBJ 1 Reply Last reply
              0
              • A Aahi

                @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?

                JonBJ Offline
                JonBJ Offline
                JonB
                wrote on 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.

                JKSHJ 1 Reply Last reply
                1
                • JonBJ JonB

                  @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.

                  JKSHJ Offline
                  JKSHJ Offline
                  JKSH
                  Moderators
                  wrote on 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
                  1
                  • JKSHJ JKSH

                    @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 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