-
Notifications
You must be signed in to change notification settings - Fork 5
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
SharpDX crash 0x80004002 during startup #3
Comments
Seems like an issue with SharpDX on my specific version of windows? Windows claims it is up to date but I will see if I can force it. |
Update: Updates had no effect. |
Did you discover which interface is not supported? |
I can't find a way to get more detailed info without compiling and debugging it myself. I dug a little and my best guess is that it fails here I see some reference to failure by platform version here: Is it possible this sharpDX dll is compiled for UWP-PCL instead of Desktop? |
I just found out that these 2 vars were not used anywhere in the code, so I removed them. //var dxgiDevice = device.QueryInterface<SharpDX.DXGI.Device>(); Try this release: https://github.com/sencercoltu/steamvr-undistort/releases/tag/v0.1.6 |
I tried to run SteamVR on a Win7 virtual machine with no success. |
I just tried it on another separate freshly installed -> all updates win764bitult machine and had the same error. Its definitely something to do with windows 7. Its not like this is all that intensive graphically, so I might just dial my lenses in on my win10 laptop. |
Windows 7 64bit
.Net 4.7.2
SteamVR+Vive
The text was updated successfully, but these errors were encountered: