your anticheat bluescreens my PC after a RAM upgrade. kernel dump proof inside
been playing this game since launch. almost a year now. career mode nearly every evening, zero problems. then two days ago I install a second RAM stick, 32 to 64 GB, and suddenly my laptop DIES 6 or 7 minutes into every single match. black screen, hold the power button 15 seconds, the whole circus. every session since.
and before anyone says bad RAM bro, no. I tested it properly. Forza Horizon 6 runs 22 minutes straight at way heavier load, 171W on the GPU and 12 GB of VRAM, not a single hiccup. FC 26 barely uses half of that and it kills the entire machine. heavy AI video rendering on the same machine, also perfectly clean. ONLY this game crashes my PC.
so I stopped guessing and set a trap. enabled Windows Driver Verifier on eaanticheat.sys and xinputhid.sys and launched the game. INSTANT bluescreen. and guess whose name is written in the kernel dump
APC_INDEX_MISMATCH (0x1)
PROCESS_NAME: EAAntiCheat.GameService.exe
FAILURE_BUCKET_ID: 0x1_VRF_SysCallNum_33_nt!KiSystemServiceExitPico
eaanticheat.sys build date Aug 21 2026
translation for the non kernel people. your anticheat driver exits a system call with the kernel APC counter left at minus 1. that is a straight up code bug in YOUR driver. it silently corrupts kernel state and minutes later whatever driver touches it next explodes. that is exactly why my earlier crashes looked random, one day 0x10D WDF_VIOLATION in xinputhid which is the xbox controller driver, next day 0x139 KERNEL_SECURITY_CHECK_FAILURE. different codes every time. classic delayed corruption.
my specs. Core Ultra 9 275HX, RTX 5080 laptop, 64 GB DDR5 6400 dual channel, Windows 11 build 26200, Secure Boot ON exactly like you demand.
I almost RMAd 400 dollars of perfectly healthy RAM because of your driver. I have the full 3.2 GB kernel MEMORY.DMP and the complete analyze output sitting here ready to hand over. EA please forward this to the Javelin anticheat team and fix it. a football game has no business taking down an entire operating system