Summary: | Neochat crash on start | ||
---|---|---|---|
Product: | [Applications] NeoChat | Reporter: | Hirad <redstar> |
Component: | General | Assignee: | Tobias Fella <fella> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | andrej.halv, carl |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 23.04.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Hirad
2023-07-30 16:45:06 UTC
I had the same issue today where Neochat started fine, but sometimes it would crash outright, or sometimes I would have to switch channels a bunch of times and then it would crash. So just this moment I locally compiled Arch's neochat from PKGBUILD and now it seems to work fine. To try and compile neochat yourself do this: Install base-devel and devtools via `sudo pacman -Syu base-devel devtools` Then clone the neochat PKGBUILD with `pkgctl repo clone neochat` Now go into that directory with `cd neochat` And now compile and install neochat with `makepkg -s -i --skipinteg` This seems to be an arch bug. as far as i know it has already been reported there. Yeah, I submitted a bug report a moment ago. https://bugs.archlinux.org/task/79261 |