karlstav / cava

Cross-platform Audio Visualizer
MIT License
3.92k stars 225 forks source link

Segmentation fault #555

Closed feelsunbreeze closed 3 months ago

feelsunbreeze commented 3 months ago

READ THIS BEFORE CREATING NEW ISSUE

Are you using cava from a package repository, like AUR?

I have tried cava from this github repo (I did the ./autogen.sh and ./configure) and from AUR but both give the same error

If so, clone the master branch from here, build and run. Is your issue already resolved?

Don't know how to clone or compile source code? File report to package maintainer instead!

Describe the bug

I get a segmentation fault error with the [E] pw.loop. The screen is below.

To Reproduce

Steps to reproduce the behavior:

  1. Install & run cava, literally.

Expected behavior

Cava to run

Screenshots

img

Desktop (please complete the following information):

Terminal emulator kitty 0.33.0

Additional context This is really just a fresh install of arch.

karlstav commented 3 months ago

the real issue here is the pw_loop_new cant make support.system... what is your pipewire version? maybe related to #557?

feelsunbreeze commented 3 months ago

The issue was resolved, pipewire had not been installed on my system.

Might want to include pipewire in the arch linux install instruction.

Cheers!