pottedmeat7 / OpenVR-WalkInPlace

An OpenVR driver that applies virtual movement using a pedometer
GNU General Public License v3.0
110 stars 17 forks source link

Error "Could not find HMD" #34

Closed Ubranek closed 6 years ago

Ubranek commented 6 years ago

Hello! I just Install "OpenVR-WalkInPlace.exe" and try to run "startdesktopmode.bat" and see only this error - don't catch what can be wrong. image

The same happens with execution "OpenVR-WalkInPlaceOverlay.exe" and after I have build and ran openvr-inputEmulator itself from sources.

SteamVR worked fine with HTC Vive, but i want to run games without it - is it possible at all?

pottedmeat7 commented 6 years ago

What folders are listed in C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\ ? Usually the only time I get the "Could not find HMD" error is when my HMD or lighthouse is not powered on. Are you using an HTC Vive? Check that your not on SteamVR beta by checking the SteamVR software in the Steam client.

Ubranek commented 6 years ago

SteamVR not beta. Right now i do not have any real headset or lighthouse and try to find out how i can emulate them, I guess there is some mistake in .vrsettings (.vrresources and .vrmanifests) files in emulated drivers - do not really understand what they have to be like. Added "enable" : true in 00vrwalkinplace\resources\settings\default.vrsettings and have new (?) error message

image

pottedmeat7 commented 6 years ago

If you are trying to virtually emulate HMD or controllers etc. This is probably not the project your looking for... I removed all of the functions that allow for virtual emulation of controllers or HMDs that aren't physically there. OpenVR-InputEmulator still has functions to virtually emulate equipment but I don't have much experience with that system.

Ubranek commented 6 years ago

Yes, that right. I had rtfm issue with InputEmulator and today found that out. Thank you for your time. Messed with projects a little.