Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. "Qt" Program Installation - Continuous Project "Executable C:\Qt\Tools\.....\untitled.exe does not exist." Error !
QtWS25 Last Chance

"Qt" Program Installation - Continuous Project "Executable C:\Qt\Tools\.....\untitled.exe does not exist." Error !

Scheduled Pinned Locked Moved Installation and Deployment
7 Posts 3 Posters 2.7k 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.
  • G Offline
    G Offline
    GCS Design
    wrote on last edited by
    #1

    6th December 2014.

    Dear "Qt" Forum Members,

    We have just downloaded "Qt" for the very first time and have installed it using the provided "qt-opensource-windows-x86-1.6.0-6-online.exe", on to our laptop, using Windows 7 - 64 Bit Version.

    "Qt" installed correctly, with no errors !

    The installed "Qt" version as per the "About Qt Creator" tab is as follows :

    Qt Creator 3.2.2 (opensource)
    Based on Qt 5.3.2 (MSVC 2010, 32 bit)
    Built on Oct 10 2014 at 11:19:03
    From revision 34971be5cc

    Following some online "Create your first Qt Application", performed the following steps !

    On starting "Qt", for the very first time, I started a new project "Untitled", using "Qt Widgets Application", to which we simply hit "Next", Next", "Next", & "Finish", to produce the "Untitled" project !

    Following the video instructions, we then pressed the "Green Run Arrow" or (Ctrl+R) to build and run the very simple "Untitled" project !

    However instead of obtaining the expected Windows "Untitled" Form, we continuously get the following error message :

    "Executable C:\Qt\Tools\QtCreator\bin\build-untitled1-Desktop_Qt_Qt_Version_MSVC2012_OpenGL_32bit-Debug\debug\untitled1.exe does not exist." !

    We have unloaded and reloaded the "Qt" software using the above on line file numerous times, but without any success !

    We have tried to find a fix to the above Qt error message, on the internet, and within the Qt Forum, but without any success !

    Can anyone please indicate what we are doing wrong, and point us in the right direction to overcome this, obviously very simple run & build problem, that we are encountering ?

    With kindest regards.

    GCS Design.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      Welcome to Qt forum

      Were there any warnings, errors during compilation ?
      "Compile ouput" panel contains full compilation log.

      Did you check if "C:\Qt\Tools\QtCreator\bin\build-untitled1-Desktop_Qt_Qt_Version_MSVC2012_OpenGL_32bit-Debug\debug" exists?

      When you have created a project. Could you check the projects settings (Projects button on left panel)
      There is a line "Build directory". what does it contain.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        GCS Design
        wrote on last edited by
        #3

        Hi andreyc !

        Thank you for your reply !

        Yes ! The "C:\Qt\Projects*build-untitled1-Desktop_Qt_Qt_Version_MSVC2012_OpenGL_32bit-Debug\debug*\” exists !

        However ! The "Executable C:\Qt\Tools\QtCreator\bin\build-untitled1-Desktop_Qt_Qt_Version_MSVC2012_OpenGL_32bit-Debug\debug*untitled1.exe* does not exist !

        And the "Build Directory" under the "Project" button states "C:\Qt\Projects\build-untitled-Desktop_Qt_Qt_Version_MSVC2012_OpenGL_32bit-Debug"

        In the meantime, I have loaded the identical "qt-opensource-windows-x86-1.6.0-6-online.exe" on another laptop, also with Windows 7 - 64 Bit, and it worked fine !

        I have noticed, that for some reason the systems are different, in regards to the "Tools - Options - Build & Run - Kit - Auto Detect", are detecting numerous other Visual Studio (MSVC) builds, etc. !

        Obviously what is needed, would be the total re-configuration of "Qt" Creator, which I thought would have occurred with the unloading and re-loading of the "Qt" Software !

        Regards GCS Design.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andreyc
          wrote on last edited by
          #4

          The build directory is
          @
          C:\Qt\Projects\build-untitled-Desktop_Qt_Qt_Version_MSVC2012_OpenGL_32bit-Debug
          @
          but an executable is expected to be in
          @
          C:\Qt\Tools\QtCreator\bin\build-untitled1-Desktop_Qt_Qt_Version_MSVC2012_OpenGL_32bit-Debug\debug
          @

          If you have multiple versions of Qt installed then QtCreator comes with each of them. So you need to pay attention on what QtCreator you started.
          Older versions of QtCreator may not understand new config options.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi and welcome to devnet,

            To add to andreyc, do you have by any chance an anti-virus running ?

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

            1 Reply Last reply
            0
            • G Offline
              G Offline
              GCS Design
              wrote on last edited by
              #6

              Again ! Thank you for your reply andreyc !

              As an exercise, and for forum general information, I copied the complete "Qt" Directory from the working laptop, and copied it over my "Qt" Directory of the non-working laptop (after making the necessary backups), and it fixed the original problem of the "Qt" software giving :

              “Executable C:\Qt\Tools\QtCreator\bin\build-untitled-Desktop_Qt_Qt_Version_MSVC2012_OpenGL_32bit-Debug\debug\untitled1.exe does not exist.” error !

              The copying, fixed all of the numerous “Tools – Options – Build & Run – Kit – Auto Detect”, from being detecting, such as other Visual Studio (MSVC) builds, etc. !

              Again thank you for all of your feedback andreyc !

              Also ! Thank you SGaist !

              I have Norton's 360 running on the system, but obviously, this has had no effect on the newly copied and overwriting of the originally installed "Qt" Directory !

              Out of interest what effect could any antivirus software have on the Build & Run (Ctrl+R) function of the "Qt" Software ?

              Regards GCS Design.

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                Some antivirus have an itchy trigger for executable files created on ones computer which generally ends in the newly created executable being put in quarantine and thus the "does not exist" error message.

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

                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