Frogging-Family / wine-tkg-git

The wine-tkg build systems, to create custom Wine and Proton builds
888 stars 159 forks source link

[BUG] Halo SPV3 (v3.3.0) Installer Falsely Claims to Not Have Enough Storage #676

Open ThisNekoGuy opened 2 years ago

ThisNekoGuy commented 2 years ago

(For reference, winetricks is needed to get the installer to run: winetricks -q dotnet461 mfc42 arial)

Screenshot_20220123_200256

The installer claims, after navigating away from the default install location to a user-selected one, that the targeted location doesn't have enough storage space.

wine-tkg.cfg wine-tkg-fsync-git-7.0.r0.gc7c729c0db7

rizzini commented 2 years ago

Just to be clear, that happens only when selecting some path within Z:.

Fox2Code commented 2 years ago

Try mounting drive in winecfg, windows applications often only check drive letter, and since Z:\ is / and not /mnt/bigStorage/ the application will only see the disk space available in you system disk and not in you big storage disk.