Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. (Banshee:1765): Gtk-WARNING **: Locale not supported by C library.
  2. Using the fallback 'C' locale.
  3. Exception has been thrown by the target of an invocation.
  4.  
  5. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Could not read add-in description
  6. at Mono.Addins.Addin.get_Description () [0x00000] in <filename unknown>:0
  7. at Mono.Addins.AddinSessionService.CheckHostAssembly (System.Reflection.Assembly asm) [0x00000] in <filename unknown>:0
  8. at Mono.Addins.AddinSessionService.ActivateRoots () [0x00000] in <filename unknown>:0
  9. at Mono.Addins.AddinSessionService.Initialize () [0x00000] in <filename unknown>:0
  10. at Mono.Addins.AddinManager.Initialize (System.String configDir) [0x00000] in <filename unknown>:0
  11. at Banshee.ServiceStack.ServiceManager.InitializeAddins () [0x00000] in <filename unknown>:0
  12. at Banshee.ServiceStack.ServiceManager.DefaultInitialize () [0x00000] in <filename unknown>:0
  13. at Banshee.ServiceStack.Application.Initialize () [0x00000] in <filename unknown>:0
  14. at Banshee.Gui.GtkBaseClient.Initialize (Boolean registerCommonServices) [0x00000] in <filename unknown>:0
  15. at Banshee.Gui.GtkBaseClient..ctor (Boolean initializeDefault, System.String defaultIconName) [0x00000] in <filename unknown>:0
  16. at Banshee.Gui.GtkBaseClient..ctor () [0x00000] in <filename unknown>:0
  17. at Nereid.Client..ctor () [0x00000] in <filename unknown>:0
  18. at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[],System.Exception&)
  19. 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
  20. --- End of inner exception stack trace ---
  21. 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
  22. at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  23. at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <filename unknown>:0
  24. at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0
  25. at System.Activator.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0
  26. at Banshee.Gui.GtkBaseClient.Startup () [0x00000] in <filename unknown>:0
  27. at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00000] in <filename unknown>:0
  28.  
  29. (process:2125): Gtk-WARNING **: Locale not supported by C library.
  30. Using the fallback 'C' locale.
  31. DeVeDe 3.16.9
  32. Locale: en_US
  33. Using package-installed files
  34. Traceback (most recent call last):
  35. File "/usr/bin/devede", line 138, in <module>
  36. locale.setlocale(locale.LC_ALL,"")
  37. File "/usr/lib/python2.6/locale.py", line 513, in setlocale
  38. return _setlocale(category, locale)
  39. locale.Error: unsupported locale setting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement