On Fri, 14 Dec 2012 00:57:21 +0100, Elimar Riesebieter <riese...@lxtec.de>
wrote:
[...]
Appending STDERR and STDOUT when invoking mocp with -D (debug) option.

Those don't look like they are form a MOC session?


Oops, you are right, I accidentally uploaded different files. Sorry, my bad.

Now when I try to redirect the outputs, the files end up being zero size. So
I rather just copied output from terminal:

    me@there:~$ mocp -D
    Loading plugins from /usr/lib/moc/decoder_plugins...
    Loading plugin libaac_decoder...
    OK
    Loading plugin libflac_decoder...
    OK
    Loading plugin libmodplug_decoder...
    OK
    Loading plugin libmp3_decoder...
    OK
    Loading plugin libmusepack_decoder...
    OK
    Loading plugin libsidplay2_decoder...
    OK
    Loading plugin libsndfile_decoder...
    OK
    Loading plugin libspeex_decoder...
    OK
    Loading plugin libvorbis_decoder...
    OK
    Loading plugin libwavpack_decoder...
    OK
    Running the server...
    Trying JACK...
    Trying ALSA...
    ^C
    me@there:~$

I'm also appending mocp_server.log, which I've omitted last time.

Dec 18 14:28:34.082702: main.c:794 main(): This is Music On Console (version 
2.5.0-alpha4)
Dec 18 14:28:34.082811: main.c:798 main(): Configured: '--prefix=/usr' 
'--mandir=${prefix}/share/man'
Dec 18 14:28:34.082823: main.c:449 log_command_line(): mocp -D 
Dec 18 14:28:34.094490: decoder.c:637 load_plugins(): loaded 10 decoders: aac 
flac modplug mp3 musepack sidplay2 sndfile speex vorbis wavpack
Dec 18 14:28:34.095331: server.c:296 server_init(): Starting MOC Server
Dec 18 14:28:34.095685: log.c:119 log_init_stream(): Writing log to: 
mocp_server_log
Dec 18 14:28:34.096121: server.c:739 server_error(): ERROR: JACK: 
jack_client_new: deprecated
Dec 18 14:28:34.096144: server.c:584 add_event_all(): No events have been added 
because there are no clients.
Dec 18 14:28:34.097912: server.c:739 server_error(): ERROR: JACK: Cannot 
connect to server socket err = No such file or directory
Dec 18 14:28:34.097951: server.c:584 add_event_all(): No events have been added 
because there are no clients.
Dec 18 14:28:34.097973: server.c:739 server_error(): ERROR: JACK: Cannot 
connect to server request channel
Dec 18 14:28:34.097983: server.c:584 add_event_all(): No events have been added 
because there are no clients.
Dec 18 14:28:34.100149: server.c:739 server_error(): ERROR: JACK: jack server 
is not running or cannot be started
Dec 18 14:28:34.100161: server.c:584 add_event_all(): No events have been added 
because there are no clients.
Dec 18 14:28:34.100548: server.c:739 server_error(): ERROR: cannot create 
client jack server not running?
Dec 18 14:28:34.100565: server.c:584 add_event_all(): No events have been added 
because there are no clients.
Dec 18 14:28:34.100597: alsa.c:270 alsa_init(): Initialising ALSA device
Dec 18 14:28:34.123693: server.c:739 server_error(): ERROR: Can't find mixer PCM
Dec 18 14:28:34.123741: server.c:584 add_event_all(): No events have been added 
because there are no clients.
Dec 18 14:28:34.123770: alsa.c:258 alsa_init_mixer_channel(): Opened mixer 
(Master), volume range: 0-65536
Dec 18 14:28:34.123801: alsa.c:181 handle_mixer_events(): Mixer event
Dec 18 14:28:34.134754: audio.c:956 print_output_capabilities(): Sound driver 
capabilities: channels 1 - 32, formats: 8-bit unsigned, 16-bit signed, 24-bit 
signed (as 32-bit samples) little-endian (native)
Dec 18 14:28:34.134792: audio.c:970 audio_initialize(): Disabling 24bit modes 
because Allow24bitOutput is set to no.
Dec 18 14:28:34.134880: out_buf.c:68 read_thread(): entering output buffer 
thread
Dec 18 14:28:34.134939: softmixer.c:64 softmixer_init(): Softmixer initialized
Dec 18 14:28:34.135023: equalizer.c:440 equalizer_init(): Equalizer initialized
Dec 18 14:28:34.135086: tags_cache.c:552 reader_thread(): Tags reader thread 
started
Dec 18 14:28:34.135102: tags_cache.c:574 reader_thread(): All queues empty, 
waiting

Reply via email to