Morsmalleo / AhMyth

Cross-Platform Android Remote Administration Tool | Official maintained repository for the AhMyth R.A.T Project | A dedicated revival of the original repository at https://GitHub.com/AhMyth/AhMyth-Android-RAT
GNU General Public License v3.0
709 stars 175 forks source link

Starting AhMyth as root with the "start_linux" script returns a SIGABRT error with electron #368

Closed Morsmalleo closed 5 months ago

Morsmalleo commented 10 months ago

Not sure why the hell this is happening, it's not related to the server it's just related to the script that's there for newer users who don't know how to start AhMyth properly based on their privilege level, hence why this is a blank issue, apologies to other users who tried to post this, I misinterpreted those issues as unfilled server reports when the problem was in the right category to be opened under a blank issue, so I could've just edited those issues instead of removing them but my dumb ass didn't realise at the time, so once again my apologies, I'll have the start script for Linux fixed ASAP.

Morsmalleo commented 10 months ago

users trying to run AhMyth as Root on Linux will need to utilize the following command to start AhMyth as root without problems.

npx electron ./app --no-sandbox start
Morsmalleo commented 5 months ago

This should be fixed with commit 4cf658c if users still experience this problem, please let me know.