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

Cannot run on Ubuntu 24.10 #233

Open
peteh opened this issue Jan 11, 2025 · 2 comments
Open

Cannot run on Ubuntu 24.10 #233

peteh opened this issue Jan 11, 2025 · 2 comments

Comments

@peteh
Copy link

peteh commented Jan 11, 2025

It seems like some new settings probably introduced in 24.10 does not allow to start sidequest.

pete@x13:~/Apps/SideQuest-0.10.42$ ./sidequest
[85408:0111/145013.254168: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/pete/Apps/SideQuest-0.10.42/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)

What's the correct solution to solve it? Is the recommendation in the error message reasonable?

@enema-combatant
Copy link

in the directory with 'chrome-sandbox':

% sudo chmod 4755 ./chrome-sandbox
% sudo chown root: ./chrome-sandbox
% ./sidequest

Fixed it for me.

@peteh
Copy link
Author

peteh commented Jan 19, 2025

Yes, my question was if this is intended or the workaround as it's not supposed to be this way.

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

No branches or pull requests

2 participants