A Game That Will Not Launch: The Order to Check Things
Nothing happens when you press play. Anti-cheat, overlays, permissions and corrupted files, in the order that finds the cause fastest.
The short answer
A game that does nothing when launched is most often blocked by anti-cheat failing to start, an overlay conflicting at injection, or missing runtime components. Checking Task Manager for a process that starts and immediately exits distinguishes a launch failure from a silent crash. Verifying game files and disabling overlays resolves the majority of cases without reinstalling anything.
Verified and last updated August 12, 2026.
- Time needed
- 15 min
- Difficulty
- Beginner
- Read time
- 3 min
You press play. The launcher says the game is running for four seconds. Then nothing.
No error, no crash dialog, no log. This is a distinct category of problem from a game that crashes, and the diagnostic path is different.
No error means it failed before the game started
Games display errors using their own code. A failure with no message happened before that code loaded, which points at anti-cheat, overlays or runtimes rather than at the game itself.
Step 1: Watch Task Manager while launching
Observe the process 2 minutes
Open Task Manager, go to the Details tab, and sort by name. Launch the game and watch. Note whether the executable appears at all, and if it does, how long it survives.
That last case is worth knowing. A process that keeps running with no visible window is often trying to render to a display that no longer exists, common after unplugging a second monitor. Most games store a windowed mode option in a config file you can edit.
Step 2: Disable every overlay
Overlays inject into the game process at startup. Two doing so at once can prevent launch.
Disable all of these, then test:
- Discord overlay, in user settings
- Steam overlay, per-game in properties
- Graphics driver overlay, in the driver control panel
- Recording and capture software
- Peripheral software with in-game displays
- Performance monitoring overlays
Re-enable one at a time afterwards to find the culprit. It is usually the one you added most recently.
Step 3: Verify game files
Every major launcher has this. It compares your installed files against the manifest and re-downloads anything wrong.
A single corrupted file can prevent startup with no message at all, and verification takes minutes where a reinstall takes hours. Do this before considering a reinstall.
Step 4: Repair anti-cheat separately
Anti-cheat runs as a system service installed alongside the game, and it fails independently of the game files. Verification does not fix it.
Reinstall the anti-cheat service 5 minutes
Open the game's installation directory and look for a subfolder named after the anti-cheat provider. Inside there is usually a separate installer with a repair or install option. Run it as administrator, then relaunch the game.
Also check that your security software has not quarantined it. Anti-cheat behaves like the software it defends against, and false positives are routine.
Runtimes
Missing runtime components produce silent launch failures on fresh Windows installations. The relevant ones ship inside the game's directory, usually in a folder named for redistributables, and can be installed manually.
This is worth checking specifically if the game is the first one you have run on a new Windows install.
What works
What doesn't
Key takeaways
Frequently asked questions
Why is there no error message?
Because the failure usually happens before the game's own error handling initialises. Anti-cheat refusing to start, a missing runtime library or an overlay conflict all occur during process startup, at which point nothing exists to display a message. The absence of an error is itself information: it points at startup rather than at the game.
Do I need to reinstall?
Almost never, and it should be the last thing you try rather than the first. Verifying files achieves the same repair for corrupted data in a fraction of the time, and the common causes such as overlay conflicts and anti-cheat failures survive a reinstall unchanged. People reinstall because it feels productive.
Why do overlays break games?
Because they work by injecting code into the game process at startup, and multiple overlays injecting simultaneously can conflict in ways that prevent the process from continuing. Discord, Steam, the graphics driver overlay and recording software all do this. Disabling all of them and re-enabling one at a time identifies the culprit.
What is anti-cheat doing at launch?
It installs and runs as a separate system service that must start before the game does. When that service is corrupted, blocked by security software or failed to install, the game exits immediately with no message. Most games ship a separate anti-cheat installer in their directory for exactly this repair.
About the author
PC Hardware & Performance Editor
Marcus has been building, breaking and repairing gaming PCs since 2011, first as a weekend favour for friends and then for eight years as a bench technician at an independent repair shop in Portland, where roughly a third of the job was diagnosing machines that "ran fine yesterday".
Found something wrong? Games patch and fixes go stale. If a step here no longer works, tell us at hello@spyld.com and we will retest it. Read how we test and our editorial policy.