SlimeVR / SlimeVR-Feeder-App

WIP OpenVR Application that gets the position of everything to feed to SlimeVR-Server. In theory.
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Instantly closing when using SteamVR Startup Overlay #21

Open Fummowo opened 1 month ago

Fummowo commented 1 month ago

This has happened to me on-and-off for probably the past year so I had decided just to pin the Feeder to my Start menu incase it decided to close like this, however it would be nice if this didn't happen anyway 😅 I recently found I can make Windows Terminal Tabs not auto close so I actually caught the error, I hope its useful :)

SlimeVR-Feeder-App version v0.2.11

Error: IVRInput::SetActionManifectPath: 7

[process exited with code 1 (0x00000001)]
kitlith commented 1 month ago

7 in this context is VRInputError_IPCError

https://github.com/ValveSoftware/openvr/blob/ae46a8dd0172580648c8922658a100439115d3eb/headers/openvr.h#L1428

race condition maybe? shrug

It is one of the first things this program does.