mdovgialo / steam-vr-wheel

Steering wheel and joystick emulation using steamVR
MIT License
115 stars 17 forks source link

Oculus trigger axis stay at 0 #15

Closed mdovgialo closed 5 years ago

F0gboy commented 5 years ago

When i run debug i get errors and no axis are moving

mdovgialo commented 5 years ago

What kind of errors?

F0gboy commented 5 years ago

C:\Users\Jasper\Desktop\steam-vr-wheel-oculus-fix-legacy\steam_vr_wheel_dist>python.exe open-vr-wheel.py DEBUG Traceback (most recent call last): File "open-vr-wheel.py", line 6, in steam_vr_wheel.wheel.main() File "C:\Users\Jasper\Desktop\steam-vr-wheel-oculus-fix-legacy\steam_vr_wheel_dist\steam_vr_wheel\wheel.py", line 93, in main openvr.init(openvr.VRApplication_Background) File "C:\Users\Jasper\Desktop\steam-vr-wheel-oculus-fix-legacy\steam_vr_wheel_dist\openvr__init__.py", line 4964, in init initInternal(applicationType) File "C:\Users\Jasper\Desktop\steam-vr-wheel-oculus-fix-legacy\steam_vr_wheel_dist\openvr__init.py", line 5068, in initInternal _checkInitError(error.value) File "C:\Users\Jasper\Desktop\steam-vr-wheel-oculus-fix-legacy\steam_vr_wheel_dist\openvr\init__.py", line 4950, in _checkInitError raise OpenVRError("%s (error number %d)" %(getVRInitErrorAsSymbol(error), error)) openvr.OpenVRError: b'VRInitError_Init_NoServerForBackgroundApp' (error number 121)

mdovgialo commented 5 years ago

C:\Users\Jasper\Desktop\steam-vr-wheel-oculus-fix-legacy\steam_vr_wheel_dist>python.exe open-vr-wheel.py DEBUG Traceback (most recent call last): File "open-vr-wheel.py", line 6, in steam_vr_wheel.wheel.main() File "C:\Users\Jasper\Desktop\steam-vr-wheel-oculus-fix-legacy\steam_vr_wheel_dist\steam_vr_wheel\wheel.py", line 93, in main openvr.init(openvr.VRApplication_Background) File "C:\Users\Jasper\Desktop\steam-vr-wheel-oculus-fix-legacy\steam_vr_wheel_dist\openvrinit.py", line 4964, in init initInternal(applicationType) File "C:\Users\Jasper\Desktop\steam-vr-wheel-oculus-fix-legacy\steam_vr_wheel_dist\openvrinit.py", line 5068, in initInternal _checkInitError(error.value) File "C:\Users\Jasper\Desktop\steam-vr-wheel-oculus-fix-legacy\steam_vr_wheel_dist\openvrinit.py", line 4950, in _checkInitError raise OpenVRError("%s (error number %d)" %(getVRInitErrorAsSymbol(error), error)) openvr.OpenVRError: b'VRInitError_Init_NoServerForBackgroundApp' (error number 121)

You have to run Steam-VR before launching steam vr wheel. In the error it says that it didnt find openvr/steam vr server running.

mdovgialo commented 5 years ago

¯_(ツ)_/¯