-
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
[BUG] Error: setcap of vrcompositor-launcher failed. #234
Comments
Hi Daniel, There should be a zenity popup with an error message and the error log location? Are you launching vrsartup.sh from the cli through ssh? P.S. we try so acquire CAP_SYS_NICE for vrcompositor-launcher |
The popup tells me an error occurred (not what it is) and the log location. The logfile contains the message I referred to. Adding CAP_SYS_NICE by hand seems to have done it. |
I'm seeing this error message now as well. After a recent update, Steam says, "superuser is required to finish setup" or something to that effect, then (regardless of what I click in the modal) gives me an error message pointing to a log file with the following contents:
(I'm on Arch Linux, not Ubuntu, so maybe it's trying to use some graphical sudo equivalent I don't have installed?) After launching the monitor has a little popup over it with an error:
Surprisingly, this does not seem to interfere at all with my ability to play Beat Saber in VR. |
This resolves the issue for me.
|
This still happens on install of SteamVR. A dialog pops up saying superuser is needed to complete setup, but then the same error and log as reported above. Could be Steam doesn't know how to ask for sudo password on my system (just a WM, no DE)? |
Looking into pkexec setcap CAP_SYS_NICE=eip $STEAMVR_TOOLSDIR/bin/linux64/vrcompositor-launcher By manually invoking
And
which shows the root cause of the problem. Then I tried to launch SteamVR, accept the superuser prompt, then a password popup shows, asking for sudo password. This was my situation, your mileage may vary but try See Also |
I did this, It got rid of the popup but the issue still remains. I can't launch it. |
Same issue here: System Information (please complete the following information):
|
After updating steamVR beta last week, I'm getting warned to check my logfile, which leads me to
Error: setcap of vrcompositor-launcher failed.
Any chance you could get it to log what exact capability it's trying to set? That way, instead of chasing up support, I could just check the logfile and add the capability myself.
The text was updated successfully, but these errors were encountered: