ValveSoftware / openvr

OpenVR SDK
http://steamvr.com
BSD 3-Clause "New" or "Revised" License
6.09k stars 1.28k forks source link

Can't open Binding UI - SteamVR 1.2.10 #1044

Open diman131193 opened 5 years ago

diman131193 commented 5 years ago

Hello! I can't open Binding UI - empty black screen. Unity 2018.3.5f1 SteamVR 1.2.10 (1548804153)

Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8998/dashboard/localization/bindingui_russian.json at LYNF.e.exports (libraries.js?v=ee7b937bfd83ffb7ab3b:36) at Rn+g.e.exports (libraries.js?v=ee7b937bfd83ffb7ab3b:41) at XMLHttpRequest.d.(:8998/dashboard/anonymous function) (http://localhost:8998/dashboard/libraries.js?v=ee7b937bfd83ffb7ab3b:56:29063)

kisak-valve commented 5 years ago

Previously mentioned at https://github.com/ValveSoftware/openvr/issues/961#issuecomment-446987375.

sergioberg commented 5 years ago

diman131193, as a temporary solution - switch the steam language to English.

diman131193 commented 5 years ago

@kisak-valve @sergioberg I use the english language interface.

glitch-crew commented 5 years ago

@diman131193 Go to your SteamVR folder\resources\webinterface\dashboard\localization, duplicate bindingui_english.json, vrmonitor_english.json and webhelper_english.json and rename them to bindingui_russian.json, vrmonitor_russian.json and webhelper_russian.json accordingly.

diman131193 commented 5 years ago

@glitch-crew Thanks!!! It solved my problem.