I have the same issue on Arch Linux current with SteamVR 2.5.5, fresh reinstall.
System Information
Steam Runtime Information
SteamVR System Report
Note: this is after I had editted out every reference to "force" and its dependent tags on .local/share/Steam/steamapps/common/SteamVR/drivers/indexcontroller/resources/input/legacy_bindings_index_controller.json
Also, this message appears several times per second on the vrclient_steam.txt logfile, how to get rid of it?
Wed May 15 2024 14:58:55.280510 [Info] - Determined this is a legacy app.
Wed May 15 2024 14:58:55.281117 [Info] - Determined this is a legacy app.
Nothing extracted yet.
Describe the bug
Running SteamVR 2.1.8. I get the warning
repeated over and over (many many times a second) in my vrclient_steam.txt log.
The spamming of the log files has already been reported in at least #307, #326, and #365, so I am not duplicating those. Rather I wanted to point out that Unable to find input 'z' in filter... bit appears to be caused by the
force_inputparameter for the left and right hand (only showing left here).../input/thumbstickentries in legacy_bindings_index_controller.json (or, at least, removing these stops the Unable to find input 'z' in filter... portion of the logging).I would guess this is because the corresponding
/input/thumbstickentry in the index_controller_profile.json file has no"force" : "true"item.Probably it should have that instead of (or in addition to)
"touch" : "true"or the former should have specifiedtouch_...related parameters instead offorce_...ones.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Shouldn't be getting this error.
System Information (please complete the following information):
Screenshots
Additional context
Note: Commenters who are also experiencing this issue are encouraged to include the "System Information" section in their replies.