Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt build file not being updated

Qt build file not being updated

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 6 Posters 766 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.
  • Dummie1138D Offline
    Dummie1138D Offline
    Dummie1138
    wrote on last edited by
    #1

    I am trying to build a Qt project. It is telling me "The process failed to start. Either the invoked program "U:\directory_name\projectname.exe" is missing, or you may have insufficient permissions to invoke the program."
    I am very certain I see a file in U:\directory_name\projectname.exe. I am entirely unsure how to proceed.

    I have had issues before regarding being unable to update the build file when building the project, as well issues on building the project being very slow, if that helps. (Again, entirely unsure on what would help and what wouldn't.) My CPU is a i7-8565U, with 16GB RAM, and my GPU is an Intel UHD Graphics 620 and a AMD Radeon Pro WX 2100. The following is my build settings.
    2e77fc68-95a8-43e0-abc2-c41381649d86-image.png

    The following are my run settings.
    ebd8ed1e-0a8c-436a-b88b-2dcc91f78b57-image.png

    1 Reply Last reply
    1
    • Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on last edited by
      #2

      Please start U:\directory_name\projectname.exe from a command line and post the output.

      Software Engineer
      The Qt Company, Oslo

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

        Hi,

        Beside the good suggestion of @Axel-Spoerl, do you have an antivirus running ? Some of them block or quarantine immediately executable files that are created at runtime.

        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
        • S Offline
          S Offline
          SimonSchroeder
          wrote on last edited by
          #4

          One more thought: Are you running Qt Creator with administrative rights? Even if it is the same user (just with admin privileges) it will not know the network drive (assuming U:\ is on the network).

          1 Reply Last reply
          0
          • X Offline
            X Offline
            Xuexh
            wrote on last edited by
            #5

            Maybe starting QT Creator with administrator privilege could resolve this problem.

            mzimmersM 1 Reply Last reply
            0
            • X Xuexh

              Maybe starting QT Creator with administrator privilege could resolve this problem.

              mzimmersM Offline
              mzimmersM Offline
              mzimmers
              wrote on last edited by
              #6

              I notice you're not using a shadow build -- I'd encourage you to start doing so.

              Also, on Windows, you might get this error if an instance of the application is already running (or hasn't fully shut down). Somewhere in Creator there's an option to ensure that a running program is quit before a new build/run is attempted.

              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