cammoore1 / DAI-proton-ge-custom

Compatibility tool for Steam Play based on Wine and additional components. For adding support for XInput / controllers to Dragon Age: Inquisition.
Other
15 stars 1 forks source link

EA App Crashes Immediately #1

Closed cammoore1 closed 1 month ago

cammoore1 commented 1 month ago

Users have reported the EA App crashing immediately. I am working on the issue, but do not own the game through Steam so debugging it will be difficult. Opening this issue for any users to comment on what is happening and to make it known that I am aware and working on the issue.

Most likely caused by some portion of the EA App calling the function that the workaround relies on: "AttachThreadInput" with a 0 value for the thread. Plan is to just add a check to make sure that only the Dragon Age Inquisition process can activate the workaround section.

cammoore1 commented 1 month ago

Seems to be resolved with v1.0.4. However, since I added a check for the process name, other languages may not work and should rely on an older version if possible. Otherwise, file an issue and we'll see if we can add support for any non-English version of the game should the process names differ.