BOLL7708 / OpenVR2Key

Simulates key presses from SteamVR input
120 stars 16 forks source link

"The action manifest for OpenVR2Key was not found." #16

Open Inktrinket opened 2 years ago

Inktrinket commented 2 years ago

Hello Andreas! I recently installed OpenVR2Key on a new computer, and when I tried to access the controller binding via the old binding UI, and I keep on getting this message. Any thoughts on what might be causing this? Any help is greatly appreciated!

actionmanifest

BOLL7708 commented 2 years ago

I suspect you launched it once on your desktop, as that is where it is looking, and registered it with SteamVR, and now that registration is not valid as you most likely moved the application.

If I remember correctly, you can edit or remove the entry for this in C:\Program Files (x86)\Steam\config\steamapps.vrmanifest or similar, just that in my own file I can't find my own applications, so not sure if this is correct anymore 😅 Please check if that path is in that file and report back though.

Inktrinket commented 2 years ago

Alright! I just checked the directory and did indeed find the steamapps.vrmanifest file, but I don't believe I found any trace of OpenVR2Key in there. Here is what is in the file:

{ "source": "steam", "applications": [ { "app_key": "steam.app.250820", "launch_type": "url", "strings": { "en_us": { "name": "SteamVR" }

        }

, "image_path": "https://steamcdn-a.akamaihd.net/steam/apps/250820/header.jpg", "last_played_time": "1643166868", "url": "steam://launch/250820/VR" } , { "app_key": "steam.app.438100", "launch_type": "url", "strings": { "en_us": { "name": "VRChat" }

        }

, "image_path": "https://steamcdn-a.akamaihd.net/steam/apps/438100/header.jpg", "default_bindings": [ { "controller_type": "knuckles", "url": "vr-input-workshop://2202082332" } , { "controller_type": "vive_controller", "url": "vr-input-workshop://2212264626" } , { "controller_type": "holographic_controller", "url": "vr-input-workshop://2435493967" } , { "controller_type": "oculus_touch", "url": "vr-input-workshop://2194319326" } , { "controller_type": "hpmotioncontroller", "url": "vr-input-workshop://2404650863" }

        ]

, "last_played_time": "1643174650", "url": "steam://launch/438100/VR" } , { "app_key": "steam.overlay.1068820", "launch_type": "url", "strings": { "en_us": { "name": "OVR Toolkit" }

        }

, "image_path": "https://steamcdn-a.akamaihd.net/steam/apps/1068820/header.jpg", "action_manifest_path": "C:\Program Files (x86)\Steam\steamapps\common\OVR Toolkit\actions.json", "last_played_time": "1639967444", "url": "steam://launch/1068820/openvroverlay", "is_dashboard_overlay": 1 }

]

}

NotZapperX commented 1 year ago

My dad said he did not se anything in there we could delete please tell me where to check or tell me where to open it. If I got it correctly I need to open it the FIRST time in oculus but then later I can open it on my computer? Please answer when u have time because we did not really understand.

VRslay commented 1 year ago

This is what i found { "source": "steam", "applications": [ { "app_key": "steam.app.223750", "launch_type": "url", "strings": { "en_us": { "name": "DCS World Steam Edition" }

        }

, "image_path": "https://steamcdn-a.akamaihd.net/steam/apps/223750/header.jpg", "last_played_time": "1680870007", "url": "steam://launch/223750/VR" } , { "app_key": "steam.app.250820", "launch_type": "url", "strings": { "en_us": { "name": "SteamVR" }

        }

, "image_path": "https://steamcdn-a.akamaihd.net/steam/apps/250820/header.jpg", "last_played_time": "1681507707", "url": "steam://launch/250820/VR" } , { "app_key": "steam.app.438100", "launch_type": "url", "strings": { "en_us": { "name": "VRChat" }

        }

, "image_path": "https://steamcdn-a.akamaihd.net/steam/apps/438100/header.jpg", "default_bindings": [ { "controller_type": "knuckles", "url": "vr-input-workshop://2202082332" } , { "controller_type": "vive_controller", "url": "vr-input-workshop://2212264626" } , { "controller_type": "holographic_controller", "url": "vr-input-workshop://2435493967" } , { "controller_type": "oculus_touch", "url": "vr-input-workshop://2194319326" } , { "controller_type": "hpmotioncontroller", "url": "vr-input-workshop://2404650863" }

        ]

, "last_played_time": "1678555484", "url": "steam://launch/438100/VR" } , { "app_key": "steam.app.667970", "launch_type": "url", "strings": { "en_us": { "name": "VTOL VR" }

        }

, "image_path": "https://steamcdn-a.akamaihd.net/steam/apps/667970/header.jpg", "last_played_time": "1681147570", "url": "steam://launch/667970/VR" } , { "app_key": "steam.overlay.1009850", "launch_type": "url", "strings": { "en_us": { "name": "OVR Advanced Settings" }

        }

, "image_path": "https://steamcdn-a.akamaihd.net/steam/apps/1009850/header.jpg", "action_manifest_path": "C:\Program Files (x86)\Steam\steamapps\common\OVR_AdvancedSettings\action_manifest.json", "last_played_time": "1681507622", "url": "steam://launch/1009850/openvroverlay", "is_dashboard_overlay": 1 } , { "app_key": "steam.overlay.1068820", "launch_type": "url", "strings": { "en_us": { "name": "OVR Toolkit" }

        }

, "image_path": "https://steamcdn-a.akamaihd.net/steam/apps/1068820/header.jpg", "action_manifest_path": "C:\Program Files (x86)\Steam\steamapps\common\OVR Toolkit\actions.json", "last_played_time": "1681507523", "url": "steam://launch/1068820/openvroverlay", "is_dashboard_overlay": 1 } , { "app_key": "steam.app.1533390", "launch_type": "url", "strings": { "en_us": { "name": "Gorilla Tag" }

        }

, "image_path": "https://steamcdn-a.akamaihd.net/steam/apps/1533390/header.jpg", "last_played_time": "1681498895", "url": "steam://launch/1533390/VR" }

]

}