> On Feb 19, 2015, at 5:47 PM, Duane <[email protected]> wrote: > > I have Fedora 20 in a VM and am running QtCreator 3.3.0. Often when I > quit QtCreator and kill the VM on restarting and launching QtCreator it > hangs loading the first project. > > I can manually go to ~/.config/QtCreator and delete the > QtCreator.ini.lock file and this solves it. This is recent behavior > since updating to QtCreator 3.3.0.
Looks like there was a change in QSettings in Qt 5.4.0 to use QSaveFile and QLockFile instead of whatever it was using before. https://bugreports.qt.io/browse/QTBUG-21739 > Is there some fix for this? -- Eike Ziller, Senior Software Engineer - The Qt Company GmbH The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
