FTBTeam / FTB-App

Electron, Vue2, and Tailwind based frontend system for the FTB App; a new Modpack launcher for FTB and Curse modpacks.
https://feed-the-beast.com/app
GNU Lesser General Public License v2.1
92 stars 25 forks source link

Ubuntu 24.04 neither AppImage nor debian packaged can start #1123

Closed leagris closed 4 months ago

leagris commented 4 months ago

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.

leagris commented 4 months ago

Relates to: https://github.com/electron/electron/issues/17972