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. The current process has used all of its system allowance of handles for Window Manager objects.

The current process has used all of its system allowance of handles for Window Manager objects.

Scheduled Pinned Locked Moved Solved General and Desktop
windowsqtimerqtimer failed
2 Posts 1 Posters 3.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.
  • K Offline
    K Offline
    koahnig
    wrote on 27 Mar 2022, 10:33 last edited by
    #1

    Anyone able to give me a clue what might be wrong with my application?

    WdCheck: Reinit TCP socket for TcpExtFrameServer 
    QEventDispatcherWin32::registerTimer: Failed to create a timer (The current process has used all of its system allowance of handles for Window Manager objects.)
    CreateWindow() for QEventDispatcherWin32 internal window failed (The current process has used all of its system allowance of handles for Window Manager objects.)
    Qt: INTERNAL ERROR: failed to install GetMessage hook: 1158, The current process has used all of its system allowance of handles for Window Manager objects.
    

    It run on windows 64 bit.
    Is there an upper limit for timers?
    Or is the eventloop filled with timer events?

    Vote the answer(s) that helped you to solve your issue(s)

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on 27 Mar 2022, 10:44 last edited by koahnig
      #2

      OK, it was a bit premature to ask immediately.

      I found this post https://forum.qt.io/topic/54438/solved-qt-5-4-1-qtimer-using-up-all-handles-for-window-manager-objects

      Actually with QNetworkAccessManager I was a bit sloppy. Need to check if it helps already.

      Edit[koahnig]: It helped. Therefore, pay attention when generating new QNetworkAccessManger objects.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0

      1/2

      27 Mar 2022, 10:33

      • Login

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