A recent Windows 11 update has introduced a regression in the legacy DirectShow framework, breaking video playback in some classic PC games. The issue, revealed by GOG’s publishing technical manager Micha? Obuchowski in an interview with RPG Site, means that in-game cutscenes and other video content may fail to play properly on up-to-date Windows 11 systems. The news comes as GOG’s preservation team battles a host of compatibility challenges, from deprecated DirectPlay components to old DRM schemes, all while Microsoft prepares a major overhaul of how Windows handles administrator permissions.
A DirectShow regression is stopping old games from playing cutscenes
According to Obuchowski, “DirectShow suffered a regression in newer Windows 11 builds, causing some classic game videos to break in spectacular ways.” DirectShow is a multimedia framework first introduced in Windows 95 and used extensively in games from the late 1990s and early 2000s for cutscenes, intro videos, and other media. Microsoft has been gradually phasing out older components, and while it’s unclear exactly which update introduced the bug, the breakage appears to affect multiple titles. GOG, which runs a dedicated Preservation Program to keep classic games running on modern machines, has likely been fielding bug reports from users who suddenly find their games unable to play videos.
The exact scope of the damage isn’t detailed. Obuchowski did not name specific games or KB numbers, and GOG hasn’t published a public list of affected titles yet. However, his comments suggest that any game relying on DirectShow for video could be at risk, particularly if it hasn’t been recently updated by a publisher or a community patch. For GOG’s team, fixing these issues often means writing new compatibility shims, replacing DLLs, or patching the game’s video handling code — work that is rarely straightforward.
Administrator Protection is about to make things worse for legacy installers
The DirectShow bug is just one of several headaches GOG faces. Microsoft’s upcoming Administrator Protection feature, currently in preview, overhauls the User Account Control (UAC) system that Windows has used since Vista. Instead of simply clicking “Yes” to grant an application admin rights, users will soon need to authenticate with Windows Hello. Behind the scenes, Windows will spin up a hidden, temporary admin account and issue a short-lived token to the app.
“It’s a reasonable security move,” Obuchowski said, “but for us it changes how a game asks for the permissions it needs.” Many classic games were built with the assumption that if you’re an administrator, your privileges are always active and consistent. Under the new model, elevated applications don’t share the normal user profile, single sign-on credentials, network-drive access, or per-user application settings in the usual way. That means an installer or launcher written in 1998 might store configuration data in a location that becomes invisible to the game once it launches with a different security context.
Microsoft’s own documentation acknowledges that some apps will need updates to work correctly with Administrator Protection. For modern software, that’s a relatively simple engineering task. For a game whose original developer no longer exists, it becomes a preservation nightmare. GOG’s team will likely need to post-patch these games to redirect file access, modify how they request elevation, or strip out the need for admin rights altogether.
What this means for your retro game collection
If you’re a casual player who occasionally fires up an old favorite, the DirectShow regression might catch you by surprise. Imagine launching Resident Evil 3: Nemesis (the original, not the remake) and seeing a black screen instead of the iconic FMV intro. Or firing up a classic adventure game only to find that the story-driving cutscenes are mute or garbled. The problem isn’t hypothetical — GOG’s preservation team has already been fixing such issues for years, and this new Windows 11 snag just adds to their workload.
For GOG customers using titles from the store’s Preservation Program, the situation is less dire. GOG actively maintains many of these games, and when a Windows update breaks something, they often release a compatibility patch. But even GOG can’t test every game against every Windows Insider build, so some titles might temporarily lose video functionality until a fix is rolled out. If you own classic games from other storefronts or those you installed from original discs, you’re largely on your own unless a community mod steps in.
The Administrator Protection change is still in preview, meaning it hasn’t hit the general public yet. However, if you’re a Windows Insider running beta builds, you might already be encountering issues with older games that require admin rights — particularly installers, launchers, and early-2000s titles that foolishly assumed they’d always run as administrator. When the feature goes mainstream, expect a wave of breakage for unsupported classics. GOG and other preservation-minded developers will likely race to get ahead of it, but there will be gaps.
How we got here: Windows’ tricky dance with legacy support
Microsoft has always faced a delicate balancing act between security, modernization, and backwards compatibility. Windows continues to support software written decades ago, but the cost is constant engineering effort and a sprawling attack surface. In recent years, the Redmond company has accelerated the retirement of legacy subsystems: DirectPlay was deprecated long ago, 16-bit support vanished in 64-bit builds, and various multimedia APIs have been trimmed.
The DirectShow framework is a prime example. It provided a unified way to handle audio and video streaming, but its architecture dates back to the old Component Object Model (COM) and doesn’t always play nicely with modern graphics and security stacks. Microsoft hasn’t explicitly said it’s killing DirectShow, but regressions like this one suggest that the code isn’t being actively tested or maintained. When a newer Windows 11 build changes something deep in the media pipeline — perhaps to patch a security hole or improve performance — decades-old assumptions in DirectShow-based games can break.
The Administrator Protection overhaul is the latest salvo in Microsoft’s security blitz. The company introduced Virtualization-Based Security (VBS) and Hypervisor-Protected Code Integrity (HVCI) in recent Windows 11 releases to lock down kernel access. Administrator Protection builds on that by ensuring that no process has standing admin rights; even if you’re logged in as an administrator, you’re effectively a standard user until you explicitly approve an elevation request via Windows Hello. This drastically limits what malware can do, but it also shatters the illusion that an administrator account is all-powerful — an illusion many legacy games rely upon.
GOG’s Preservation Program, launched in November 2024, was created to tackle precisely these challenges. The company keeps a curated list of classic games in a playable state by integrating patches, compatibility wrappers, and ongoing testing. As Obuchowski notes, the biggest hurdle is often not the game itself but the outdated copy protection or DRM systems that publishers left behind. In many cases, GOG must strip out that DRM entirely, which is why its versions often include the original music and videos while other re-releases fall short.
What to do right now if your classic games are breaking
- Check for updated builds. If you bought a game from GOG or Steam, log into your library and see if there’s a newer version available. GOG often pushes silent updates to its Preservation Program titles without much fanfare.
- Use community patches. For unsupported games, search for fan-made fixes on sites like PCGamingWiki. The community has created compatibility wrappers for many DirectShow issues, and some modders specialize in fixing broken cutscenes.
- Archive a working installation. If you have a classic game that runs perfectly on your current setup, make a full copy of its installation folder and store it somewhere safe. Future Windows updates could alter system files that the game depends on.
- Avoid Windows Insider builds if you rely on legacy games. Preview releases are more likely to include unfinished changes that break compatibility. Stick to the stable channel.
- Monitor GOG’s forums and blog. The preservation team often posts about known regressions and workarounds. They’re likely to document affected DirectShow titles once the root cause is clearer.
- For Administrator Protection preview users: If an old game’s installer or launcher fails due to permission issues, try running it from an elevated command prompt or PowerShell window. Right-click the executable and select “Run as administrator” — this still works in the current preview, though your experience may vary. Be aware that settings or saves stored in the user profile might not be visible to the elevated process, so you may need to copy configuration files manually.
If you’re part of an IT team managing legacy business apps, the Administrator Protection change demands more structured planning. Audit software that requests admin rights, and test them on a Windows 11 Insider preview machine. Microsoft’s Tech Community blog offers detailed guidance on how the new system works and what APIs developers need to target.
Outlook: More breakage ahead, but preservation will adapt
The DirectShow regression is a stark reminder that Windows’ march forward will continue to trample legacy code. Microsoft is unlikely to revert the changes — instead, it will push developers (and preservationists) to modernize. Expect more such regressions as older components like DirectPlay, legacy audio APIs, and even certain DirectX versions fall out of active maintenance.
On the other hand, GOG’s preservation model provides a safety net. The platform has proven remarkably agile at patching decades-old binaries, and its DRM-free philosophy makes long-term archiving easier for users. As Obuchowski put it, “every time a piece of Windows gets retired, something from 1998 can stop booting.” But every time that happens, passionate engineers and a determined community find a way to prop it up again — often with tools Microsoft never imagined.
For now, the best defense for retro gamers is a mix of vigilance and digital hoarding. Keep your installers, back up your save files, and stay tuned to preservation-focused outlets. The Windows 11 team isn’t slowing down, and neither should your backup strategy.