Had an app that I am working on suddenly stop after a couple of days on continuous use - basically just rotating a series of images on the screen. The log filled with these entries. They were intermittent at first but then eventually took over the log with these, over and over again.

Qt Code:
  1. CRITICAL: QWindowsBackingStore::flush: GetDC failed ()
  2. CRITICAL: QWindowsBackingStore::flush: GetDC failed ()
  3. CRITICAL: QWindowsBackingStore::flush: GetDC failed ()
  4. CRITICAL: QWindowsBackingStore::flush: GetDC failed ()
  5. CRITICAL: QWindowsBackingStore::flush: GetDC failed ()
To copy to clipboard, switch view to plain text mode 

Any ideas on how to keep this from happening or even what these mean? I googled this and I get a lot of BitBlt failed information, but none like these.