Skip to content

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

@spacey-sooty

Description

@spacey-sooty

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions