Kylart / KawAnime

Desktop app for anime fans
MIT License
664 stars 50 forks source link

appimage segfault on solus os #60

Closed Lukaboot closed 5 years ago

Lukaboot commented 5 years ago

@uwu ~/Downloads $ ./KawAnime-0.3.1-x86_64.AppImage Segmentation fault

Installing with npm install works fine, and then running in dev.

Kylart commented 5 years ago

What happens if you try to build your own AppImage ?

$ git checkout v0.3.1
$ rm -rf node_modules package-lock.json
$ npm install && npm run dist:linux 

Your .appImage should be in the dist folder.

Kylart commented 5 years ago

I'm closing this issue as no answer has been given back.

If you encounter this problem, please feel free to comment and I'll reopen.