master-technology / AssetManagerStudio

The Unreal Launcher for the rest of us...
55 stars 0 forks source link

Editor says not enough space on installing 5.1.1 #4

Closed tryhardsnipehrd closed 1 year ago

tryhardsnipehrd commented 1 year ago

As the title says, I tried to install Unreal Engine 5.1.1 through the UnrealLauncher on Ubuntu 22.10. I am installing to an external SSD that has more than enough space, approximately 960 Gigabytes free. Is there any reasons that this would be occurring?

NathanaelA commented 1 year ago

Interesting, it should be detecting how much disk space you have available for the directory based on the mount point you are putting it into.

Can you do a df -Pk /path/you/used/for/the/destination and tell me what it says?

You can also override the disk space check by doing: ./unreal-launcher SET IGNORE_DISK_SPACE true

Then run the launcher again --- I need to expose this setting in the settings dialog.

tryhardsnipehrd commented 1 year ago

image Attached is the image of the command you stated, I'll attempt running it with the options you suggested!

NathanaelA commented 1 year ago

This should be fixed in v0.013!