https://bugs.winehq.org/show_bug.cgi?id=51565
--- Comment #3 from iam@valdikss.org.ru --- KDE's archive manager Ark incorrectly uses newer versions of libzip, which results in totally incorrect access times for files and folders upon unpacking .zip archives. https://bugs.kde.org/show_bug.cgi?id=424740
This is how I spotted the bug:
1. Downloaded a small freeware game in .zip archive 2. Unpacked it with Ark, the access time was year 2446 3. Tried to run the game, it hangs silently 4. Tried to copy the game directory with `cp -r`, the game works, since cp changes access time
Took almost an hour to debug this magic.