RunningLeafAnimations Error
General and Desktop
5
Posts
4
Posters
1.5k
Views
2
Watching
-
wrote on 5 Nov 2011, 17:48 last edited by
On closing my application i'm getting a
Module: 4.7.3
File qglobal\qlobal.cpp
Line: 2262
Assert: "runningLeafAnimations >= 0" in file animation\qabstractanimation.cpp, line 351This is a Microsoft Visual C++ error. I looked on the QT Debug website and this was an issue somewhere in 4.7.0? Any ideas? Thanks!
-
wrote on 7 Nov 2011, 07:24 last edited by
So in what way do you use animation? Post the code
-
wrote on 30 Aug 2024, 08:44 last edited by
I've got the same crash, and the problem is: I start a QAnimation in a thread, however I stop it in the main thread. That's the reason why my app crashed.