[Bug 51565] 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:38:20 CDT 2021


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

--- Comment #1 from iam at valdikss.org.ru ---
Created attachment 70411
  --> https://bugs.winehq.org/attachment.cgi?id=70411
FindFirstFile program

A very simple FindFirstFile() program which indicates the bug.

    mkdir testdir
    touch -a -d 'Fri, 06 Aug 2039 15:01:42 +0300' testdir
    ./find.exe

Result:

    FindFirstFile failed (2)

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