Post your bug reports here
Submitted by gLvaN3 on Wed, 2025-07-30 19:50
Moc version: 2.6-alpha3
Leak 1
File: server.c
Function: on_song_change
Description: The function contains a static variable called on_song_change, that gets initialized with a call to lists_strs_new, but it is never freed.
Leak 2
File: common.c
Function: get_home
Description: The function contains a static variable called home, that gets initialized with a call to xstrdup, but it is never freed.
Submitted by Mozai on Wed, 2025-07-23 16:03
mocp version: 2.6-alpha3
What I did:
[tt]mocp -S[/tt]
[tt]echo -e "cccc.mp3\nbbbb.mp3\ndddd.mp3\naaaa.mp3" >tempfile.m3u[/tt]
[tt]mocp --clear --append tempfile.m3u[/tt]
What I expected:
if I summon the client, I should see in the playlist the same files as [tt]cat tempfile.m3u[/tt]] in the same order. [tt]mocp --play[/tt] should play the music file on the first line of tempfile.m3u: cccc.mp3
What I saw instead:
Submitted by chaseleif on Sun, 2025-02-02 14:50
FYI:
There are also reports of ffmpeg issues. I currently build moc with -ffmpeg, so I haven't encountered this. I am sharing this for completeness sake for Gentoo.
This was previously mentioned here:
http://moc.daper.net/node/3644
There is a discussion about compilation errors, possible patch, possible future direction in the bug report here:
https://bugs.gentoo.org/834393
(There has been additional discussion after the latest reply on this site)
Thanks!
Submitted by chaseleif on Sun, 2025-02-02 07:43
https://bugs.gentoo.org/831179
Hallo. This issue is encountered on an LLVM system, compiling with clang.
There is an issue in the `ax_pthread.m4`
I created a patch which allows moc to compile with clang in Gentoo, but this issue is also fixed in the upstream ax_pthread.m4.
Submitted by antonellocaroli on Mon, 2023-06-26 07:49
Hi,
it appears that moc does not compile with ffmpeg5
see gentoo open bug
https://bugs.gentoo.org/834393
Submitted by PostInStALLeMeNt on Sun, 2023-02-19 19:16
I get the following error when opening moc:
(918!) Cache DB search error: BDB0075 DB_PAGE_NOTFOUND: Requested page not found
I am still able to listen to music. It doesn't affect anything at all. Yet, it is there.
os:
Distributor ID: Bunsenlabs
Description: BunsenLabs GNU/Linux 10.5 (Lithium)
Release: 10.5
Codename: buster
Submitted by nkk on Thu, 2022-11-17 15:13
After upgrading to xubuntu 22.10 moc does not start. Output is:
*** buffer overflow detected ***: terminated
Aborted (core dumped)
It happens on both my PC-s after upgrade. The last lines in mocp_client_log file are:
Nov 17 19:05:58.560799: interface.c:3496 init_interface(): Starting MOC Interface
Nov 17 19:05:58.560864: log.c:233 log_init_stream(): Writing log to: mocp_client_log
Nov 17 19:05:58.561040: utf8.c:328 utf8_init(): Using UTF8 output
Submitted by kweint on Mon, 2021-09-27 09:15
when searching with 'g' I can only enter 1 letter into the search bar, if the first letter is capital I can enter another one but no more, I tried with using / inside the search bar but same thing happens
Pages