Skip to content
Peter Walkington edited this page Jan 6, 2022 · 4 revisions

Debugging

OpenGloves

Triple check you are using a version of OpenGloves above v0.4.2 on Steam and that you have named pipe selected as the communication method, especially after any updates to OpenGloves.
Occasionally changes will happen to the NamedPipe interface that OpenGloves offers, thankfully Dan provided a secret branch on Steam that is confirmed to work with this commit. If you type the password neuroglovesarecool into the betas tab in opengloves it'll opt you into the lock_in branch.

Always check the SteamVR developer console. It will launch in a web browser and log any errors that OpenGloves throws. When data is received by OpenGloves via a namedpipe, it should print in the developer console.

The name of the namedpipe might change too, there's one for each hand defined in DeviceProvider.cpp if using the main branch on Steam then it should match the name that's here.

Clone this wiki locally