https://bugs.winehq.org/show_bug.cgi?id=58058
Bug ID: 58058 Summary: File sizes larger than 4 GiB are not correct in file browser Product: Wine Version: 10.4 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Created attachment 78310 --> https://bugs.winehq.org/attachment.cgi?id=78310 Screenshot
The size of files that are larger than 4 GiB is not displayed correctly in Wine file browser windows. For example, in the attached screenshot, ubuntu-24.04.2-desktop-amd64.iso is about 6 GiB in size, but Wine says that it is about 2 GiB. Clearly the file size is being stored as a 32-bit value and overflowing.
https://bugs.winehq.org/show_bug.cgi?id=58058
--- Comment #1 from Alex Henrie alexhenrie24@gmail.com --- Patch sent: https://gitlab.winehq.org/wine/wine/-/merge_requests/7746