forked from wine-mirror/wine
-
Notifications
You must be signed in to change notification settings - Fork 10
legendary
Richard Yao edited this page Jul 23, 2020
·
4 revisions
If you setup your system wine to be wine-eac, it is fairly straightfoward to use legendary to install and run EAC games from the EGS.
For unknown reasons, legendary will try to launch games from "${HOME}/${HOME}/legendary on some systems. Games will fail to launch with an unrecognized game client error in the EAC logs. The following commands will work around this issue.
mkdir -p "${HOME}/home"
ln -s "${HOME}" "${HOME}/${HOME}"
Note that not every unrecognized game client
issue is caused by this issue.