You are not logged in.

#1 2007-11-01 09:56:24

SilentMan
Member
From: Ukraine
Registered: 2007-09-20
Posts: 41

[Solved] Beep Media Player 2, dbus/glib problem

Hello smile
I'm stuck trying to run bmpx. I simply run it with

dbus-launch beep-media-player-2

and get this:

BMPx tried to start up, but crashed.

Please file a bug at:

http://bugs.beep-media-player.org

with no output to console.

I got check-libstdc++.sh from bmpx site, it shows me this:

[sm@home-sm ~]$ ./check-libstdc++.sh
ldd: /usr/libexec/beep-media-player-2-bin: Нет такого файла или каталога
ldd: /lib/libmusicbrainz.so: Нет такого файла или каталога

If the following output does not show EXACTLY the same library for EACH line, then you have a problem.

BMP..........:
GLIBMM.......: libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7cea000)
GTKMM........: libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb73e3000)
PANGOMM......: libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7c26000)
Taglib.......: libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7df7000)
MusicBrainz..:

Look's like it's a libstdc++ problem. Recompiling bmpx/libstdc++ doesn't help sad
Any ideas what to do?

Last edited by SilentMan (2007-12-04 19:43:03)

Offline

#2 2007-11-01 15:17:58

clickit
Member
From: Athens, Hellas
Registered: 2007-07-18
Posts: 93

Re: [Solved] Beep Media Player 2, dbus/glib problem

i got the same error and exactly the same script report so i return to bmp until a solution for this bug be found
we'll see

Offline

#3 2007-11-01 18:16:02

SilentMan
Member
From: Ukraine
Registered: 2007-09-20
Posts: 41

Re: [Solved] Beep Media Player 2, dbus/glib problem

Did you posted a bug report? If not i'll do so.

Offline

#4 2007-11-01 19:11:59

clickit
Member
From: Athens, Hellas
Registered: 2007-07-18
Posts: 93

Re: [Solved] Beep Media Player 2, dbus/glib problem

it's allready posted there http://bugs.beep-media-player.org/view.php?id=485 by an Italian, i think, guy
there's no need to post again

Last edited by clickit (2007-11-01 19:12:19)

Offline

#5 2007-11-03 01:34:17

smurnjiff
Member
Registered: 2007-06-25
Posts: 211

Re: [Solved] Beep Media Player 2, dbus/glib problem

I have beep media player working here.  Make sure DBUS is enabled.  Check by running this command inside a terminal (not one inside screen):

echo $DBUS_SESSION_BUS_ADDRESS
unix:abstract=/tmp/dbus-Ekl5tRnrJv,guid=2cf578bfa1a0ca5d59170100472bc600

If you don't get this output, fix your .xinitrc by launching dbus before your WM.

#.xinitrc
exec dbus-launch --auto-syntax --exit-with-session /usr/local/bin/dwmstartup

If it is still not working, check for the appropriate Gstreamer packages:

~ % psearch -i -c gstreamer
[i] extra/gstreamer0.10 (0.10.14-1): GStreamer Multimedia Framework
[i] extra/gstreamer0.10-alsa (0.10.14-1): GStreamer alsa plugin
[i] extra/gstreamer0.10-bad (0.10.5-2): GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)
[i] extra/gstreamer0.10-base (0.10.14-1): GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
[i] extra/gstreamer0.10-cdparanoia (0.10.14-1): GStreamer CDParanoia plugin
[i] extra/gstreamer0.10-faac (0.10.5-1): GStreamer FAAC plugin
[i] extra/gstreamer0.10-faad (0.10.5-1): GStreamer FAAD plugin
[i] extra/gstreamer0.10-ffmpeg (0.10.2-1): Gstreamer FFMpeg Plugin
[i] extra/gstreamer0.10-flac (0.10.6-1): GStreamer flac plugin
[i] extra/gstreamer0.10-gconf (0.10.6-1): GStreamer GConf plugin
[i] extra/gstreamer0.10-gnomevfs (0.10.14-1): GStreamer gnome-vfs plugin
[i] extra/gstreamer0.10-good (0.10.6-1): GStreamer Multimedia Framework Good Plugins (gst-plugins-good)
[i] extra/gstreamer0.10-lame (0.10.6-1): GStreamer lame MP3 plugin
[i] extra/gstreamer0.10-mad (0.10.6-1): GStreamer MP3 mad plugin
[i] extra/gstreamer0.10-mms (0.10.5-1): GStreamer mms protocol plugin
[i] extra/gstreamer0.10-musicbrainz (0.10.5-1): GStreamer musicbrainz plugin
[i] extra/gstreamer0.10-ogg (0.10.14-1): GStreamer OGG plugin
[i] extra/gstreamer0.10-python (0.10.8-1): Python bindings for GStreamer 0.10
[i] extra/gstreamer0.10-sidplay (0.10.6-1): GStreamer sidplay plugin
[i] extra/gstreamer0.10-ugly (0.10.6-1): GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
[i] extra/gstreamer0.10-vorbis (0.10.14-1): GStreamer Vorbis plugin

