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. Error with Windows?
QtWS25 Last Chance

Error with Windows?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 13.3k 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.
  • N Offline
    N Offline
    nkubz
    wrote on last edited by
    #1

    I am taking a course in CS and downloaded their first assignment, which we are using to check if out Qt works. I have a windows computer, and am getting the error below:

    Running Windows Runtime device detection.
    No winrtrunner.exe found.
    Cannot read C:/Users/Nicola/OD/Homework/CS106X/build-simple-project-Desktop_Qt_5_7_1_MinGW_32bit2-Debug/.qmake.cache: No such file or directory

    I reinstalled Java and have the SE Developer Kit 8 update 111. What do I need to do?

    Thanks

    FlotisableF raven-worxR 2 Replies Last reply
    0
    • N nkubz

      I am taking a course in CS and downloaded their first assignment, which we are using to check if out Qt works. I have a windows computer, and am getting the error below:

      Running Windows Runtime device detection.
      No winrtrunner.exe found.
      Cannot read C:/Users/Nicola/OD/Homework/CS106X/build-simple-project-Desktop_Qt_5_7_1_MinGW_32bit2-Debug/.qmake.cache: No such file or directory

      I reinstalled Java and have the SE Developer Kit 8 update 111. What do I need to do?

      Thanks

      FlotisableF Offline
      FlotisableF Offline
      Flotisable
      wrote on last edited by
      #2

      @nkubz
      as I know, Qt is a C++ framework, so I think it is not related to Java environment

      and it seems to be the problem of windows run time environment, I think you can read Qt for WinRT

      1 Reply Last reply
      1
      • N nkubz

        I am taking a course in CS and downloaded their first assignment, which we are using to check if out Qt works. I have a windows computer, and am getting the error below:

        Running Windows Runtime device detection.
        No winrtrunner.exe found.
        Cannot read C:/Users/Nicola/OD/Homework/CS106X/build-simple-project-Desktop_Qt_5_7_1_MinGW_32bit2-Debug/.qmake.cache: No such file or directory

        I reinstalled Java and have the SE Developer Kit 8 update 111. What do I need to do?

        Thanks

        raven-worxR Offline
        raven-worxR Offline
        raven-worx
        Moderators
        wrote on last edited by
        #3

        @nkubz said in Error with Windows?:

        No winrtrunner.exe found.

        Are you sure you are using the right Qt version (for WinRT)? Since you are using mingw as a compiler i guess thats already your problem.
        Do you use QtCreator for building? If yes, then check the build configuration to use the correct Qt version.

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        1 Reply Last reply
        3
        • tekojoT Offline
          tekojoT Offline
          tekojo
          wrote on last edited by
          #4

          Moved to "General and Desktop".

          @nkubz does the folder and file exist?
          Try cleaning the build and running qmake again.

          As @raven-worx says, MinGW and WinRT do not mix. If you want WinRT (or UWP as it is also known as) you need to have MicroSoft Visual Studio on the machine.

          1 Reply Last reply
          1

          • Login

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