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. [SOLVED] Error with my code or Qt or Windows?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Error with my code or Qt or Windows?

Scheduled Pinned Locked Moved General and Desktop
6 Posts 4 Posters 13.9k Views 2 Watching
  • 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.
  • H Offline
    H Offline
    holygirl
    wrote on last edited by
    #1

    Hi all!

     My application was working perfectly but suddenly I started getting this message on the console. Can anybody tell me why?
    

    @FTH: (2804): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***@

    Thanks.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Macro
      wrote on last edited by
      #2

      Did you Tried these steps:

      1. Right Click on your Project Tree there is an option in the context Menu “Clean”
      2. Then "Run qmake"
      3. "Rebuild" your Project.
      4. "Run" your Project...
      1 Reply Last reply
      0
      • H Offline
        H Offline
        holygirl
        wrote on last edited by
        #3

        No I didn't but I did after you told me to and the project is working fine now. What do you think was the problem?

        Btw, thanks soooo much :)

        1 Reply Last reply
        0
        • mr ZXM Offline
          mr ZXM Offline
          mr ZX
          wrote on last edited by
          #4

          Hello
          You probably allocated a memory and you will not free it when you close the program . . .
          see destructor function.

          A 1 Reply Last reply
          0
          • mr ZXM mr ZX

            Hello
            You probably allocated a memory and you will not free it when you close the program . . .
            see destructor function.

            A Offline
            A Offline
            ambershark
            wrote on last edited by
            #5

            @mr-ZX Lol just so you know that was from 5 years ago. :)

            My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

            mr ZXM 1 Reply Last reply
            1
            • A ambershark

              @mr-ZX Lol just so you know that was from 5 years ago. :)

              mr ZXM Offline
              mr ZXM Offline
              mr ZX
              wrote on last edited by
              #6

              @ambershark :D

              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