- Steam App
- vrOS (3873610)
- Event type
- patch note
- Published
- 15 May 2026 - 14:04:04 UTC
- Source
- steam_community_announcements
vrOS v1.0.4 Patch Notes Highlights First-launch font install no longer races between the desktop and VR processes — fixes the "Font install failed (os error 32)" tofu on first run. Compact dashboard logo now fills the bar with a 1px inset, world-swap keeps the new dash where you clicked, and the language picker + help dialog gained in-place hide shortcuts. New Features In-place hide shortcuts in the language flag dropdown and the help dialog. Each opens a confirm modal that reminds you the menu can be re-enabled from Accessibility settings. Translated across all 9 locales. Bug Fixes Fixed "Font install failed — failed to write font file (os error 32)" on first launch. The desktop window and VR child processes each spawned font-install jobs that raced on the same TTF; the loser hit ERROR_SHARING_VIOLATION and showed a red toast. Installs are now serialized with a session-named mutex, writ...