FTBTeam/FTB-App

Ubuntu 24.04 neither AppImage nor debian packaged can start

leagris opened this issue · 1 comments

What Operating System

Linux (Other)

Debug Code

FTB-DBGEYERALUCUD

Describe the bug

Niether Appimage nor deb packaged version works with Ubuntu 24.04:

Steps to reproduce

Launch appimage
get error:

ATAL: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 /tmp/.mount_ftbaAVfBU5/chrome-sandbox is owned by root and has mode 4755.

Although the kernel has kernel.unprivileged_userns_clone = 1

Launch ftb-app from debian Package
get error:

LaunchProcess: failed to execvp:
/opt/FTB
[3981640:0517/094913.541884:FATAL:zygote_host_impl_linux.cc(201)] Check failed: . : Invalid argument (22)

Expected behaviour

should work

Screenshots

No response

Additional information

Application can be launched by adding the --no-sandbox option argument.