Skip to content
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.

Troubleshooting

unrecognized game client

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.

Clone this wiki locally