Game doesn't launch - EA Javelin error 95
After starting the game, launcher displays error (translated from Polish) which reads:
Ea Javelin Anticheat has detected an unacceptable configuration. Make sure that no software related to cheating or falsification is running, and restart the game. (95).
And at the top of the splash window - but only sometimes - displays error (in English):
"Game could not start administrator access is required"
And sometimes splash screen disappears, and shows error message:
"Please launch the game from your distribution platform. If the issue persists, please repair your game and try again"
In Windows Event Viewer I have those in System:
The EAAntiCheatService service terminated with the following error:
%%4294901855
File System Filter 'EAAntiCheat' (Version 10.0, 2025-07-28T21:40:07.000000000Z) unloaded successfully.
Application pop-up: Security Violation :
EA Javelin Anticheat wykrył niedopuszczalną konfigurację. Sprawdź, czy nie działa żadne oprogramowanie wykorzystywane do oszustw czy manipulacji i uruchom grę ponownie. (95)
File System Filter 'EAAntiCheat' (10.0, 2025-07-28T21:40:07.000000000Z) has successfully loaded and registered with Filter Manager.
And this message in Application Events:
The description for Event ID 1 from source Application cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
EAAntiCheatService
ExitType: 95 (3)
The message resource is present but the message was not found in the message table
With this variation:
EAAntiCheatService
Game could not start, administrator access is required.
Things I tried:
- Updated Radeon drivers to newest possible (25.8.1)
- Run Windows in safe mode with network accessibility
- Disabled both firewall and Windows Defender
- Set Exploit Protection for both .exe files and set everything off
- Removed every process running in the background except System ones
- Stopped every possible service in services.msc that isn't used by Windows System
- Refreshed certificates for both .exe files
- Updated to everything newest using Windows Update
- Created new user profile in the windows Administrator group
- Reinstalled anticheat using EAAntiCheat.Installer.exe
- Set both .exe files to run in administrator mode
- Tried setting both .exe to run in compatibility mode
- Obviously have TPM 2.0 and SecureBoot enabled (prerequisites)
- Updated BIOS
- Disconnected every possible device, except mouse and speakers from PC
- Launched steam with administrator privileges
- Launched game using both Steam and EA app
- Disabled multiple devices in Device Manager
I know I have at least 1 program flagged by JavelinAntiCheat - DS4Windows - but I removed it's driver and kept it disabled all the time, so this isn't the culprit.
I am at a loss here. I was looking forward to the game, but since I cant even run the beta, the full game wont work either...
I am adding some more data in attachments. Devices.txt are all devices available in DeviceManager. txt. Processes.txt are all process running in the background (though I have been disabling them for the tests)
Thanks for any help.
I have found the solution just now. This is for error 95(3) - for me it was a problem with administrator access and some windows registry stuff.
Do it at your own risk - these commands are removing lines in the registry.
To fix I called all powershell commands in administrator mode:- reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f
- reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f
- reg delete "HKCU\Software\Policies" /f
- reg delete "HKLM\Software\Microsoft\Policies" /f
- reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f
- reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f
- reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f
- reg delete "HKLM\Software\Policies" /f
- reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f
- reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f
- reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f
- Reboot your system. <---skip this and it does not work