If all else fails, you may want to linger in #bmpx and compile bmpx with debug support.  Using gdb will help you identify issues.

Offline

#6 2007-11-03 10:46:24

SilentMan
Member
From: Ukraine
Registered: 2007-09-20
Posts: 41

Re: [Solved] Beep Media Player 2, dbus/glib problem

Still nothing sad
But thanks, I'll try to compile with debug support. And maybe from svn.

Offline

#7 2007-11-06 08:26:39

Aakko
Member
Registered: 2007-10-23
Posts: 65

Re: [Solved] Beep Media Player 2, dbus/glib problem

I've never got bmp2 to work. Always crashes at startup.

Offline

#8 2007-11-07 14:38:26

SilentMan
Member
From: Ukraine
Registered: 2007-09-20
Posts: 41

Re: [Solved] Beep Media Player 2, dbus/glib problem

Okay, I got lastest svn, compiled it with debug support and prefix=/home/sm/bmp-build

[sm@home-sm bin]$ dbus-launch ./bmp2
** Message: Domain: dbus-glib-error-quark, code: 26, message: Process /home/sm/bmp-build/libexec/beep-media-player-2-bin received signal 11

sad
Looks like dbus/glib error, not libstdc++ one.
Edited topic name.

Last edited by SilentMan (2007-11-07 18:05:03)

Offline

#9 2007-12-04 19:39:50

SilentMan
Member
From: Ukraine
Registered: 2007-09-20
Posts: 41

Re: [Solved] Beep Media Player 2, dbus/glib problem

Solved. I have built newer dbus(1.1.2) and got bmpx happy smile

Offline

#10 2007-12-05 02:28:37

smurnjiff
Member
Registered: 2007-06-25
Posts: 211

Re: [Solved] Beep Media Player 2, dbus/glib problem

Glad it's working for you.  Tell me, do all the features of BMPx work for you?

Offline

#11 2007-12-05 16:57:47

SilentMan
Member
From: Ukraine
Registered: 2007-09-20
Posts: 41

Re: [Solved] Beep Media Player 2, dbus/glib problem

No. It doesn't save settings. I hope it's fixed in svn, so now struggling to build svn version, which gives me

beep-media-player-2.cc:28:22: error: revision.h: No such file or directory
beep-media-player-2.cc: In function 'void<unnamed>::print_version()':
beep-media-player-2.cc:124: error: 'RV_REVISION' was not declared in this scope
beep-media-player-2.cc:126: error: 'RV_LAST_CHANGED_DATE' was not declared in this scope
make[2]: *** [beep_media_player_2-beep-media-player-2.o] Error 1

error.

Offline

#12 2007-12-06 05:25:10

smurnjiff
Member
Registered: 2007-06-25
Posts: 211

Re: [Solved] Beep Media Player 2, dbus/glib problem

Strange.  I don't have that version of dbus yet it everything works.  I'm not using the SVN version, I'm using 0.40.13

Offline

Board footer

Powered by FluxBB