-
-
Notifications
You must be signed in to change notification settings - Fork 23.5k
Description
Tested versions
Godot 4.4.1
System information
Windows 10
Issue description
I have a Windows machine where the C drive is almost completely full. I installed the export templates from Export Template Manager and it looked successful. Then, I exported my project. But the resulting .exe file was an empty file with size of 0 bytes.
Looking into Godot/export_templates/4.4.1.stable, I noticed that most files were empty. E.g., windows_release_*.exe were all 0 size files. I fixed it by uninstalling the export template, making more room on my C drive, and then installing them again.
However, I think Export Template Manager should report it to me when the install was incomplete and give me a reason as well. In this case, not enough room on the disk.
Steps to reproduce
- Have a C drive with little free space (e.g., 1GB)
- Install export templates from the Export Template Manager
- Export your project
- See that the .exe size is 0
- See that some .exe files in the installed export templates are also empty
Minimal reproduction project (MRP)
An exportable project (I believe it just has to have a root node).