http://bugs.winehq.org/show_bug.cgi?id=58920
Bug ID: 58920 Summary: FALCOM game installer fails (Application Data folder [symbolic link to AppData/Roaming] is not created) Product: Wine Version: 10.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: axis6404@proton.me Distribution: ---
The installer for FALCOM games fails. The cause is that “C:\Users[Username]\Application Data” is not created. “Application Data” is a symbolic link to AppData/Roaming and is automatically created by Windows.
Affected games: Gurumin: https://www.dlsite.com/soft/work/=/product_id/VJ004796.html The Legend of Heroes: Trails in the Sky SC: https://letters062018.livedoor.blog/archives/45762610.html
http://bugs.winehq.org/show_bug.cgi?id=58920
--- Comment #1 from axis6404@proton.me --- Resolve using the following commands: cd .wine/drive_c/users/[username]/ ln -s AppData/Roaming "Application Data"