rajetic / auto_oculus_touch

Tools to allow AutoHotKey to read the state of the Oculus Touch controllers.
95 stars 19 forks source link

auto_oculus_touch.dll not included in latest download - no error message #17

Open techncr8 opened 4 years ago

techncr8 commented 4 years ago

Took me a while to figure out the problem. On closer inspection the file seems to be no longer in the project?

This should really be described in the readme. I currently have the dll file from the 0.1.5 version of this project. should I be getting this file from somewhere specific? the latest version?

should the script be able to find this file somewhere on my computer?

Thanks for your help, great project, I'm excited to finish my configuration and play with the reults

rajetic commented 4 years ago

I just downloaded the latest release (0.1.6) and checked, the auto_oculus_touch.dll library is definitely in there.

techncr8 commented 4 years ago

Thanks, I'm not great with Git, so I my be doing something wrong.

I just downloaded 0.1.6 (as zip) and cannot see the file (even using search). I cannot see the file in the repository at all. is there a dependency or something that pulls the file from somewhere else.

I managed to get the file from the 0.1.5 download which you linked in one of the other issues, so is there a different way of downloading things that I should be using.

No worries though, I have it working now, gonna look into the latency issues, currently it's a little bit too slow for me to use, need to shave 50ms off somehow... if you do have any ideas about that, otherwise thanks for your help!! =D

rajetic commented 4 years ago

Ah, I see what's happened. The download zip option on the main page is just for the repository of source code. That is used to build the auto_oculus_touch.dll using Visual Studio.

But there's prebuilt binaries in zips in the Releases tab: https://github.com/rajetic/auto_oculus_touch/releases The top one there is 0.1.6: https://github.com/rajetic/auto_oculus_touch/releases/download/0.1.6/auto_oculus_touch_v0.1.6.zip It has just the needed dlls and example scripts, no source code.

techncr8 commented 4 years ago

excellent! thanks for that, hope it helps somebody !!