hyprwm / hyprpaper

Hyprpaper is a blazing fast wayland wallpaper utility with IPC controls.
https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/
BSD 3-Clause "New" or "Revised" License
761 stars 55 forks source link

Crashes on line 176 of Hyprpaper.cpp #137

Open JacobFrodermann opened 6 months ago

JacobFrodermann commented 6 months ago

I built Hyprpaper from source and it crashes with sigsev. I was able to pin the issue to this line using gdb and print statements it works without that line

Sys: fedora 40 CPU/GPU i5 11thgen Hyprland version: Hyprland, built from branch main at commit 4b3efc73c5d059e828f79952d80ff79c97521c3d (v.0.35.0)

hholst80 commented 6 months ago

It started to crash for me too.

image

stephentoth commented 6 months ago

This also happened for me, but after I reinstalled it, I'm unable to reproduce the error.

hholst80 commented 6 months ago

I have not updated Hyprpaper (well, I did now, same problem) so I think the issue is related to how it integrates with the rest of the system.

zerowhybr commented 6 months ago

I am on Arch Linux, using the hyprpaper-git package. I also experienced this crash. I removed the package with paru -Rs hyprpaper-git and reinstalled it with paru -S hyprpaper-git and the issue is resolved for me.