Almamu / linux-wallpaperengine

Wallpaper Engine backgrounds for Linux!
GNU General Public License v3.0
1.59k stars 61 forks source link

Assertion pa_atomic load failed #156

Open digitaltapestryposters opened 1 year ago

digitaltapestryposters commented 1 year ago

Hi sorry to bother again, after compiling on debian and getting the asset dir to work I try to run the program and I get the following error: Assertion 'pa_atomic_load(&(s)->_ref) >= 1' failed at pulse/stream.c:320, function pa_stream_unref(). Aborting. Aborted With a lot of source code output above it.

Everything compiled fine earlier (save for the unistd.h issue I opened before) so im not sure why this is happening, I used the following command ./linux-wallpaperengine ~/Desktop/testing/1169291411/

Thanks for your help ahead of time

Almamu commented 1 year ago

Could you share the full output? It should contain a bit more info on what exactly is going on.

digitaltapestryposters commented 1 year ago

Here is the full output

error.txt

trainzkid commented 8 months ago

@digitaltapestryposters does this occur with any other wallpapers?

I also wasn't aware the first arg to this app could be the wallpaper's directory instead of just the ID, does using just the ID instead of the directory make any difference? I doubt it will, just haven't seen this app invoked like that much

EDIT: of course, now I see everyone using the directory instead of the ID.