-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Nobara 39 - Kernel 6.8.5-201 - Lens distortion helper is failed to launch #33
Comments
This comment was marked as resolved.
This comment was marked as resolved.
I think your wine installation is somehow broken
d3d11.dll is installed in proton by default, or you're using external wine, and not proton? EDIT: Oh, the issue here is even deeper, d3d11.dll is found, but its dependencies aren't:
Even wined3d is failing to load due to mising libvkd3d-1.dll, wine/proton is definitely broken |
Looks like there was some changes in wine, breaking existing prefixes, in the past: Try to use proton (remove WINE environment variable from SteamVR, and install any proton version), then drop SteamVR wineprefix: |
This comment was marked as resolved.
This comment was marked as resolved.
I think my issues before were completely unrelated... sorry! The LibLensDistortion.exe even seems to start up now (is it normal. that there are two windows for it?) - But I get "SteamVR Fail" error now as visible in the screenshot. And the HMD doesn't seem to connect anymore. I found a pretty close description of my issue in another thread but it doesn't seem like it was resolved: I also have those The guy in the other thread didn't provide a system report. Does mine maybe help in any way? I'm on Steam Client Beta version 1714520927 and SteamVR Beta 2.5.3 |
That's strange. Lens server should not launch in its own window, it should run in console mode, and proxy driver talks with it using stdin/stdout |
I think I got it. I just uninstalled it, and I think it works now. grep in logs directory to see that it actually pulls proton 8 instead of 9: |
Huh, so it's broken on proton 9 for you? |
Yep and even reinstalling Proton 9 doesn't change it. |
File system settings haven't made a difference for me, I'm leaving mine on BTRFS for now. I've been able to play steamVR fine with the current setup, I tried regular stable steamvr version and it worked still, beta version does not work. I have proton 9 installed. I still however cannot adjust resolution setting to anything but 0. If I remove my WINE path definitions the lens server stops working, the lens server only works with wine for me. It seems it either cannot find proton or cannot use it, reinstalls don't seem to help. The logs from driver-proxy: logs from lens-server: I got these by modifying the tracing-subscriber to log to files. I inserted an |
after this week's SteamVR update (2.5) I'm getting the same symptoms – the mentioned error popup and an upside down image. Also these errors:
|
Hey there! I subscribed to your patreon to support you and to try the binary in case i did something wrong at compiling the driver myself, but it leads to the same result. I can't compile it via nix, as this fails at detecting the HMD(something with eid). I tried adding WINE to /etc/enviroment adding it to .profile, and adding it to the launch arguments for SteamVR, but neither worked for me, the Lensserver can't start when triggered through SteamVR. Log entry:
Also prominent in the logs is: I'm at a loss here. Other than that when set to 0 VR loads, but everything is upside down. When set to something other than 0 i get static on both displays. System: Ryzen 9 5950X / 64 gigs of RAM / RTX 3080TI Can i provide any logs to sort this out/fix this or do you have any idea whats going on or what i can try? Ty :) |
So, I am in a similar state. When starting SteamVR through steam, it can not find or load any dlls in wine. Steam is messing something up. When just starting SteamVR directly (without involving steam) and using proton, I get the same result (failed to load xx). When using
Or errors with It certainly seems to do something:
I tried it with the latest steam vr release (something 2.7.x) and with the old 1.27.5 version, both fail. Also detecting wine/proton automatically is broken (probably due to steam changes). @CertainLach can you please help with that? |
I managed to avoid Steam updates until today, but getting the latest update today also broke this repository with the same issue. The device is basically not usable on Linux anymore... |
Just to update, I now and still have this issue to this day. |
Error:
I have Proton Experimental, 9.0 beta, and 6.3 installed.
I was previously having an issue with wine not being found in path. I investigated the code and found how it was attempting to attain the path, so I put WINE onto my global path (apparently you can also pass it as a launch option on steam). Regardless, I got past that first problem but have ran into the problem above.
Currently looking into it, help appreciated. If there are additional logs or other information that would be helpful, let me know, and I will provide them.
Hardware:
Note:
SteamVR does open, and the HMD has display on it, but it's distorted and upside down.
Update - Working Solution
I switched steamvr from
beta
totemp_v1.27.5
and reapplied the driverinstall.sh
it seems to work now. However, any resolution settings beside 0 do not display correctly or cause the display to be undetected.The text was updated successfully, but these errors were encountered: