https://bugs.winehq.org/show_bug.cgi?id=50922
Bug ID: 50922 Summary: Wine can't see files/folders that have the access date later than the current date Product: Wine Version: 6.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: leadrdrk@zohomail.com Distribution: ---
Changing the access date of a file or a directory to a date later than the current date (or later than January 1st 2039) will cause Wine to be unable to see that file/directory.
https://bugs.winehq.org/show_bug.cgi?id=50922
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- Please explain exactly what you are doing and which application you use to view the files.
https://bugs.winehq.org/show_bug.cgi?id=50922
leadrdrk@zohomail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|6.5 |7.0-rc4
--- Comment #2 from leadrdrk@zohomail.com --- For example, on Linux:
Create a file in a folder with the current date as the access date using the command: touch test.txt
If you use any program that could access files and folders (in this example I'll use the wine explorer), the file "test.txt" would show up correctly (as expected)
But if you create a file in a folder with the access date further in the future, using the command: touch -a -t 204401010000.00 test2.txt
... then "test2.txt" would not show up at all on wine explorer or any other programs. Applications that try to access the file will simply fail and think that it doesn't exist.
Additionally, it affects both files and folders, but it does not occur when the date is set backwards in time.