[Bug 50922] New: Wine can't see files/folders that have the access date later than the current date
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(a)winehq.org Reporter: leadrdrk(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50922 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> --- Please explain exactly what you are doing and which application you use to view the files. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50922 leadrdrk(a)zohomail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|6.5 |7.0-rc4 --- Comment #2 from leadrdrk(a)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. -- 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.
participants (1)
-
WineHQ Bugzilla