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

SteamVR not seeing Hydras at all. #12

Closed OverlordMIke closed 8 years ago

OverlordMIke commented 8 years ago

Followed all instructions given. Controller icons stay grey, SteamVR just won't acknowledge the existence of my Hydra. Tried uninstalling Steam from it's D: installation and reinstalling it in C:, still no luck. Tell me what you need and where it is, I'll provide.

betavr commented 8 years ago

Try to copy the hydra folder from the driver install to the ...\SteamVR\drivers directory.

OverlordMIke commented 8 years ago

I've tried that, still nothing. I also do have ""activateMultipleDrivers" : true,"

betavr commented 8 years ago

That's weird. We're going to need the contents of your vrserver.txt (found in steam\logs), and also the output of vrpathreg.exe (in steamvr\bin) to further analyze the problem.

OverlordMIke commented 8 years ago

There doesn't seem to be a vrserver.txt in the logs folder, and vrpathreg.exe just flashes a prompt window up and goes away instantly.

OverlordMIke commented 8 years ago

I just started SteamVR and it said they were connected but not tracking motion. So I quit out and got my Rift DK2 on and ready, started SteamVR again, and they weren't connected again. Can't seem to reproduce what I just got...

EDIT Okay. Only if my DK2 is turned off. I can unplug the USB for the Hydra and plug it back in, start SteamVR and it will say they are connected but not tracking. If the DK2 is turned on, nothing will let the Hydra connect. No matter what, when I end SteamVR, Windows throws an error at me "VR Server has stopped working."

OverlordMIke commented 8 years ago

I've figured it out, and it's odd. Turns out that the logs and steamvr config are still being read from the location on D:\, so I placed everything in there and it is working fine. It's completely ignoring the files and folders on C:\ and defaulting the D:.

cbuchner1 commented 8 years ago

NOTE: the log and config paths can be adjusted using the vrpathreg tool as well.

2016-05-17 10:51 GMT+02:00 OverlordMIke notifications@github.com:

I've figured it out, and it's odd. Turns out that the logs and steamvr config are still being read from the location on D:\, so I placed everything in there and it is working fine. It's completely ignoring the files and folders on C:\ and defaulting the D:.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/betavr/steamvr_driver_hydra/issues/12#issuecomment-219657593

betavr commented 8 years ago

@OverlordMIke I'm glad you worked it out. Vrpathreg.exe is a command line tool, so you need to open a command line and try to run it from there. As @cbuchner1 pointed out the configuration values (log directory, etc) can only be altered by this tool.