QT Designer --- Designer.exe is Always crashing whenever I start it, the crash is also related to a call to QtCore4.dll , Any Suggestions?
I am a newbie who is trying to use the QT creator, I installed the latest version "qt-win-opensource-4.5.1-mingw". Everything was working fine except for launching the QT Designer .. I don't really know what is the exact problem .. but whenever I try to edit my project visually or even t开发者_如何学编程o launch the QT Designer itself, the windows pops up an error message in which it mentions "designer.exe has stopped working".
I tried to debug with visual studio and the problem was in some steps for calling some DLL functions but I didnt really understand what was going on.
This usualy worked for me
- Uninstall QtCreator and other Qt versions.
- Look for any Qt / Trolltech / Nokia keys in windows registry and remove them
- Cleanup Qt directories
- And then Install your IDE
Almost everytime i upgrade Qt Creator there are some problems with it if id don't remove older version.
A bit late perhaps, but clearing the fileListBak and fileListOrg values under HKEY_CURRENT_USER -> SOFTWARE -> Trolltech -> Designer -> backup fixed it for me.
I believe the crash was caused by cutting power when the designer was open, causing the backing up to become corrupt somehow.
This should be reported as a bug, not as a question on stackoverflow.
http://bugreports.qt.nokia.com/
精彩评论