cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
2.05k stars 123 forks source link

check_disk_space fails #499

Open StrBalu opened 3 weeks ago

StrBalu commented 3 weeks ago

Describe the bug check_disk_space does not detect free disk spaceproperly

To Reproduce Steps to reproduce the behavior:

  1. curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh -o "autodesk_fusion_installer_x86-64.sh" && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --install --default

  2. See error: Secure Boot is not enabled. The total RAM (Random Access Memory) is greater than 4 GByte (15.41 GByte) and Autodesk Fusion will run more stable later! Überprüfung der GPU-Treiber für den Installer ... Intel GPU erkannt mit 7890MB VRAM Der OpenGL-GPU-Fallback-Treiber wird für die Installation verwendet. Main monitor resolution: 1920x1080 The total VRAM (Video RAM) is greater than 1 GByte (7.89 GByte) and Autodesk Fusion will run more stable later! The free disk memory size is: 795G ./autodesk_fusion_installer_x86-64.sh: line 630: bc: command not found There is not enough disk free memory to continue installing Fusion on your system! Make more space in your selected disk or select a different hard drive. The installer has been terminated!

Expected behavior With ~800G free disk space install should succeed

Desktop (please complete the following information):

Additional context btrfs file system, with the following subvolume structure: @ @.snapshots @/var/lib/machines @/var/lib/portables @log @pkg

roof98 commented 1 day ago

Same issue here