Skip to content
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

Can't run wpilibutility after fresh install on Linux #414

Open
spacey-sooty opened this issue Sep 8, 2024 · 4 comments · May be fixed by wpilibsuite/vscode-wpilib#688
Open

Can't run wpilibutility after fresh install on Linux #414

spacey-sooty opened this issue Sep 8, 2024 · 4 comments · May be fixed by wpilibsuite/vscode-wpilib#688

Comments

@spacey-sooty
Copy link
Contributor

I get this error

[43180:0908/164239.614630:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /home/jade/wpilib/2024/utility/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)

These commands fix it

sudo chown root:root /home/jade/wpilib/2024/utility/chrome-sandbox
sudo chmod 4755 /home/jade/wpilib/2024/utility/chrome-sandbox
@rzblue
Copy link
Member

rzblue commented Sep 8, 2024

Same as #411- we should be able to apply the --no-sandbox fix
https://www.electronjs.org/docs/latest/api/command-line-switches

@sciencewhiz
Copy link
Collaborator

sciencewhiz commented Sep 8, 2024

What distro and version? Basically trying to figure out if this is only an Ubuntu 24.04 problem or if other distros have done the same thing to help with docs.

@sciencewhiz
Copy link
Collaborator

Same as #411- we should be able to apply the --no-sandbox fix

we'd have to make a script for the utility since one doesn't exist right now, but it could be patterned after #412

my guess is that AdvantageScope will have the same problem.

@spacey-sooty
Copy link
Contributor Author

What distro and version? Basically trying to figure out if this is only an Ubuntu 24.04 problem or if other distros have done the same thing to help with docs.

Im on Ubuntu 24.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants