cerebro icon indicating copy to clipboard operation
cerebro copied to clipboard

Segmentation fault on start

Open piegamesde opened this issue 6 years ago • 11 comments

  • [x] I am on the latest Cerebro.app version

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

  • OS version and name: Arch Linux

  • Cerebro.app version: 0.3.2

Issue

When I start cerebro, it crashes:

installed: X-AppImage-BuildId=847a0770-d98f-11a7-0ebd-e5b83ffea09e image: X-AppImage-BuildId=847a0770-d98f-11a7-0ebd-e5b83ffea09e
Failed to get crash dump id.
Report Id: 
[1]    3603 segmentation fault (core dumped)  ./cerebro-0.3.2-x86_64.AppImage

I get the same error when running the AUR packages.

piegamesde avatar Aug 11 '19 14:08 piegamesde

similar situation, also Arch

reginastracii avatar Aug 17 '19 16:08 reginastracii

Same to me on Arch. I also cannot install by source because nodobjc package fails to build.

fxdave avatar Aug 17 '19 18:08 fxdave

Same to me on Arch. When I try to start cerebro in the console as follow:

cerebro --help cerebro -h

it starts after few retries and it works as expected, but the context menu is not readable. image

Maybe some unicode issues?

vesley avatar Aug 18 '19 10:08 vesley

Same to me (Arch), mine won't event initialize config file

phibonacho avatar Aug 22 '19 15:08 phibonacho

Since there's no launcher satisfying my needs, I started my own. Take a look: https://github.com/vonal-project

It's still useless, there're no plugins, cannot be configured by files. But it is actively developed!

fxdave avatar Aug 22 '19 17:08 fxdave

I managed to make it work on manjaro 18.04 by compiling from sources (version 0.3.1), I followed instruction on README.md but i before each yarn I run yarn upgrade.

(node version 8.16 AUR node-lts-carbon)

phibonacho avatar Aug 25 '19 12:08 phibonacho

I switched to ulauncher. Seems to be a good launcher too.

vesley avatar Aug 26 '19 05:08 vesley

Same problem here on Arch Linux. In the AUR version, it asks for nodejs-lts-carbon and I use a newer nodejs.

williamcanin avatar Mar 22 '21 03:03 williamcanin

$ yay -S cerebro
:: There are 2 providers available for cerebro:
:: Repository AUR
    1) cerebro 2) cerebro-git 

Enter a number (default=1): 1
 -> Could not find all required packages:
        nodejs-lts-carbon (Wanted by: cerebro)

cyberquarks avatar Apr 27 '21 01:04 cyberquarks

I have the same issue on kali linux

apertureless avatar Feb 21 '22 14:02 apertureless

I have the same issue on endeavour os

iCodePoet avatar Jul 08 '22 15:07 iCodePoet

I'm closing this issue as outdated. We recently released v0.8.0 which has a lot of dependency updates and bug fixes. Try it and, if the problem persists, we can open a new issue.

dubisdev avatar Sep 22 '22 21:09 dubisdev