Skip to main content

Release notes

Videorc 0.9.80 Alpha 1

If you installed the 0.9.79 pilot, Studio could fail to finish loading before you did anything at all. A diagnostic value that is simply absent while idle was being sent as an empty value, and the app's own safety check rejected it and stopped the load. Update to 0.9.80 — this is the only change.

This release is not currently available for public download.

All releases

Fixes Studio failing to load on 0.9.79

  • Studio loads normally again after the 0.9.79 pilot, which could stall on startup before any recording began.

Fixed

  • Studio startup could stall on 0.9.79. Three encoder queue-age diagnostics added in 0.9.79 were declared optional but serialized as null when unobserved, which is every value in the first idle payload. The renderer validates diagnostics during bootstrap and treats null as invalid for a numeric field, so the initial load was rejected before any recording started. The values are now omitted when absent, and current, high-water and last-progress ages are each validated as finite, non-negative integers when present.

Known limitations on Windows

Unchanged from 0.9.79: this pilot was not verified on physical Windows hardware, and Windows DirectShow still lacks the native microphone source-loss monitor, so a clean end-of-stream raises no microphone-input-lost warning and a fatal driver error can still end the capture process.