GitSquared / edex-ui

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
GNU General Public License v3.0
40.49k stars 2.55k forks source link

Not Starting #983

Closed S1700 closed 3 years ago

S1700 commented 3 years ago

I have downloaded and i have ran mpn run install-linux but when i try to run it, it says:

> edex-ui@3.0.0-pre start
> electron src --nointro

[3278:1222/221125.442496: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/samuel20354/edex-ui/node_modules/electron/dist/chrome-sandbox is owned by root and has mode 4755.
/home/samuel20354/edex-ui/node_modules/electron/dist/electron exited with signal SIGTRAP
npm ERR! code 1
npm ERR! path /home/samuel20354/edex-ui
npm ERR! command failed
npm ERR! command sh -c electron src --nointro

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-12-22T22_11_25_461Z-debug.log

I have also try running it with sudo but it comes back with the same error

wrac4242 commented 3 years ago

can you give the full logs from the bottom, i would recommend reinstalling now, as running as sudo breaks some stuff

wrac4242 commented 3 years ago

just checking this is on linux right?

S1700 commented 3 years ago

yes this is on kali linux and what do you mean by, can you give the full logs from the bottom, that was the whole error

Thanks

wrac4242 commented 3 years ago

the logs that are linked at the bottom of the error npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-12-22T22_11_25_461Z-debug.log

GitSquared commented 3 years ago

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/samuel20354/edex-ui/node_modules/electron/dist/chrome-sandbox is owned by root and has mode 4755. /home/samuel20354/edex-ui/node_modules/electron/dist/electron exited with signal SIGTRAP

Check this out: https://github.com/GitSquared/edex-ui/issues/588#issuecomment-538114654