-
Notifications
You must be signed in to change notification settings - Fork 45
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
SteamVR settings won't open #748
Comments
Uhhh if you uninstall SteamVR entirely and then reinstall it the settings window will open again and you can enable plugins again and etc. However: next time it crashes it will go back to not opening settings window anymore unless you reinstall. |
Uhh, seems to be unrelated to this. Settings won't open when using "~/.local/share/Steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command%" as launch args (needed for ALVR), but will when using no launch args. Used to work some weeks ago tho? |
Just like with the (unrelated) ALVR issue, returning to an older nixos generation (which had the same nvidia drivers, so that's not at blame) with the same SteamVR (and ALVR) versions fixes this. I'll try to figure out what exactly changed between working and not working, but it's possible some random library broke this - maybe on other rolling release distros too. Adding below same thing I mentioned on alvr-org/ALVR#2476 (comment): I know this is not entirely helpful, but here's what changed between my newest working alvr system and my oldest not working alvr system: alvr-gen-diff.txt. I'll do some more precise testing later today to try to discover exactly what was the problematic package update. Aditionally, here's a diff between the above not working alvr system and my latest also not working alvr system (just so you know what changes/rollbacks did not fix the problem): alvr-gen-diff2.txt I'll try to come up with something more specific and useful later today. I wonder if the same package update caused both of these problems or if they’re caused by entirely different updates. The update I did on oct20 (after previously had only updated on like sep28) broke bluez too, but that was kernel 6.11.4. Right now I’m on 6.11.3, so the kernel is unrelated. Time to do the troubleshooting and testing all over again to find the culprit. I hate myself so much for taking this long to update, this would be way easier to test if there were just a handful of packages changed between updates… |
ugh, at this point I just give up. I'll try doing this a different method or something, why tf do some commits have two parents I hate git NixOS/nixpkgs#308097 alvr-org/ALVR#2476 ValveSoftware/SteamVR-for-Linux#748 NixOS/nixpkgs#341219
also tried xfwm4 --replace to substitute compiz before launching steamvr, did not fix it (Might be a different issue than NixOS/nixpkgs#352304 then? Probably should keep alvr-org/ALVR#2476 and ValveSoftware/SteamVR-for-Linux#748 open for now, not sure if this actually is a nix problem or something else since the nix problem was fixed but steamvr remains broken for me...)
Commenting on this as well. I'm not sure this is relevant to alvr-org/ALVR#2476 as for the past few days the settings menu was (mostly) unresponsive, but I was able to play. Only today I got the "SteamVR errors when opened through ALVR" issue. I did some system updates in between, but ALVR was always ran through the v20.11.1 release, so i'm pretty sure it's something outside of ALVR |
…args, to slight different problem - cherry-picked alvr into latest master - now steamvr 'works fine' without launch args! tracking works and the vr preview window works... but no image in the headset - when using the required vrmonitor launch args on steamvr, steamvr crashes as soon as headset is connected to alvr ;-; - steamvr settings continue broken when using launch args, so launch args need to be removed in order to reenable plugins before retesting NixOS/nixpkgs#352304 ValveSoftware/SteamVR-for-Linux#748 alvr-org/ALVR#2476
This was a me problem that I fixed (unlike the crashing problem which is probably also a me problem (and doesn't happen on my laptop) but that I haven't fixed yet) Oddly enough the settings problem doesn't happen on my laptop either, even tho I didn't remove from my laptops config what I removed to make it work on my desktop... |
Your system information
Please describe your issue in as much detail as possible:
SteamVR crashed, and then any subsequent openings of it launch on that (annoying af btw) safe mode. But both the "Manage add-ons" and the "settings" button do nothing at all, the settings window does not show up.
When running steam from the terminal, nothing interesting seems to be logged when the settings button is pressed.
While a fix for this isn't released, are there any ways to reset the SteamVR safe mode thing without going into its settings? Maybe a terminal flag or deleting some file? (a terminal flag to always force skip safe mode would be nice)
Steps for reproducing this issue:
The text was updated successfully, but these errors were encountered: