screencloud icon indicating copy to clipboard operation
screencloud copied to clipboard

Segmentation fault on Arch installation

Open billyhicks opened this issue 8 years ago • 6 comments

I installed the 64 bit package using Pacman. The programme opens but then segfaults with the following error message /usr/bin/screencloud: line 13: 16198 Segmentation fault (core dumped) LD_LIBRARY_PATH=/opt/screencloud /opt/screencloud/screencloud "$@"

billyhicks avatar Apr 25 '16 18:04 billyhicks

Running debug I get the following

[INFO] "Loaded 0 plugin(s)" PulseAudioService: pa_context_connect() failed [INFO] "Using bundled icon: :/systray/trayicon-gray.svg" [WARN] "sfx/shutter.wav does not exist." Segmentation fault (core dumped) Not too sure why pulseaudio is being invoked? Or why shutter.wav is necessary.

billyhicks avatar Jun 11 '16 20:06 billyhicks

screencloud is not in any of the official repositories so it can't be installed with pacman, contact the maintainer of the AUR package.

I maintain the screencloud-git package and so far it works as expected.

PS: PulseAudio in called to play that *.wav sound, is not required, that's why It only shows a warning.

Edit: No, it's not working as expected, at least with pythonqt 3.1, see olav-st/screencloud-plugins#26

With PythonQt 3.0 it works fine.

AlfredoRamos avatar Jun 16 '16 03:06 AlfredoRamos

im still getting this, whats the solution? downgrade to pythonQt 3.0 ?

5shekel avatar Oct 17 '16 19:10 5shekel

@5shekel It currently works just fine with PythonQt 3.1, so this issue has been fixed, at least in the AUR packages.

The one that can be installed adding a custom repository [ref1] needs to be updated [ref2], because the PKGBUILD [ref3] uses two dependencies (quazip-qt5 and pythonqt-qt5) that don't exist.

The path was changed in commit 3ac0cb9 so you should do a clean install, you'll need to remove these directories before building the package.

~/.local/share/screencloud
~/.config/screencloud

AlfredoRamos avatar Oct 17 '16 20:10 AlfredoRamos

this worked for me, thankx

yaourt -Rs screencloud
rm -fr ~/.local/share/screencloud
rm -fr ~/.config/screencloud
yaourt screencloud

5shekel avatar Oct 17 '16 20:10 5shekel

This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed after 30 days.

github-actions[bot] avatar May 02 '24 02:05 github-actions[bot]

This issue was closed because of inactivity. If this issue is still relevant, please re-open a new issue.

github-actions[bot] avatar Jun 11 '24 02:06 github-actions[bot]