You are not logged in.
This is the error message:
$ banshee-1
Unhandled Exception: System.Exception: Unable to open the session message bus. ---> System.ArgumentNullException: Argument cannot be null.
Parameter name: address
at NDesk.DBus.Bus.Open (System.String address) [0x00000]
at NDesk.DBus.Bus.get_Session () [0x00000]
--- End of inner exception stack trace ---
at NDesk.DBus.Bus.get_Session () [0x00000]
at Banshee.ServiceStack.DBusConnection.get_ApplicationInstanceAlreadyRunning () [0x00000]
at Booter.Booter.Main () [0x00000]
I checked the Bugs search engine and it seems that no one else is having this happen.
Offline
Have you launched dbus?
Offline
Have you launched dbus?
I had recently changed my DAEMONS to this:
DAEMONS=(syslog-ng hal network netfs portmap @fam @crond @cpufreq @laptop-mode !avahi-daemon @sensors @alsa @keytouch @wifi-radar @cups)
then I just changed it back to this:
DAEMONS=(syslog-ng dbus hal network netfs portmap @fam @crond @cpufreq @laptop-mode !avahi-daemon @sensors @alsa @keytouch @wifi-radar @cups)
.... and I still get this error after restarting:
$ banshee-1
Unhandled Exception: System.Exception: Unable to open the session message bus. ---> System.ArgumentNullException: Argument cannot be null.
Parameter name: address
at NDesk.DBus.Bus.Open (System.String address) [0x00000]
at NDesk.DBus.Bus.get_Session () [0x00000]
--- End of inner exception stack trace ---
at NDesk.DBus.Bus.get_Session () [0x00000]
at Banshee.ServiceStack.DBusConnection.get_ApplicationInstanceAlreadyRunning () [0x00000]
at Booter.Booter.Main () [0x00000]
I'm not sure if this is what you meant when you said I needed to launch dbus..... if it's not, then could you please explain to me what steps I need to do.... I looked for a wiki about dbus and it did not exist (red link). Thank you.
Offline
I found that I am able to open banshee with "dbus-launch banshee-1" but I still get the same error when running it with just "banshee-1":
$ dbus-launch banshee-1
[Info 02:13:09.327] Running Banshee 1.4.2: [source-tarball (linux-gnu, x86_64) @ 2009-02-12 23:37:55 EST]
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
[Warn 02:13:14.343] Caught an exception - No support GNOME Settings Daemon could be reached. (in `Banshee.MultimediaKeys')
at Banshee.MultimediaKeys.MultimediaKeysService.Banshee.ServiceStack.IExtensionService.Initialize () [0x00000]
at Banshee.ServiceStack.ServiceManager.StartExtension (Mono.Addins.TypeExtensionNode node) [0x00000]
[Warn 02:13:14.344] Extension `Banshee.MultimediaKeys.MultimediaKeysService' not started: No support GNOME Settings Daemon could be reached.
[Warn 02:13:15.629] Cannot connect to NetworkManager - An available, working network connection will be assumed
[Warn 02:13:15.688] Caught an exception - No support GNOME Settings Daemon could be reached. (in `Banshee.MultimediaKeys')
at Banshee.MultimediaKeys.MultimediaKeysService.Banshee.ServiceStack.IExtensionService.Initialize () [0x00000]
at Banshee.ServiceStack.ServiceManager.StartExtension (Mono.Addins.TypeExtensionNode node) [0x00000]
[Warn 02:13:15.688] Extension `Banshee.MultimediaKeys.MultimediaKeysService' not started: No support GNOME Settings Daemon could be reached.
[Info 02:13:15.689] All services are started 3.697804s
[Warn 02:13:16.110] Migrating Internet Radio Stations - Directory '/home/seventy3/.config/banshee/plugins/stations/user' not found. (in `mscorlib')
at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000]
at System.IO.Directory.GetFiles (System.String path, System.String searchPattern) [0x00000]
at Banshee.InternetRadio.XspfMigrator.Migrate () [0x00000]
[Info 02:13:16.142] GNOME screensaver service not found
[Info 02:13:16.695] nereid Client Started
System.ApplicationException: Could not find org.freedesktop.Avahi
at Mono.Zeroconf.Providers.AvahiDBus.DBusManager.Initialize () [0x00000]
at Mono.Zeroconf.Providers.AvahiDBus.ZeroconfProvider.Initialize () [0x00000]
at Mono.Zeroconf.Providers.ProviderFactory.GetProviders () [0x00000]
System.DllNotFoundException: libnss_mdns-0.2.so
at (wrapper managed-to-native) Mono.Zeroconf.Providers.Bonjour.Native:DNSServiceCreateConnection (Mono.Zeroconf.Providers.Bonjour.ServiceRef&)
at Mono.Zeroconf.Providers.Bonjour.Zeroconf.Initialize () [0x00000]
at Mono.Zeroconf.Providers.Bonjour.ZeroconfProvider.Initialize () [0x00000]
at Mono.Zeroconf.Providers.ProviderFactory.GetProviders () [0x00000]
[Warn 02:13:20.523] Failed to start DAAP client - No Zeroconf providers could be found or initialized. Necessary daemon may not be running. (in `Mono.Zeroconf')
at Mono.Zeroconf.Providers.ProviderFactory.GetProviders () [0x00000]
at Mono.Zeroconf.Providers.ProviderFactory.get_DefaultProvider () [0x00000]
at Mono.Zeroconf.Providers.ProviderFactory.get_SelectedProvider () [0x00000]
at Mono.Zeroconf.ServiceBrowser..ctor () [0x00000]
at Daap.ServiceLocator.Start () [0x00000]
at Banshee.Daap.DaapService.DelayedInitializeTimeout () [0x00000]
Does anybody know how I can fix this?
Offline
I found that I am able to open banshee with "dbus-launch banshee-1" but I still get the same error when running it with just "banshee-1":
Exactly the same issue here as well!
March Linux : An Arch Linux "distrolet" that I am trying to develop (March = My Arch!)
Please take a look......:)
Offline
methuselah wrote:I found that I am able to open banshee with "dbus-launch banshee-1" but I still get the same error when running it with just "banshee-1":
Exactly the same issue here as well!
Well, besides the recent upgrades.... there are 2 different things that I have done to my computer that I am wondering if it had an effect on banshee to make it start reacting like this.
The first thing that I have done recently is that I had to do that /etc/PolicyKit/PolicyKit.conf workaround like everybody else.
The second thing I did was I changed my ~/.xinitrc from "exec startxfce4" to "exec ck-launch-session xfce4-session" (as well as adding "session optional ck_connector.so" to /etc/pam.d/login).
Last edited by methuselah (2009-02-13 18:29:45)
Offline
For me in LXDE, banshee-1 spits the same error messages that were mentioned here. In GNOME there was no error. banshee-1 working fine with dbus-launch banshee-1. All dependencies were installed correctly. The problem seems to be a registering issue with dbus and also hal policy related to avahi. Now I am using exaile and waiting for the errors to simmer down.
Here is a link to look into http://www.linuxquestions.org/questions … ee-531781/
Last edited by kgas (2009-02-27 13:51:01)
Offline
I'm experiencing this right now too with awesome. Using dbus-launch works.
Offline
Im using dbus-launch and it runs but it wont give me anything graphical.
~]$ dbus-launch banshee-1
[Info 11:04:40.592] Running Banshee 1.4.3: [source-tarball (linux-gnu, x86_64) @ 2009-05-02 20:53:19 UTC]
XDM authorization key matches an existing client!
(Banshee:2515): Gtk-WARNING **: cannot open display: :0.0
Offline