vircadia / vircadia-native-core

Vircadia open source agent-based metaverse ecosystem.
https://vircadia.com/
Other
533 stars 175 forks source link

Excessive logging of VREvent_ActionBindingReloaded occurrences when using SteamVR on Linux #514

Open ctrlaltdavid opened 4 years ago

ctrlaltdavid commented 4 years ago

The excessive occurrence of this event appears to be a bug in SteamVR for Linux: https://github.com/ValveSoftware/SteamVR-for-Linux/issues/307

A work-around has been implemented to not log this SteamVR event on Linux: see the FIXME in OpenVRHelpers.cpp, introduced in: https://github.com/kasenvr/project-athena/pull/387 Once the SteamVR for Linux bug has been fixed, the original code should be reinstated.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

Hello! Is this still an issue?

joshperry commented 1 year ago

I'm getting this in linux now. Custom app, steam-run on nixos. Everything else works properly. This is an older app that doesn't use the newer input methods.. could possibly be related.

[0411/173046.246:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                        [0/19655]
[0411/173046.279:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.328:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.361:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.426:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.475:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.491:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.525:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.574:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.623:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.672:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.721:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.738:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded                                                                                 
[0411/173046.770:debug:] [OVRLY] [t1127805] OPENVR event (0): VREvent_ActionBindingReloaded
joshperry commented 1 year ago
[0411/181725.030:debug:] [OVRLY] [t1182275] OPENVR reloaded 3700
[0411/181728.994:debug:] [OVRLY] [t1182275] OPENVR reloaded 3800
[0411/181732.851:debug:] [OVRLY] [t1182275] OPENVR reloaded 3900
[0411/181736.577:debug:] [OVRLY] [t1182275] OPENVR reloaded 4000
[0411/181740.443:debug:] [OVRLY] [t1182275] OPENVR reloaded 4100

image

stale[bot] commented 11 months ago

Hello! Is this still an issue?