AI Weekly Malaysia

Back to items Summaries

Microsoft probes reports of games taking exception to Windows 11's August update

ID
15974
Status
summarized
Published
20 Aug 2026, 7:03 PM
Fetched
20 Aug 2026, 7:25 PM
Provider
The Register
Category
technology
Original URL
https://www.theregister.com/os-platforms/2026/08/20/microsoft-probes-reports-of-games-taking-exception-to-windows-11s-august-update/5290214
Source URL
https://www.theregister.com/headlines.atom

Summary

Score
3.0
Created
20 Aug 2026, 7:28 PM
Tags
Audience
developers

What happened

Microsoft is investigating reports that Windows 11's August Patch Tuesday update (KB5121003, covering 421 CVEs including 236 for Windows) causes certain games—ARC Raiders, MARVEL Tōkon: Fighting Souls, and The Finals—to crash, freeze, or trigger PC restarts with EXCEPTION_ACCESS_VIOLATION errors. Users theorize tighter kernel handle validation may have exposed latent bugs in third-party drivers that Windows previously tolerated, though Microsoft has not confirmed this.

Why it matters

If you develop software with kernel drivers or low-level Windows components, this signals that Microsoft's ongoing kernel-hardening push (WHCP trust removal, Driver Quality Initiative) may break code that relied on previously tolerated driver behavior—worth testing your drivers against recent patches before deployment. For most builders not shipping Windows kernel drivers, no action is needed.

Discussion angle

The broader trend of Microsoft tightening kernel driver enforcement post-CrowdStrike—how this changes the risk calculus for anyone shipping low-level Windows software and whether tighter validation is worth the compatibility breakage.

Top