OSVR / OSVR-Core

The core libraries, applications, and plugins of the OSVR software platform.
Apache License 2.0
330 stars 124 forks source link

Windows Binaries - Links are dead #606

Open kungfooman opened 10 months ago

kungfooman commented 10 months ago

Does anyone still have all binaries that are linked here and there?

For example I'm searching:

https://www.reddit.com/r/OSVR/comments/5yhjnn/hdk_windows_installer_beta_070_released/ https://www.reddit.com/r/OSVR/comments/692hgo/new_release_of_steamvrosvr_build_342/ https://www.reddit.com/r/OSVR/comments/67hqrf/hdk_windows_installer_beta_080_released/

If possible, multiple versions, because many people describe how this or that version only worked with this or that driver version.

Anyone got copies? 🙏 All links are dead, either deleted or entire domain is lost.

rpavlik commented 10 months ago

sadly the access.osvr.com site was on a free Heroku so it went down when Heroku stopped that option - I was maintaining that site on my own time since the end of Sensics, doing updates and fixes to the ruby backend from time to time to unbreak it. I do still have access to the S3 with all the data, at least the stuff that I worked on that was on access.osvr.com. (The HDK "windows installer" 070 and 080 were Razer-only things and I don't know where they are, but they were never on access.osvr.com, they were on some confluence thing I think which presumably also went dead at some point)

So I have many of the things, but I'm not sure where to put it and haven't had time to do anything with it.

russell-taylor commented 10 months ago

Not sure exactly what you are looking for, but I have an unsigned installer for OSVR-RenderManager that includes an older version of the server and its configuration files here: https://drive.google.com/file/d/1-QeisS9OmrZ0oct__kJb9glmfzlQ6z2q/view?usp=sharing I was able to drag the Windows config .json onto the server and start it, and then run the spincube and other demos and see a window on the screen.

I also have an installer for 0.6 of the SDK here: https://drive.google.com/file/d/1-VUL_z6OkbmseMQ64psJGOdkMIDqAlQ6/view?usp=sharing that I have not tried using.

If you are looking for something else in particular, let me know and I'll see if I have it.

kungfooman commented 10 months ago

@russell-taylor Thank you for sharing! I'm collecting all the files I can find and hope to have enough at some point so things start working properly.

Not sure exactly what you are looking for, but I have an unsigned installer for OSVR-RenderManager that includes an older version of the server and its configuration files here

My main goal is to run HDK2 with SteamVR on Windows 10 to play Assetto Corsa (car racing game with steering wheel). I tried different things and I just cannot make SteamVR recognize the HDK2 HMD. My theory so far is that Steam just broke the API over the years and we simply need to build SteamVR-OSVR against the latest Steam's OpenVR library [1].

[1] https://github.com/ValveSoftware/openvr/releases/tag/v2.2.3

@rpavlik It's pleasant to hear that you still got all the files. GitHub doesn't like big files in repo's, but I used GitHub LFS in the past for free, that may be a good option here too (if you feel like investing even more time into it).