r57zone / OpenVR-ArduinoHMD

OpenVR driver for Arduino DIY HMD / OpenVR самодельного Arduino шлема

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Headset Window not showing

r57zone opened this issue · comments

Headset Window is no longer showing after the update SteamVR
ValveSoftware/openvr#1780

As a temporary solution, you can use an old version of SteamVR.

  1. Uninstall the current SteamVR.
  2. Unzip this file to C:\Program Files\SteamVR.
  3. Run "vrstartup.exe".

restarting the VRCompositor seems to help and the window won't vanish afterwards!

open windows powershell and paste this one-liner:
get-process vrcompositor | stop-process -Force;cd "C:\Program Files (x86)\Steam\steamapps\common\SteamVR\bin\win64";.\vrcompositor.exe