SlimeVR / SlimeVR-Server

Server app for SlimeVR ecosystem
https://slimevr.dev
Apache License 2.0
613 stars 165 forks source link

Natural Locomotion support #25

Open Eirenliel opened 2 years ago

Eirenliel commented 2 years ago

To support Natural Locomotion SlimeVR needs to report speed (or acceleration) values in the driver. This requires support from firmware, software, and driver. Creating issue here for this feature, but it needs to be implemented everywhere.

Torikari commented 2 years ago

As of now with the new driver, SteamVR will also crash if both NaLo and SlimeVR plugin is present and enabled.

Eirenliel commented 2 years ago

@Torikari do you have any crash logs?

Torikari commented 2 years ago

image

Since SteamVR doesn't seem to give out any crash logs, this would be the best I can provide.

sctanf commented 2 years ago

@Torikari SteamVR logs are in Steam\logs directory Check vrserver log

Torikari commented 2 years ago

vrserver.txt

sctanf commented 2 years ago

Looks like NaLo and SlimeVR both loaded, then SteamVR crashes, with access exception Unfortunately the logs don't go into more detail than that

Eirenliel commented 2 years ago

I'll need to install NaLo myself and try debugging it later...

Erimelowo commented 1 year ago

What's the status on this? NaLo no longer crashes... I think all we need to do is forward accel data to SteamVR now, right? Conveniently, Stermere already did most of the job ;)