-
Notifications
You must be signed in to change notification settings - Fork 17
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
Starting mpd-mpris segfaults mpd since mpd/0.22.10 #27
Comments
I currently don't have a Linux box available to me at the moment (will do in a month); but I think this happened once before with an older version of mpd |
For the avoidance of doubt I can confirm that I'm seeing the same on Arch with the same versions. |
It might be related to MusicPlayerDaemon/MPD#1224 / MusicPlayerDaemon/MPD#1225 |
This could really well be it. If mpd with MusicPlayerDaemon/MPD#1227
<MusicPlayerDaemon/MPD#1227> applied doesn’t blow
up then we can just call it a day I guess?
Sorry again that I cannot test this at the moment.
…On Mon, Aug 16, 2021 at 6:05 Tim Sweet ***@***.***> wrote:
It might be related to MusicPlayerDaemon/MPD#1224
<MusicPlayerDaemon/MPD#1224> /
MusicPlayerDaemon/MPD#1225
<MusicPlayerDaemon/MPD#1225>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACFEK2L6HG2OLQBRW4YIYLTT5ATYBANCNFSM5B3F2IBA>
.
|
I can't speak for mpd-mpris, but I was seeing this issue when my own crudely written mpd client tried to access mpd and requested albumart. If mpd-mpris is attempting to get albumart, it might be running into the same issue. If you're on Arch, you may try this PKGBUILD of mpd with the patch applied. mpd-0.22.10-2.src.tar.gz |
As of v0.3.0 |
If someone can confirm that |
The patch via @Ram-Z's PKGBUILD has fixed the issue for me 🎊 |
Great! Closing the issue then. Future readers, please checkout MusicPlayerDaemon/MPD#1225, MusicPlayerDaemon/MPD#1227 and @Ram-Z's patch above. |
This is on Arch with mpd version 0.22.10 and mpd-mpris 0.3.1. When mpd-mpris is started, both mpd and mpd-mpris crash. mpd-mpris outputs the following:
And the following occurs with mpd:
Any ideas what could be causing this and how to fix it? Thanks for this project btw!
The text was updated successfully, but these errors were encountered: