-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CKAN shouldn't try to write files to drives that don't have enough free space #1236
Comments
Does this also happen when you try to install RO using the cli? |
"ckan install RealismOverhaul" should be the command for doing that. |
Ran command line and it threw a different error, but I did watch the G: drive as it was happening and it still was depositing temp files in there. This time though when the program stopped it cleaned up. The GUI didn't, instead leaving all the temp files in there. Anyway, screen shot coming. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Interestingly, if I run it a few times via CLI it works. I imagine it's because it already has some of the data downloaded so every time I go to run it it has to fetch less and eventually can accomplish what it needs to do within the limitations of the "G" drive. |
An explanation to the above is probably that it downloads one/a few mods and upon nuking itself with the exception moves all already done downloads to the cache. So every attempt you finish part of the process, just like you thought :) |
No, I don't think so. The CKAN/Core/Net/NetAsyncDownloader.cs Line 48 in b9a91fa
Line 137 in b9a91fa
In this case the best solution is probably to not configure the Windows |
I don't think it makes sense to try to make downloads succeed with a full system temp folder. The files have to go somewhere. |
I have CKAN in a local h:/KSP directory. Upon executing an install of Realism Overhaul using CKAN, it begins dumping temp files into G:/AppData/Local/Temp. This drive is in reality a dummy partition for a Linux boot that only has 256MB of space, so predictably it runs out of space and CKAN nukes with an exception.
The text was updated successfully, but these errors were encountered: