Re: GKrellmms - Streaming Live Audio
Adam Nielsen <[email protected]> Tue, 10 Apr 2018 07:55:24 +1000
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
> I can't even compile from source!=C2=A0https://pastebin.com/um3thQa6=C2= =A0Note > the last line. It says it got an error running /usr/bin/ruby. What happens if you run this command yourself? Perhaps ruby isn't installed? > I can find no way when compiling from source to do the > usual --debug when compiling. I think I've Googled every way I can to > try and find 'xmms2 debug' and it doesn't seem to exist even though the > Ubuntu docs for xmms2d say it does. Maybe this is all I'll get when > running xmms2d -v It looks like debugging is enabled by default. Possibly Ubuntu disable it for their version but when you compile from source you'll get it by default? I checked the code and it should be on, and messages appear when you launch with -v. I don't remember doing anything specific to enable it, perhaps that's because it's on by default. > 19:40:31 ERROR: ../src/xmms/ipc.c:805: Couldn't setup IPC listening on > 'unix:///tmp/xmms-ipc-chris'. > 19:40:31 FATAL: ../src/xmms/main.c:538: IPC failed to init! Just ignore these errors, we're only interested in the ones that come up when you try to add the URL to the playlist. The fact that you can play a local file correctly means any errors or warnings that appear in that situation are probably unrelated and aren't affecting anything. Once we find out why you can't add the URL, then we might go looking at the other errors that come up, but for the moment we don't know what's related to the problem and what isn't, so it's easier to just ignore them for now and focus in on what happens when you try to play the URL. This particular IPC error comes up for me as well and I've no idea what it's used for, so apparently it's not important. Cheers, Adam.