cerebroapp/cerebro

Unable to start on Arch Linux

vishalbasnet23 opened this issue · 3 comments

  • I am on the latest Cerebro.app version

  • I have searched the issues of this repo and believe that this is not a duplicate

  • OS version and name: EndeavourOS Linux x86_64

  • DE: Budgie

  • Cerebro.app version: [v0.6.0](

  • Relevant information from devtools (See above how to open it): N/A

Issue

I tried to install Appimage downloaded from the site but after I make it executable and run, it throws me the following error:

installed: X-AppImage-BuildId=4c9e08a0-909d-11a7-22a7-6ff87461f7d9 image: X-AppImage-BuildId=4c9e08a0-909d-11a7-22a7-6ff87461f7d9
[1] 37830 segmentation fault (core dumped) ./cerebro-0.3.1-x86_64.AppImage

Hi @vishalbasnet23

If you downloaded the package from website you probably downloaded an outdated version (the log shows you are using 0.3.1)

Try with
https://github.com/cerebroapp/cerebro/releases/download/v0.5.0/Cerebro-0.5.0.AppImage

The main branch is now in v0.6.0 but no executables were published. If you want you can try to build it from source following the instructions in the readme file.

Thanks 🙌
David

With a different version but looks like a duplicate of #494

I'm closing this as a duplicate of #494