Advertisement
moduvyas

Error while running banshee after building it from source.

Nov 30th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1. root@om-Aspire-5738:~/banshee# cat banshee-debug-log.txt
  2. ** Running Mono with --debug **
  3. [1 Warn 23:30:53.062] DBus support could not be started. Disabling for this session. - System.MissingMethodException: Method not found: 'System.Threading.Monitor.Enter'. (in `dbus-sharp')
  4. at DBus.BusObject.GetObject (DBus.Connection conn, System.String bus_name, DBus.ObjectPath object_path, System.Type declType) [0x00000] in <filename unknown>:0
  5. at DBus.Connection.GetObject (System.Type type, System.String bus_name, DBus.ObjectPath path) [0x00000] in <filename unknown>:0
  6. at DBus.Connection.GetObject[IBus] (System.String bus_name, DBus.ObjectPath path) [0x00000] in <filename unknown>:0
  7. at DBus.Bus..ctor (System.String address) [0x00000] in <filename unknown>:0
  8. at DBus.Bus.Open (System.String address) [0x00000] in <filename unknown>:0
  9. at DBus.Bus.get_System () [0x00000] in <filename unknown>:0
  10. System.Exception: Unable to open the system message bus. (in `dbus-sharp')
  11. at DBus.Bus.get_System () [0x00000] in <filename unknown>:0
  12. at DBus.BusG.Init () [0x00000] in <filename unknown>:0
  13. at Banshee.ServiceStack.DBusConnection.Connect (System.String serviceName, Boolean init) [0x0000c] in /root/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusConnection.cs:158
  14. at Banshee.ServiceStack.DBusConnection.GrabDefaultName () [0x00014] in /root/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusConnection.cs:140
  15. [1 Info 23:30:53.098] Running Banshee 2.6.1: [git-checkout (linux-gnu, x86_64) @ 2013-11-28 17:23:51 IST]
  16. [1 Debug 23:30:53.114] Initializing GTK
  17. Exception has been thrown by the target of an invocation.
  18. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not found: 'System.Reflection.Assembly.op_Equality'.
  19. at Banshee.ServiceStack.ServiceManager.InitializeAddins () [0x00000] in /root/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs:71
  20. at Banshee.ServiceStack.ServiceManager.DefaultInitialize () [0x00005] in /root/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs:119
  21. at Banshee.ServiceStack.Application.Initialize () [0x00000] in /root/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs:80
  22. at Banshee.Gui.GtkBaseClient.Initialize (Boolean registerCommonServices) [0x00010] in /root/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:154
  23. at Banshee.Gui.GtkBaseClient..ctor (Boolean initializeDefault, System.String defaultIconName) [0x00013] in /root/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:96
  24. at Banshee.Gui.GtkBaseClient..ctor () [0x00000] in <filename unknown>:0
  25. at Nereid.Client..ctor () [0x00000] in <filename unknown>:0
  26. at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
  27. at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  28. --- End of inner exception stack trace ---
  29. at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  30. at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  31. at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <filename unknown>:0
  32. at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0
  33. at System.Activator.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0
  34. at Banshee.Gui.GtkBaseClient.Startup () [0x00000] in /root/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:83
  35. at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00044] in /root/banshee/src/Hyena/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:54
  36.  
  37. Unhandled Exception: System.MissingMethodException: Method not found: 'System.Type.op_Inequality'.
  38. at Hyena.Gui.Dialogs.ExceptionDialog..ctor (System.Exception e) [0x00000] in <filename unknown>:0
  39. at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00069] in /root/banshee/src/Hyena/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:60
  40. at Banshee.Gui.GtkBaseClient.Startup[Client] () [0x00024] in /root/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:78
  41. at Banshee.Gui.GtkBaseClient.Startup[Client] (System.String[] args) [0x0004d] in /root/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:68
  42. at Nereid.Client.Main (System.String[] args) [0x00000] in /root/banshee/src/Clients/Nereid/Nereid/Client.cs:54
  43. at (wrapper managed-to-native) System.AppDomain:ExecuteAssembly (System.AppDomain,System.Reflection.Assembly,string[])
  44. at System.AppDomain.ExecuteAssemblyInternal (System.Reflection.Assembly a, System.String[] args) [0x00000] in <filename unknown>:0
  45. at System.AppDomain.ExecuteAssembly (System.String assemblyFile, System.Security.Policy.Evidence assemblySecurity, System.String[] args) [0x00000] in <filename unknown>:0
  46. at (wrapper remoting-invoke-with-check) System.AppDomain:ExecuteAssembly (string,System.Security.Policy.Evidence,string[])
  47. at System.AppDomain.ExecuteAssembly (System.String assemblyFile) [0x00000] in <filename unknown>:0
  48. at (wrapper remoting-invoke-with-check) System.AppDomain:ExecuteAssembly (string)
  49. at Booter.Booter.BootClient (System.String clientName) [0x00000] in /root/banshee/src/Clients/Booter/Booter/Entry.cs:112
  50. at Booter.Booter.Main () [0x000f1] in /root/banshee/src/Clients/Booter/Booter/Entry.cs:105
  51. [ERROR] FATAL UNHANDLED EXCEPTION: System.MissingMethodException: Method not found: 'System.Type.op_Inequality'.
  52. at Hyena.Gui.Dialogs.ExceptionDialog..ctor (System.Exception e) [0x00000] in <filename unknown>:0
  53. at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00069] in /root/banshee/src/Hyena/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:60
  54. at Banshee.Gui.GtkBaseClient.Startup[Client] () [0x00024] in /root/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:78
  55. at Banshee.Gui.GtkBaseClient.Startup[Client] (System.String[] args) [0x0004d] in /root/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:68
  56. at Nereid.Client.Main (System.String[] args) [0x00000] in /root/banshee/src/Clients/Nereid/Nereid/Client.cs:54
  57. at (wrapper managed-to-native) System.AppDomain:ExecuteAssembly (System.AppDomain,System.Reflection.Assembly,string[])
  58. at System.AppDomain.ExecuteAssemblyInternal (System.Reflection.Assembly a, System.String[] args) [0x00000] in <filename unknown>:0
  59. at System.AppDomain.ExecuteAssembly (System.String assemblyFile, System.Security.Policy.Evidence assemblySecurity, System.String[] args) [0x00000] in <filename unknown>:0
  60. at (wrapper remoting-invoke-with-check) System.AppDomain:ExecuteAssembly (string,System.Security.Policy.Evidence,string[])
  61. at System.AppDomain.ExecuteAssembly (System.String assemblyFile) [0x00000] in <filename unknown>:0
  62. at (wrapper remoting-invoke-with-check) System.AppDomain:ExecuteAssembly (string)
  63. at Booter.Booter.BootClient (System.String clientName) [0x00000] in /root/banshee/src/Clients/Booter/Booter/Entry.cs:112
  64. at Booter.Booter.Main () [0x000f1] in /root/banshee/src/Clients/Booter/Booter/Entry.cs:105
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement