[Bug 49539] IShellView displays incorrect file size for files >2GB

WineHQ Bugzilla wine-bugs at winehq.org
Thu Jul 9 05:41:55 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49539

Nikolay Sivov <bunglehead at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Nikolay Sivov <bunglehead at gmail.com> ---
Yes, I think it's mostly GetDetailsOf() fault. We still use _ILGetFileSize()
for sorting in shellview, but that's likely wrong in general.

On Windows it will be same overflow in PIDL item field, while GetDetailsOf()
returns correct string still. Another difference is that Explorer string does
not match what GetDetailsOf() returns, on Windows Explorer returns size in KB,
and GetDetailsOf() will show GBs.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list