Qcreator has stopped working when trying open any form
-
Hmm,
What might help is to remove the user pro file from your project. Qt will then recreate one if the project is opened. the .user file is next to your .pro file. This file contains lots of information about the way the project behaves and where Qt is installed etc.
Greetz -
Please... help anyone D: .. google didnt help.. i found that some people got this problem too.. but no resolution for this :(
"This is my problem":http://www.developer.nokia.com/Community/Discussion/showthread.php/216606-Error-loading-Qt-Designer-in-Windows-7 -
The best way to help getting this issue fixed is to get a backtrace and then "file a bug report":https://bugreports.qt-project.org/ .
A bug report will make sure that a developer will look at the issue and a backtrace will make it possible to do something meaningful;-)
Postings here are mostly ignored by developers, simply because most do not take the time to read the forums regularly -- doing so is kind of a full-time job;).
-
I've had problems like that a couple of times. My approach was to open the .ui file in an editor (it's XML) and remove stuff from it until it works again. Then you know which part causes the crash/problems and can leave it out while restoring the other removed things.
Has worked up to now (fingers crossed).