Advertisement
rolandixor

Untitled

Sep 15th, 2011
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. [Info 12:29:47.741] Running Banshee 2.1.4: [Ubuntu oneiric (development branch) (linux-gnu, x86_64) @ 2011-09-14 19:32:37 UTC]
  2. Gtk-Message: Failed to load module "rgba"
  3. Exception in Gtk# callback delegate
  4. Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
  5. System.ArgumentException: Value does not fall within the expected range.
  6. at Hyena.Gui.Canvas.Rect.set_Height (Double value) [0x00000] in <filename unknown>:0
  7. at Hyena.Gui.Canvas.Rect.op_Explicit (Rectangle rect) [0x00000] in <filename unknown>:0
  8. at Hyena.Data.Gui.ListView`1[Banshee.Collection.AlbumInfo].OnSizeAllocated (Rectangle allocation) [0x00000] in <filename unknown>:0
  9. at Gtk.Widget.sizeallocated_cb (IntPtr widget, IntPtr allocation) [0x00000] in <filename unknown>:0
  10. at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
  11. at Gtk.Widget.sizeallocated_cb(IntPtr widget, IntPtr allocation)
  12. at Gtk.Widget.gtksharp_widget_base_show(IntPtr )
  13. at Gtk.Widget.OnShown()
  14. at Nereid.PlayerInterface.OnShown()
  15. at Gtk.Widget.shown_cb(IntPtr widget)
  16. at Gtk.Widget.gtk_widget_show(IntPtr )
  17. at Gtk.Widget.Show()
  18. at Banshee.Gui.BaseClientWindow.InitialShowPresent()
  19. at Nereid.PlayerInterface.Initialize()
  20. at Banshee.Gui.BaseClientWindow.InitializeWindow()
  21. at Banshee.Gui.BaseClientWindow..ctor(System.String title, System.String configNameSpace, Int32 defaultWidth, Int32 defaultHeight)
  22. at Nereid.PlayerInterface..ctor()
  23. at System.Reflection.MonoCMethod.InternalInvoke(System.Reflection.MonoCMethod , System.Object , System.Object[] , System.Exception ByRef )
  24. at System.Reflection.MonoCMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
  25. at System.Reflection.MonoCMethod.Invoke(BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
  26. at System.Reflection.ConstructorInfo.Invoke(System.Object[] parameters)
  27. at System.Activator.CreateInstance(System.Type type, Boolean nonPublic)
  28. at System.Activator.CreateInstance(System.Type type)
  29. at Banshee.ServiceStack.ServiceManager.RegisterService(System.Type type)
  30. at Banshee.ServiceStack.ServiceManager.Run()
  31. at Banshee.ServiceStack.Application.Run()
  32. at Banshee.Gui.GtkBaseClient.Initialize(Boolean registerCommonServices)
  33. at Banshee.Gui.GtkBaseClient..ctor(Boolean initializeDefault, System.String defaultIconName)
  34. at Banshee.Gui.GtkBaseClient..ctor()
  35. at Nereid.Client..ctor()
  36. at System.Reflection.MonoCMethod.InternalInvoke(System.Reflection.MonoCMethod , System.Object , System.Object[] , System.Exception ByRef )
  37. at System.Reflection.MonoCMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
  38. at System.Reflection.MonoCMethod.Invoke(BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
  39. at System.Reflection.ConstructorInfo.Invoke(System.Object[] parameters)
  40. at System.Activator.CreateInstance(System.Type type, Boolean nonPublic)
  41. at System.Activator.CreateInstance(System.Type type)
  42. at Banshee.Gui.GtkBaseClient.Startup()
  43. at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler startup)
  44. at Banshee.Gui.GtkBaseClient.Startup()
  45. at Banshee.Gui.GtkBaseClient.Startup(System.String[] args)
  46. at Nereid.Client.Main(System.String[] args)
  47. at System.AppDomain.ExecuteAssembly(System.AppDomain , System.Reflection.Assembly , System.String[] )
  48. at System.AppDomain.ExecuteAssemblyInternal(System.Reflection.Assembly a, System.String[] args)
  49. at System.AppDomain.ExecuteAssembly(System.String assemblyFile, System.Security.Policy.Evidence assemblySecurity, System.String[] args)
  50. at System.AppDomain.ExecuteAssembly(System.String assemblyFile)
  51. at Booter.Booter.BootClient(System.String clientName)
  52. at Booter.Booter.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement