Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temp file deleted error #133

Closed
seanh opened this issue Apr 21, 2017 · 5 comments
Closed

Temp file deleted error #133

seanh opened this issue Apr 21, 2017 · 5 comments

Comments

@seanh
Copy link

seanh commented Apr 21, 2017

I'm using Peek 1.0.1 from the daily builds PPA https://launchpad.net/~peek-developers/+archive/ubuntu/daily, I keep finding that after Rendering... no file is saved, and I saw these errors in the terminal:

Using screen recorder backend gnome-shell
Recording to file /home/seanh/.cache/peek/peekGHEUYY.mp4
convert-im6.q16: unable to get registry ID `cache:hosts' @ error/registry.c/GetImageRegistry/201.
convert-im6.q16: DistributedPixelCache '127.0.0.1' @ error/distribute-cache.c/ConnectPixelCacheServer/244.
convert-im6.q16: cache resources exhausted `/home/seanh/.cache/peek/magick-15589Z10NOskfB7ok.pam' @ error/cache.c/OpenPixelCache/3945.
Error: Child process exited with code 1
File save error: Error when getting information for file “/home/seanh/.cache/peek/peekSYSPYY.gif”: No such file or directory
Temp file delete error: Error removing file /home/seanh/.cache/peek/peekSYSPYY.gif: No such file or directory

I'm using output format GIF

@seanh
Copy link
Author

seanh commented Apr 24, 2017

Stable version seems to have the same issue. Peek is unfortunately completely unusable for me now

@phw
Copy link
Owner

phw commented Apr 24, 2017

But it worked for you previously? Did something change or is this a different system?

The error message indicates that there is not enough disk space for processing, how much space is there in your home? If it crashed in between maybe there are also left over files in /home/seanh/.cache/peek/

@seanh
Copy link
Author

seanh commented Apr 24, 2017

Went back and tried versions 1.0.0 and 0.9.1 (building from source), also tried the flatpak, and each different --backend, all have the same problem.

It did work for me before yes, on this same system. I did recently upgrade to Ubuntu Gnome 17.04, maybe that caused it?

Lots of space left in my home (about 40GB).

Leftover cache files:

$ ls .cache/peek/
peek7EDJYY.pam  peekIQ80XY.gif  peekMRGJXY.pam  peekYWYLXY.pam
$ du -hs .cache/peek/*
939M    .cache/peek/peek7EDJYY.pam
1.1M    .cache/peek/peekIQ80XY.gif
0       .cache/peek/peekMRGJXY.pam
0       .cache/peek/peekYWYLXY.pam

@seanh
Copy link
Author

seanh commented Apr 24, 2017

Tried emptying out .cache/peek but that didn't help (same crash, and afterwards .cache/peek is still empty)

@phw phw added the duplicate label Apr 24, 2017
@phw
Copy link
Owner

phw commented Apr 24, 2017

Seems to be a duplicate of #112 . The core of the issue seems to be ImageMagick convert having some issues with the "distributed pixel cache" (whatever this is). But the fact that it also affects the flatpak version puzzles me, because this comes with its own convert and I cannot reproduce the issue there.

I close this, please follow #112 for updates.

@phw phw closed this as completed Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants