-
-
Notifications
You must be signed in to change notification settings - Fork 22.3k
Warn when disk space is low before installing export templates in the editor #95111
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
Comments
Do you have enough space on the main disk? It needs a little bit more than 2 GB to install |
I removed some apps to free up space and it helped!! |
Perhaps Godot could indicate that it ran out of space better, I think it's worth keeping this issue open for this |
Yes ok! |
It might not be trivial to check what went wrong, all the check does is check if the number of written bytes matches what we asked for, this could be caused by various causes, including access restrictions etc. But worth looking at if we can get some information from it, or add a message that suggests different options to check, like "Make sure there's enough space on the drive and that you have permission to write to the location." |
I believe |
Might not be cross platform but worth investigating |
We have a warning in MovieWriter when disk space is low before starting a write: #62418 We can do something similar in the export templates manager dialog. Uncompressed export templates roughly take 2 GB at most (typically around 1 GB for official export templates), so it should be safe to use this as a threshold for a long time. |
Tested versions
Reproducable in all Godot versions i have tried. like 4.2.2 or 4.2.1
System information
Godot v4.2.2.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 6GB (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i5-6402P CPU @ 2.80GHz (4 Threads)
Issue description
When i try to download the export template for Godot, there always comes a bunch of error messages in the console and when i try to export the game it says that the file is curropted.
I have tried to uninstall and download the export files and even Godot several times but it's always the same issue.
i also found out that when Godot "finishes" downloading the files when i look at the file at opens Ableton Live for some reason???
Steps to reproduce
I just tried to download the export template files
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: