Skip to content

Instantly share code, notes, and snippets.

@tcodes0
Last active May 7, 2023 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcodes0/df0634553778758a2a538689e1d86f5e to your computer and use it in GitHub Desktop.
Save tcodes0/df0634553778758a2a538689e1d86f5e to your computer and use it in GitHub Desktop.
Linux gaming

EA App

This app is needed for games on origin

How to do it

Install lutris the linux native game client

from lutris, install origin

it will prompt you to update, do everything

by the end of the process, origin will be replaced by EA App, but the lutris Origin launcher will be broken.

Proceed to install EA App from lutris by downloading the script.

This new EA App install also didn't work for me.

In lutris, go to games to find EA App

right click, configure.

Change Executable to the same file but under the Origin wine prefix.

  • Should be a folder on the same level as ea_app.
  • Go up some folders to see it

Change wine prefix to origin's folder

Save and attempt to relaunch, it might update itself or restart and crash, try a few times to reach the login screen form

@tcodes0
Copy link
Author

tcodes0 commented May 7, 2023

Dying light sound dead spot in middle

Not possible to hear someone speaking in front of your character. Game outputs 5.1 and interface is 5.1, but have 2 stereo speakers only. Solved by using pw-link to create pulse-audio links. Could be solved by configuring wine/proton to run stereo.

# pw-link -d # delete all links wine is creating

#pw-link DyingLightGame.exe:output_FL alsa_output.usb-Native_Instruments_Komplete_Audio_6_056E39FC-00.analog-stereo-out-ab:playback_FL
#pw-link DyingLightGame.exe:output_FR alsa_output.usb-Native_Instruments_Komplete_Audio_6_056E39FC-00.analog-stereo-out-ab:playback_FR
pw-link DyingLightGame.exe:output_FC alsa_output.usb-Native_Instruments_Komplete_Audio_6_056E39FC-00.analog-stereo-out-ab:playback_FL
pw-link DyingLightGame.exe:output_FC alsa_output.usb-Native_Instruments_Komplete_Audio_6_056E39FC-00.analog-stereo-out-ab:playback_FR
pw-link DyingLightGame.exe:output_RL alsa_output.usb-Native_Instruments_Komplete_Audio_6_056E39FC-00.analog-stereo-out-ab:playback_FL
pw-link DyingLightGame.exe:output_RR alsa_output.usb-Native_Instruments_Komplete_Audio_6_056E39FC-00.analog-stereo-out-ab:playback_FR
pw-link DyingLightGame.exe:output_LFE alsa_output.usb-Native_Instruments_Komplete_Audio_6_056E39FC-00.analog-stereo-out-ab:playback_FR
pw-link DyingLightGame.exe:output_LFE alsa_output.usb-Native_Instruments_Komplete_Audio_6_056E39FC-00.analog-stereo-out-ab:playback_FL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment