Question EA App shutting down in 15-25 minutes due to windows service manager disabling it. How to stop it from happening?

JinxTheWorld

Reputable
Jan 10, 2021
69
9
4,545
I'm at a loss, so can anyone help?

To be more accurate it's background service (EABackgroundService) is getting disabled by windows Service Control Manager. This was discovered by going through Event Viewer, and more accurately [event ID: 7040]. Usually followed by [Event ID: 10016].

Behavior: Playing game perfectly fine with no issues whatsoever and my game just closes as if i hit Alt+F4, which obviously had me super confused to no end. Mostly because this does not leave a crash report or anything to make one know that it was the game or app.

My hardware is 7900X, 64gb DDR5 6000mhz, 4090, and WD SN850X NVME. On windows 11.

Things i have done:
1. Updated BIOS to latest stable version

2. Updated all drivers and windows itself

3. Changed EABackgroundService from disabled to manual/automatic via Windows Service Control Manager which it reverts back to disabled... because it can apparently. Even after a restart when changed.

4. Went into registry and changed "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\NoInteractiveServices from value 1 to 0" Because apparently it was also something that could be effecting it. Spoiler... didn't work.

5. Repaired game, app, and cleared app cache.

6. Have completely uninstalled the game and app (along with the registry) and then reinstalled. Still didn't help and app still closes within 15-25 minutes of playtime.

7. Turned off all overlays

8. Ran game and app as admin

9. Denied permissions by system to touch the EAbackgroundService (Reason is because in [Event ID: 7040} it showed that SYSTEM was responsible). Still didn't work because why would it.

10. Whitelisted the service through windows firewall.

Honestly i am just lost at this point and cannot find any other potential cause. The EA App is the only thing that does this.
 

KingLoki

Upstanding
Jul 10, 2024
443
70
270
Anti-virus software may be automatically disabling it, working with windows protection. May be interpreted as untrusted or malicious, even though it may not be.
 
Last edited:

JinxTheWorld

Reputable
Jan 10, 2021
69
9
4,545
Anti-virus software may be automatically disabling it, working with windows protection. May be interpreted as untrusted or malicious, even though it may not be.
I am just using windows protection, anti-virus, and firewall. No third party security apps are being used. All EA app services are allowed through the firewall (both private and public), so not sure where else i can check to see if anything is on a "block list". I may have missed something, but google didn't bring up anything else that would be of any help in this regard.
 

KingLoki

Upstanding
Jul 10, 2024
443
70
270
1. When it's running in Task Manager, try giving the background app and game if needed a higher priority in the list.
This is done by going into the Task Manager while the app and game if needed is running. Then click on the "Details" tab. Find the app in the list and right-click on it and set the priority to a Higher setting. "Highest" is ok to test.
**Note: Do Not use "Realtime" setting !!!
**Don't reboot after changing priority, as it is not permanent. A reboot reverts setting back to default**

It's for testing purposes just for now to see if the problem persists, but can be made permanent using a third-party app if needed.

2. Although you have mentioned it, right-click on the EA background app in the main EA folder in File Explorer and tick the "Run as Administrator" and reboot pc.

3. Another thing is to make the background app run at startup. You can use "Autorunsx64" as Administrator. Find the app and tick it to autorun on startup. Reboot pc.
https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns

Check back to advise pls. Cheers.
 
Last edited:

JinxTheWorld

Reputable
Jan 10, 2021
69
9
4,545
1. When it's running in Task Manager, try giving the background app and game if needed a higher priority in the list.
This is done by going into the Task Manager while the app and game if needed is running. Then click on the "Details" tab. Find the app in the list and right-click on it and set the priority to a Higher setting. "Highest" is ok to test.
**Note: Do Not use "Realtime" setting !!!
**Don't reboot after changing priority, as it is not permanent. A reboot reverts setting back to default**

It's for testing purposes just for now to see if the problem persists, but can be made permanent using a third-party app if needed.

2. Although you have mentioned it, right-click on the EA background app in the main EA folder in File Explorer and tick the "Run as Administrator" and reboot pc.

3. Another thing is to make the background app run at startup. You can use "Autorunsx64" as Administrator. Find the app and tick it to autorun on startup. Reboot pc.
https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns

Check back to advise pls. Cheers.
I tried:
[1.] by itself - didn't work
I tried [2.] along with [1.] - didn't work
I tried [3.] along with [1.] - didn't work but this one lasted the longest at 27 minutes before getting disabled
Then just [3.] by itself - didn't work

This is quite the stubborn one haha. Anything else comes to mind at what might work?