You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initially was unable to run the .deb package or the AppImage download because of Trace/breakpoint trap on startup.
When running the AppImage, the error is a bit clearer:
[14108:1026/195749.428664:FATAL:setuid_sandbox_host.cc(157)] 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_EEZ.StyfjO49/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap
Thankfully goran.mahovlic on Discord pointed me to the --no-sandbox option, which fixes the problem, by running the program as ./EEZ.Studio-0.9.7.AppImage --no-sandbox.
Would you please document the --no-sandbox option, or fix the bug that is resulting in the trap on startup? Thank you very much!
The text was updated successfully, but these errors were encountered:
I initially was unable to run the
.deb
package or the AppImage download because ofTrace/breakpoint trap
on startup.When running the AppImage, the error is a bit clearer:
Thankfully goran.mahovlic on Discord pointed me to the
--no-sandbox
option, which fixes the problem, by running the program as./EEZ.Studio-0.9.7.AppImage --no-sandbox
.Would you please document the
--no-sandbox
option, or fix the bug that is resulting in the trap on startup? Thank you very much!The text was updated successfully, but these errors were encountered: