AhMyth-Android-RAT icon indicating copy to clipboard operation
AhMyth-Android-RAT copied to clipboard

Harfbuzz version too old (1.3.1)

Open LogotipX opened this issue 4 years ago • 2 comments

npm start Harfbuzz version too old (1.3.1)

LogotipX avatar May 02 '20 14:05 LogotipX

Hello! I had the same error

❯ npm start

@ start /root/rat/AhMyth-Android-RAT/AhMyth-Server electron ./app (electron:88320): Pango-ERROR **: 12:19:52.582: Harfbuzz version too old (1.3.1)


That helped

npm install --save-dev electron-rebuild npm install electron@nightly

Strannik74 avatar May 05 '20 08:05 Strannik74

You need to bump electron version to actual and rebuild app https://github.com/AhMyth/AhMyth-Android-RAT/pull/230

zlocate avatar Aug 23 '20 23:08 zlocate