Fix WARDOGS Anti-Cheat Error in 60 Seconds

Learn how to fix the WARDOGS anti-cheat error quickly by stopping conflicting services, repairing Elitra, and verifying game files.

By Central
Highlights
  • The anti-cheat error occurs when another kernel-level anti-cheat service, like Riot Vanguard, is already running on your system.
  • Ending conflicting anti-cheat processes in Task Manager and restarting your PC resolves the issue for most players.
  • If the error persists, repairing Elitra anti-cheat via ElitraSetup.exe or verifying game files through Steam can fix corrupted installations.

The thing designed to protect you is causing your game to refuse to launch. That’s WARDOGS’ anti-cheat error for you. Your PC has one anti-cheat service running, and it’s literally blocking the game’s own anti-cheat from connecting. Maddening, right? But the fix is simple, and you don’t need to dig through registry files or reinstall Windows.

The error — “The anti-cheat service refused the game executable” — happens when another anti-cheat service is already running on your system. WARDOGS uses Elitra anti-cheat (the game’s launcher calls it). If you’ve got Riot Vanguard (from Valorant or League of Legends), Ricochet (Call of Duty), or any other kernel-level anti-cheat active, they conflict. The game’s launcher sees another anti-cheat occupying the same space and nopes out.

Step 1: Kill Conflicting Anti-Cheat Software

This is the fix that works for most people. Don’t skip it.

Look at your system tray — that little arrow near the clock on the bottom-right of your screen. Click it. You’ll likely see a few icons hiding there.

Riot Vanguard is the most common culprit. Right-click its icon, select Exit Vanguard. Do the same for any other anti-cheat icons you spot — Ricochet, BattlEye, EAC (Easy Anti-Cheat), or whatever else is hanging out.

But killing the tray icon isn’t always enough. Sometimes the service itself keeps running. Open Task Manager (Ctrl+Shift+Esc), go to the Processes tab, and look for anything named “Vanguard,” “RiotClient,” “BEService,” or similar. Right-click and End task on each one.

Still seeing it? Check the Services tab. Sort by name, find services like “VanguardArsenal,” “EasyAntiCheat,” or “BattlEye Service.” Right-click and Stop.

Step 2: Restart Your PC

This isn’t filler. Some anti-cheat services don’t fully release their hooks until Windows reboots. After you’ve closed everything, restart your computer completely.

Do not just shut down and turn it back on — use the Restart option. That flushes the kernel-level drivers properly.

Step 3: Launch WARDOGS Again

Open Steam. Run it as administrator (right-click the Steam shortcut, select Run as administrator). Navigate to your library, click Play on WARDOGS.

If the error is gone, you’re done. If not, move to the next step.

Step 4: Repair Elitra Anti-Cheat (If Needed)

Sometimes the anti-cheat installation itself gets corrupted. Here’s how to fix it:

  1. In your Steam library, right-click WARDOGS, select Manage > Browse local files.
  2. Find the Elitra folder inside the game’s installation directory.
  3. Double-click the ElitraSetup.exe file. Run it as administrator (right-click > Run as administrator).
  4. Click Repair. Let it finish.
  5. Restart your PC again, then launch the game.

If repair doesn’t work, you can uninstall and reinstall Elitra from that same setup file. Click Uninstall, then run the setup again and click Install.

Step 5: Verify Game Files Through Steam

Corrupted game files can trigger the same error. In Steam, right-click WARDOGS, go to Properties > Installed Files, and click Verify integrity of game files. Steam will scan and replace anything broken. Restart Steam afterward.

Step 6: Disable Windows Memory Integrity (If You Have BSODs)

If you’re seeing blue screens along with the anti-cheat error (especially the SYSTEM_THREAD_EXCEPTION_NOT_HANDLED or KMODE_EXCEPTION), memory integrity in Windows Security might be the problem.

Type Core Isolation in the Windows search bar. Open it, toggle Memory integrity to Off. Restart your PC.

This is a security feature, so you’ll want to turn it back on after you’re done gaming. But for now, it’s a known culprit with kernel-level anti-cheat conflicts.

Step 7: Check for Windows Insider Builds

Running a Windows Insider Preview build? That’s a known trigger for authentication errors in WARDOGS (error codes WD-L014, WD-L020, and the anti-cheat refused executable). The game’s anti-cheat doesn’t play nice with the newest, unreleased Windows builds.

Open Run (Win+R), type winver, and check your build number. If it ends with .xxxx or says “Insider Preview,” you need to opt out.

Go to Settings > Windows Update > Windows Insider Program. Click Stop getting preview builds. If the option isn’t available (because your build is newer than the stable release), you’ll need to back up your files and reinstall the stable version of Windows 11 24H2 using the Media Creation Tool.

Step 8: Dig Deeper — Check Event Viewer

If nothing above works, the conflict might be with a different driver — not another anti-cheat, but something like RGB control software. Open Event Viewer (type it in the search bar), go to Windows Logs > System. Look for a red error icon timestamped right when your crash happened. The culprit is usually listed under “Faulting module” or “Source.”

Common troublemakers: inputx64.sys (from Razer or other RGB apps), Corsair’s iCUE, or MSI Afterburner. You can disable the service using Command Prompt as admin with these commands:

“`

sc stop inputx64

sc config inputx64 start= disabled

“`

Replace “inputx64” with whatever driver your event log points to. Then restart.


Here’s the thing most people miss: the anti-cheat conflict isn’t always obvious. You might not even know you have another anti-cheat running. Riot Vanguard installs silently alongside Valorant or League of Legends and stays active even when those games are closed. Some motherboard utilities bundle anti-cheat components. If you’ve ever played a game with kernel-level anti-cheat, it might have left a service behind.

The fix is about knowing what’s running on your machine. That’s the real lesson — not how to tweak one setting, but how to take control of your system’s background processes. Once you do, WARDOGS will launch without a fight.

Share This Article