https://bugs.winehq.org/show_bug.cgi?id=54626 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com Keywords| |regression --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- Looking at bug 15480, this is likely a regression (from sometime after 1.7.14). Reading through the bug, the workaround seemed to be making the directory '$WINEPREFIX/drive_c/$USER/Recent'. In older wine, that directory is created by wineboot. Newer wine doesn't seem to create it. I bisected for that change, which was introduced by: commit 4111801ab317529c3e24c39a6a97e7043438231a Author: Andrew Eikum <aeikum(a)codeweavers.com> Date: Thu May 27 13:37:17 2021 -0500 shell32: Use winvista+ AppData paths. Katamari Damacy Reroll makes an assumption that the LocalAppData folder is a sibling of the LocalAppDataLow folder. Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> However, I don't have MS Office 2010, so I can't verify that this is the commit that triggered this particular issue, but it looks related. -- 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.