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

Encountering a configuration warning pw.conf under Debian #908

Open
Akinevz opened this issue Nov 11, 2023 · 4 comments
Open

Encountering a configuration warning pw.conf under Debian #908

Akinevz opened this issue Nov 11, 2023 · 4 comments

Comments

@Akinevz
Copy link

Akinevz commented Nov 11, 2023

Overview Description:
Opening an mp3 file under celluloid running on Debian 11 hangs the program with a warning and an error, returns allocation errors or is unable to access touch ALSA hardware.

Steps to Reproduce:

  1. WSL Debian 11
  2. apt install celluloid
  3. celluloid
  4. ctrl-o
  5. select mp3 file

Actual Results:
Hangup +
No such file or directory errors

Expected Results:
Audio playback

Version:
0.20

Additional Information:

[W][02109.613026] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][02109.613047] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM default
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM default
@gnome-mpv
Copy link
Collaborator

Can you check if mpv works?

@Akinevz
Copy link
Author

Akinevz commented Nov 11, 2023

MPV returns the same first two lines of error on the same file

@gnome-mpv
Copy link
Collaborator

In that case, it's probably something to do with WSL. From the error messages, it looks like no sound card could be detected. I don't know much about WSL, so I'm not sure what went wrong.

@Akinevz
Copy link
Author

Akinevz commented Nov 11, 2023

# borg @ DESKTOP in /mnt/share
$  mpv file.mp3
 (+) Audio --aid=1 (mp3 2ch 44100Hz)
[W][08880.511805] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][08880.511825] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
AO: [pulse] 44100Hz stereo 2ch float
A: 00:01:36 / 00:20:25 (8%)

Exiting... (Quit)

# borg @ DESKTOP in /mnt/share
$ mpv --version
mpv 0.35.1 Copyright © 2000-2023 mpv/MPlayer/mplayer2 projects
 built on UNKNOWN
FFmpeg library versions:
   libavutil       57.28.100
   libavcodec      59.37.100
   libavformat     59.27.100
   libswscale      6.7.100
   libavfilter     8.44.100
   libswresample   4.7.100
FFmpeg version: 5.1.3-1


# borg @ DESKTOP in /mnt/share
$ which mpv
/usr/bin/mpv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants