Qt installer: "Not enough space for temporary files!"
-
Seems to be a known bug.
QTBUG-52903
QTIFW-783To help get them fixed, you should provide additional information about your current setup to help reproduce it and get it fixed. You shouldn't any other account for that.
@SGaist Yeah I know, I am just chilling and having fun. As I noted above, I did sign for the mailing list, I am waiting for approval before I can trouble them too :-).
Thanks for pointing out bug item.
Just for the record, I changed temp paths to be on a "noraml" drive just to install it, and it worked fined untill the installer the last file which failed (I have 1tb or storage avialable).
-
Waiting for approval on signup ? That's strange, you should have gotten an activation email AFAIK. The only time I had approval delays was when I sent an email from the wrong account.
-
Waiting for approval on signup ? That's strange, you should have gotten an activation email AFAIK. The only time I had approval delays was when I sent an email from the wrong account.
-
Online installer worked. I still have temp on ordinary drive not on ramdisk, and it didn't choked on "writing maintance tool".
@qtnoob248 said:
Online installer worked.
Does this mean that you found a solution to this? I am currently facing the exact same problem as noted in the bug report.
I understand that this is definitely a very very very low priority issue for the responsible devs. Sadly it's just a real pain for the people that are affected by it. One of the users of my application has to shut down the RAM disk each time he wants to update the application. This invovles shutting down the RAM disk, manually changing the
TEMP
variable, logging out and back in of Windows, downloading the update using the maintenance tool I created (with QTIFW), changing theTEMP
variable back, enabling the RAM disk again and logging out and back in of Windows again... I can only imagine how many tears this sheds. -
This problem is related in particular to ImDisk which is the most common (and technically the most problem free) Ram disk for Windows. It may also occur for other Ram Disk software.
It relates to the Qt Installer requiring the FindFirstVolume/FindNextVolume API which is not supported (and it shouldn't need to be) for many Ram Disks.
To say this is a minor issue and is uncommon is NOT true. It is becoming more and more frequent (and a google search quickly demonstrates this).
The reason this is becoming more frequent is simple; with the advent of SSD disks becoming common-place it is also becoming common for people to create Ram Disks for temporary drives to reduce write wear on their SSD's. Every one knows that Windows is write heavy with temporary files and adding a Ram disk for the temporary directories can significantly increase the practical working life span of an SSD.
-
@inmarket
Nobody is questioning the usefulness of ramdisks - they are useful in some scenarios.
Nobody is saying that there is no issue nor that it is minor - there is a bug and it needs a fix.
Finally, nobody is denying that the bug sounds very annoying to the people it affects - I'm glad it's not me ;)To say ramdisks are common among Qt users is a bit of a stretch though. "Common" would bo, what, a 10% of them lets say? Qt and the software it is part of has millions of users. I hardly believe that percentage is anywhere near that (but I could be wrong, I'd love to see some numbers if they exist). Google search for ramdisk problems is... well, I can find dozens of current problems with DOS and they are very real as well but I hope we agree these are not "common" among PC users. It's not a good measure.
Qt is an open source project - these are driven by popular demand. This issue is confirmed and reported but apparently sneaking under the radar of the devs. Just to illustrate: on one of the reported bugs the comment is: what is a ramdisk?. If you want it fixed create some momentum for it - talk to the devs (e.g. on mailing list or irc). If you know how to fix it that would probably be the fastest way. Here you'll just get some "me too!" comments.
-
Company is full of dickheads to leave this issue outstanding.
Getting:
Not enought disk space to store all selected components! 166.47 MB are available while 886.32 MB are at least required.
That's my boot drive. There is 500 GB available on the drive I want to install to and Temp environment variable is pointed to that drive too.
-
Company is full of dickheads to leave this issue outstanding.
Getting:
Not enought disk space to store all selected components! 166.47 MB are available while 886.32 MB are at least required.
That's my boot drive. There is 500 GB available on the drive I want to install to and Temp environment variable is pointed to that drive too.
@flywire said in Qt installer: "Not enough space for temporary files!":
dickheads
Would be nice if you would avoid such words.
-
@qtnoob248 said:
Online installer worked.
Does this mean that you found a solution to this? I am currently facing the exact same problem as noted in the bug report.
I understand that this is definitely a very very very low priority issue for the responsible devs. Sadly it's just a real pain for the people that are affected by it. One of the users of my application has to shut down the RAM disk each time he wants to update the application. This invovles shutting down the RAM disk, manually changing the
TEMP
variable, logging out and back in of Windows, downloading the update using the maintenance tool I created (with QTIFW), changing theTEMP
variable back, enabling the RAM disk again and logging out and back in of Windows again... I can only imagine how many tears this sheds.@Joel-Bodenmann said in Qt installer: "Not enough space for temporary files!":
manually changing the TEMP variable, logging out and back in of Windows, downloading the update
Seems the TMP variable is more important. Also need to create the directories the variables are pointing to or install fails.