betavr / steamvr_driver_hydra

Enhanced OpenVR Driver for Razer Hydra using Sixense SDK
BSD 3-Clause "New" or "Revised" License
51 stars 6 forks source link

Hydra not detected #11

Closed arronhuk closed 8 years ago

arronhuk commented 8 years ago

My hydra isn't being loaded as a motion controller in steam even though the lighthouse is finding it.

It was working as a mouse in the tutorial demo so maybe I need to set something up differently in the razer software?

vrserver.txt

betavr commented 8 years ago

Try to disable or uninstall any razer / sixense software. You don't need to install anything other than this driver for steamvr to work.

arronhuk commented 8 years ago

Hi, Thanks for the quick response, I have uninstalled the razer drivers, rebooted, removed the steam hydra drivers and then reinstalled the steam hydra driversd ands I'm still not getting the controllers recognised. vrserver.txt

betavr commented 8 years ago

Ok, so the problem is the install script couldn't detect your steamvr installation, because it isn't under the default c:\program files(x86)\steam\steamapps folder. To solve this you can: a) move hydra folder from where you installed the driver to the steamvr\drivers folder b) open a command prompt and run D:\SteamLibrary\steamapps\common\SteamVR\bin\win32\vrpathreg.exe adddriver , eg. vrpathreg.exe adddriver "C:\Program Files\SteamVR Hydra driver\hydra"

cplr commented 8 years ago

does the install script detect if the install directory is titled OpenVR instead of SteamVR?

betavr commented 8 years ago

Nope, I've yet to find a way to auto detect steamvr's path from the registry. Currently it is hard coded in the post install script: %SteamPath%\steamapps\common\SteamVR\

arronhuk commented 8 years ago

thanks for the help in the end I used the command D:\SteamLibrary\SteamApps\common\SteamVR\bin\win64\vrpathreg.exe adddriver "C:\Program Files (x86)\SteamVR Hydra driver\hydra" to get it working and had a quick go of the lab until it crashed. although this is a steamVR issue on my machine and probably just needs a re-install.

Thanks for your help and the work you have put in on getting this working

betavr commented 8 years ago

No problem, I'm glad you worked it out. The installer script definitely needs some improvement..