Videorc Daily: The Windows Alpha Gauntlet

Six straight attempts to cut the first Windows Alpha release each hit a different blocker, and the team fixed them one by one — from a stale FFmpeg pin to signing verification — finally landing a signed candidate. A separate high-severity dependency patch also went in to unblock every open pull request.

Duration: PT2M28S

Episode overview

This episode is a short developer briefing from Videorc Daily.

It explains recent repository work in plain language.

  • Show: Videorc Daily
  • Published: 2026-08-11T11:00:26Z
  • Audio duration: PT2M28S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning. It's August 11th, 2026, and this is Videorc Daily.

The story today is a single release, told in six failures. The Windows Alpha candidate build has never succeeded until now, and the last few days were a chain of fixing exactly one blocker per attempt.

It started with infrastructure: PR 189 found that every Windows build was failing because a pinned FFmpeg autobuild had aged out upstream — BtbN only keeps daily builds for about two weeks. That got re-pinned to a month-end build that survives for years. Attempt two then hit a mismatched Clippy configuration — PR…

Attempt four is where it got interesting. PR 194 found that NSIS packaging quietly copies an extra file — the UAC helper, elevate-dot-exe — into the build tree after the staging manifest was already hashed, tripping the file-count integrity check that exists specifically to stop a signing job from signing bytes…

Attempt five actually reached Azure Trusted Signing and signed the installer — a milestone — but then failed validation with an empty signature status. PR 195 traced that to PowerShell swallowing a failed signature read silently. It now fails loudly and uses the same PowerShell interpreter the signing…

Alo…

Nearby episodes from Videorc Daily

  1. Linux Gets a Real Build Target
  2. D3D11 Guardrails for High-Res Output
  3. Windows Stability Push Ships in 0.9.51
  4. The Windows Release Pipeline Fights Back
  5. Twitch Connect Actually Connects
  6. Weekly Recap - Untangling Sign-In: Three Fixes to Get Twitch Working
  7. Twitch and YouTube Sign-In, Actually Fixed
  8. Windows Recording Fix and a Dependency Pin Locked Down Twice