Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

i didnt, i am still in the middle of setting up a new server so i havent needed the server yet.

but i did how ever come across a bug im yet to solve with the app image. on my home system, when i run the app image i get a error regarding the sanbox permissions. i think that needs to be set. on my work system this worked as i have a different environment. but my home system(desktop) i cant get it to run.

This is the error i receive.

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 /tmp/.mount_drafftTREQd9/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap

when my server is back online, ill take a look at a docker compose. script. but im still waiting on parts from the US. water damage after a flood is a nightmare.

Sad to hear about the flood damage! Hope everything is ok! I’ll set a docker compose and add it to the documentation as the “official” setup.

I’m not sure about your environment (are you running Debian?), bu maybe you can try:

Possible Solutions

  1. Run with No Sandbox (Quick Fix): ./drafft-appimagefile --no-sandbox
  2. Use the –disable-setuid-sandbox Flag: ./drafft-appimagefile –disable-setuid-sandbox

Or this? https://authmane512.medium.com/solve-the-suid-sandbox-helper-binary-was-found-but-is-not-configured-correctly-3-solutions-4f1425a9a76c

im using on my home system Tuxedo os with dual boot arch (arch is mainly used for me for experimenting with the kernel).thats based on ubuntu but runs kde environment. on my work system im using rhel.

the no sandbox doesnt always work, i tried that solution that refused to open the software, no errors just sat with a blank terminal line. has done that in a few other flatpaks, such as affine. and the set uid option i tested as well that gave me a segfault crash, no idea why, So far the only way i was able to get it running was to extract it. and set the sandbox to root. and add 4577 to it. it ran perfect after that.

that leads me to begin to question appimages in their current state. (as a whole not your product as it happening on a lot of other app images as well.) the problem with it is most people are not like myself, if it isnt a simple fix, they will simply move on to an alternative, they wont debug or try and solve it. thats one of the reasons i mention it here. i love the drafft software and want it to succeed.