openvr icon indicating copy to clipboard operation
openvr copied to clipboard

After testing SteamVR 2.x with production app branch, and reverting back to 1.x controller binding is broken

Open wirelessdreamer opened this issue 7 years ago • 4 comments

The machine we did the test upgrade on now displays:

image

The other test machine we're testing the same code on, when we click on controller binding, doesn't bring up the binding interface at all.

wirelessdreamer avatar Dec 23 '18 20:12 wirelessdreamer

I can add that this is a pretty serious bug, any customer trying our beta will not be able to move back to stable

AndersMalmgren avatar Dec 26 '18 21:12 AndersMalmgren

Thanks, this has been driving me crazy for the past day. is there a manual workaround i can use for now? I was getting ready for a new major release when I tried to upgrade this, and it has my release blocked now. Thanks

wirelessdreamer avatar Dec 26 '18 22:12 wirelessdreamer

For now the workaround is unfortunately a bit complicated:

Find the steamvr.vrsettings file in your steam config folder. Generally in: C:\Program Files (x86)\Steam\config\steamvr.vrsettings

Remove the entry for your application. Example:

   "steam.app.520010" : {
      "ActionManifestURL" : "file:///C:/Program Files (x86)/Steam/steamapps/common/Climbey/actions.json"
   },

FYI: JSON is a little finicky. If your application was the last entry in the list remove the comma at the end of the previous entry so it doesn't throw an error when loading.

keithbradner avatar Dec 26 '18 23:12 keithbradner

@keithbradner thank you, that resolved it on this side. should I close this issue since it looks like a duplicate of 242?

wirelessdreamer avatar Dec 27 '18 03:12 wirelessdreamer