[Bug 51565] New: Wine filesystem access time year 2038 problem: functions return ERROR_FILE_NOT_FOUND, STATUS_UNSUCCESSFUL

WineHQ Bugzilla wine-bugs at winehq.org
Fri Aug 6 08:32:38 CDT 2021


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

            Bug ID: 51565
           Summary: Wine filesystem access time year 2038 problem:
                    functions return ERROR_FILE_NOT_FOUND,
                    STATUS_UNSUCCESSFUL
           Product: Wine
           Version: 6.13
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ntdll
          Assignee: wine-bugs at winehq.org
          Reporter: iam at valdikss.org.ru
      Distribution: ---

Wine does not handle directories and files with access time past year 2038. The
functions like FindFirstFileA return ERROR_FILE_NOT_FOUND upon accessing the
directory for example.

How to reproduce:

    mkdir testdir
    touch -a -d 'Fri, 06 Aug 2039 15:01:42 +0300' testdir
    wine cmd.exe /C "dir testdir"


Result:

    0104:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
    Volume in drive Z has no label.
    Volume Serial Number is adda-a790

    Directory of Z:\home\valdikss\temp\testdir

    File not found.

-- 
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