matanui159 / ReplaySorcery

An open-source, instant-replay solution for Linux
GNU General Public License v3.0
851 stars 26 forks source link

Failed to create PulseaAudio device #89

Closed Seltonu closed 3 years ago

Seltonu commented 3 years ago

Describe the bug When checking which pulseaudio devices are available to replay-sorcery I get the following output, although pulseaudio is definitely installed: image

Desktop:

Configuration: replay-sorcery.conf.txt

Logs: replay-sorcery.log

matanui159 commented 3 years ago

What exactly is the issue here? strings gets all the strings in the executable so of course it's showing all the error messages

Seltonu commented 3 years ago

Apologies I wasn't clear, my recordings have no audio yet pulseaudio is installed

matanui159 commented 3 years ago

Ah ok. Looking through the logs it looks like you're missing the PulseAudio development files. Install those and rerun CMake and Make.

Seltonu commented 3 years ago

Ah it seems this was fixed with a restart+recompile, as I had libpulse-dev installed. Thank you!