https://bugs.winehq.org/show_bug.cgi?id=54626
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com Keywords| |regression
--- Comment #1 from Austin English austinenglish@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@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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.