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
714 stars 177 forks source link

libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed #113

Closed karma0x309 closed 2 years ago

karma0x309 commented 2 years ago

whenever i launch ahmyth im getting the following error:

ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.DBus.StartServiceByName: object_path= /org/freedesktop/DBus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
[64062:0521/000139.794215:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
^C/home/kali/.npm/_npx/1323dbbc85759269/node_modules/electron/dist/electron exited with signal SIGINT

Heres my neofetch output:

OS: Kali GNU/Linux Rolling x86_64 
Kernel: 5.16.0-kali7-amd64 
Packages: 2958 (dpkg) 
Shell: zsh 5.8.1 
Terminal: qterminal 
CPU: Intel i5-4200U (4) @ 2.600GHz
GPU: AMD ATI Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / Radeon 520 Mobile 
GPU: Intel Haswell-UL
Morsmalleo commented 2 years ago

There are two problems happening here one of them is new to me so I'll have to do some research but the other one is a sandbox_linux.cc error, copy and paste and run these commands below and let me know if it solves your problem

rm -rf AhMyth; sudo npm uninstall -g electron; sudo npm install -g electron@11.5.0; git clone https://GitHub.com/Morsmalleo/AhMyth; AhMyth/AhMyth-Server; npm start
karma0x309 commented 2 years ago

Thanks it worked

Morsmalleo commented 2 years ago

Thanks it worked

You're most welcome