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 8 forks source link

Driver name case sensitivity #6

Closed ButterscotchV closed 1 year ago

ButterscotchV commented 1 year ago

As of https://github.com/SlimeVR/SlimeVR-OpenVR-Driver/pull/27, the driver name has been changed from SlimeVR to slimevr: https://github.com/SlimeVR/SlimeVR-OpenVR-Driver/commit/eb31d36e149b246bc0f16f428fc412e4516181b2#diff-5563af64617139dfd97deb9723c5b48ddec82400a513ed29d8855ddb33d58bb3R3

So this line of code in the feeder app needs to be updated to reflect the new lowercase SlimeVR driver name or make it case-insensitive: https://github.com/SlimeVR/SlimeVR-Feeder-App/blob/84133c1562630f8a62eda54e4e4a27b2a737fdd2/src/main.cpp#L490

kitlith commented 1 year ago

Lastest commit has a low-effort fix, will leave issue open until a release occurs.

ButterscotchV commented 1 year ago

The new driver has been released, this will be causing problems on the latest release now

kitlith commented 1 year ago

v0.2.7 is released, fixing this issue.