Open Argent77 opened 6 years ago
Yes, there appears to be a number of remaining uses of unix_stat that could potentially fail on large files. I'll try to look it over during the week.
Just a note: 64-bit binaries appear to work correctly with files > 1GB using unix_stat. However, 32-bit binaries do not (except on macOS).
Both
GET_FILE_ARRAY
andGET_DIRECTORY_ARRAY
are causing mod installations to fail when they encounter files of size >= 1 GB in their search path.Example:
Size of
sod-dlc.zip
is about 1.8 GB.