IDE Launch Fails: "sandbox helper binary was found, but is not configured correctly"

Hi there,

I have a similar issue trying to launch Arduino IDE 2.0.3 (downloaded today January 31 2023).
Same issue with AppImage (nothing appears on the screen).
I tried as root : looks like it goes a bit further, but finally hangs.

When launching from terminal, here's the log :

ben@debian:~/Téléchargements/arduino-ide_2.0.3_Linux_64bit$ ./arduino-ide 
[19794:0131/161103.803013: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/ben/Téléchargements/arduino-ide_2.0.3_Linux_64bit/chrome-sandbox is owned by root and has mode 4755.
Trappe pour point d'arrêt et de trace
ben@debian:~/Téléchargements/arduino-ide_2.0.3_Linux_64bit$ [19796:0100/000000.837773:ERROR:zygote_linux.cc(646)] write: Relais brisé (pipe) (32)

According to the error message you should change the ownership of the file "chrome-sandbox" in the dir of the IDE.

Oops, forgot to chmod to 4755, now it works !

Thanks a lot for your help picouser !

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.