[SOLVED] Qt write errors on .user files - "Cannot Write File ... Disk Full?"
-
wrote on 11 Dec 2012, 15:16 last edited by
I have been having this problem since switching to Windows 7 x64 where Qt Creator pops the error dialog up when it goes to write the .user files and sometimes other files. I'm currently using the open source Qt Creator 2.6.0. But this has happened with all previous versions of Qt Creator and QtSDK I had installed.
I have tracked the problem to the backup file create with the .user~ extension. This file sometimes is created in such a way that it is unaccessable. Then the next time Qt attempts to create the backup, it fails and up comes the error dialog. It instead creates backup files with the .user.xx1234 extension. When this happens, all attempts to access the .user~ are blocked and I cannot event change permissions.
With earlier versions of Qt Creator, this file was left permanently, and it seemed to occur every time I used Qt. With the latest version three things have changed. First the .user~ files are not always created with the problem, second the .user files are only updated at the end of a session (thank you) and third when the .user~ has the problem, the file disappears a couple of minutes after closing Qt?
Finally I did note that some people were having a similar problem when running multiple Qt Creator instances. I am running only one instance.
-
wrote on 11 Dec 2012, 21:53 last edited by
Could you please "file a bug report":https://bugreports.qt-project.org/ so that the issue won't get lost?
-
wrote on 11 Dec 2012, 23:51 last edited by
I've filed a bug report
-
wrote on 11 Nov 2014, 14:31 last edited by
Hi! i have the same problem, have you been replied? or do you have a solution for this already?
-
wrote on 8 Dec 2014, 09:49 last edited by
[quote author="daveaa" date="1355269917"]I've filed a bug report[/quote]
Please update this post with your "Bug" report details, so that, everyone else can see them? Thanks.
-
wrote on 8 Dec 2014, 09:49 last edited by
[quote author="daveaa" date="1355269917"]I've filed a bug report[/quote]
Please update this post with your "Bug" report details, so that, everyone else can see them? Thanks.
-
wrote on 15 Dec 2014, 09:15 last edited by
I Follow, thanks
-
wrote on 15 Dec 2014, 09:15 last edited by
I Follow, thanks
-
wrote on 26 Apr 2019, 23:05 last edited by
Thank you. had the same problem and managed to fix it.
-
Hi @Osmano, and would you enlighten us, how you fixed it?