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. [Solved]Qt 5.3 application ran in terminal EXTREMELY slow.
Forum Update on Monday, May 27th 2025

[Solved]Qt 5.3 application ran in terminal EXTREMELY slow.

Scheduled Pinned Locked Moved Installation and Deployment
qtcreatorwindows5.3terminal
2 Posts 1 Posters 1.1k 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.
  • B Offline
    B Offline
    Buttink
    wrote on last edited by Buttink
    #1

    So I have an application that when I run it inside of QtCreator it works just fine, but when I just try to open the file explorer, terminal, or QtCreator option "Run in Terminal" on, it runs PAINFULLY SLOW. I can't figure out why running in a terminal slows it down so much. Btw, this is a Qt Quick 2 application on a Windows XP system. Has anyone ran into this problem?

    B 1 Reply Last reply
    0
    • B Buttink

      So I have an application that when I run it inside of QtCreator it works just fine, but when I just try to open the file explorer, terminal, or QtCreator option "Run in Terminal" on, it runs PAINFULLY SLOW. I can't figure out why running in a terminal slows it down so much. Btw, this is a Qt Quick 2 application on a Windows XP system. Has anyone ran into this problem?

      B Offline
      B Offline
      Buttink
      wrote on last edited by
      #2

      @Buttink If anyone comes across this problem. Apparently, the QLoggingCategory or the stderr/windows debugger are SUPER slow on windows. To fix this I used qInstallMessageHandler and wrote my own handler to not send to the terminal for windows. Now, my application runs just fine.

      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