Results 418 comments of froggie
trafficstars

yeah I posted a crash log on dependency bot's pull

Okay I can't repro the issue with my Go CLI program anymore, idk what's up, `pfetch` does still reproduce this every time.

I don't have oh my zsh at all. my entire zshrc: https://cdn.frogg.ie/paste-1703274290.txt cmds and env are just defined functions that don't interact with anything else

Attempting to open element from a fresh install crashed after a few seconds, whether I interacted with the window or not.

I've found that if it doesn't happen in the first few minutes, it stays stable and doesn't happen again until I re-open element.

This is still happening as of `1.11.10-2` ``` electron19 19.1.4-3 electron20-bin 20.3.4-1 element-desktop 1.11.10-2 element-web 1.11.10-2 ```

It looks like the community package for element-desktop isn't updated but I can try the git version.

Is it possible it's to do with the electron version that's being used @t3chguy? Which one are you using?

``` ~ ❯ electron20 -v v20.3.4 ~ ❯ which element-desktop /usr/bin/element-desktop ~ ❯ cat /usr/bin/element-desktop #!/bin/sh exec electron20 /usr/lib/element/app.asar --disable-dev-mode "$@" ```

It looks like running `yay -R element-desktop` and then `yay -S element-desktop`.. fixed the issue..? I'm so confused as to what could be going on here, because when I reported...