-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ViveDisplayExtractor crashes #24
Comments
hello Erhannis, I meet the similar issue too, osvr server always crashed when I try to use it load com_osvr_vive.dll. I've added some debug code and find it maybe caused by the latest driver_lighthouse.dll. in DriverWrapper.h,
I remember that I've load this driver successfully before, but without any update in osvr side, it can't worked now. I've checked my driver_lighthouse.dll, the version date is 2017.01.04. I think it maybe worked with the old version, but I can't find it. |
hello Erhannis, I find an old version of driver_lighthouse.dll(20160917), with this version, all the function can work well. But I can't upload it to here, could you please leave your email at here, then I can share it with you via email. |
Oh, thanks! Yeah, [email protected] should work. Do I overwrite the new driver with this older one, or just put this older one in a particular place? |
Hello Erhannis, I send the old version via email, please refer it. You can backup the new driver with another name, and pull the old one to the fixed path(Steam\steamapps\common\SteamVR\drivers), then it should be worked. |
Thanks! I haven't tried it, yet, but hopefully soon I will find time. |
Hi, I've got a similar problem on windows 7 and would like to ask if anyone of you could send me the old driver, too? [email protected] |
Hi, Is there any progress on actually fixing the issue? I am also trying to get this to work. gr. |
@smallccn hi, would you please sent the old version of lighthouse.dll to me?Thanks. [email protected] |
Please checkout the latest version of the plugin (also available for download at Thanks, |
Windows 10 Home, version 1511, 64-bit
Using the build from OSVR-Vive-build57-64bits.zip
Using the server installed by OSVR-SDK-v0.6-1363-g92d6d9d-build341-win-64bit.msi
When I run ViveDisplayExtractor, it crashes, without showing any output. When I click debug, Visual Studio reports to me the following error:
Unhandled exception at 0x00007FF68BC3F8CB in ViveDisplayExtractor.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
with the following, probably useless call stack:
When I try to start the OSVR server, it too crashes, debugging giving the following error:
Unhandled exception at 0x00007FF961E40BEB (com_osvr_Vive.dll) in osvr_server.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
with the following call stack:
It's possible that I'm using mismatched versions of the server and plugin, but I don't know how to match them. The server build numbers start at 171, and the vive build numbers stop at 57, so I figured those must not refer to the same thing.
The text was updated successfully, but these errors were encountered: