Advertisement
Guest User

Untitled

a guest
Jul 25th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. Parameters:
  2. Executing: kodi
  3. /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
  4. warnings.warn(str(e), _gtk.Warning)
  5. Error: unable to open display
  6. /usr/share/kodi/FEH.py:69: Warning: invalid (NULL) pointer instance
  7. window = gtk.Window(gtk.WINDOW_TOPLEVEL)
  8. /usr/share/kodi/FEH.py:69: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  9. window = gtk.Window(gtk.WINDOW_TOPLEVEL)
  10. /usr/share/kodi/FEH.py:83: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  11. button = gtk.Button("Quit")
  12. /usr/share/kodi/FEH.py:83: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  13. button = gtk.Button("Quit")
  14. /usr/share/kodi/FEH.py:88: GtkWarning: Screen for GtkWindow not set; you must always set
  15. a screen for a GtkWindow before using the window
  16. window.show_all ()
  17. /usr/share/kodi/FEH.py:88: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  18. window.show_all ()
  19. /usr/share/kodi/FEH.py:88: PangoWarning: pango_context_set_font_description: assertion 'context != NULL' failed
  20. window.show_all ()
  21. /usr/share/kodi/FEH.py:88: PangoWarning: pango_context_set_base_dir: assertion 'context != NULL' failed
  22. window.show_all ()
  23. /usr/share/kodi/FEH.py:88: PangoWarning: pango_context_set_language: assertion 'context != NULL' failed
  24. window.show_all ()
  25. /usr/share/kodi/FEH.py:88: PangoWarning: pango_layout_new: assertion 'context != NULL' failed
  26. window.show_all ()
  27. /usr/share/kodi/FEH.py:88: PangoWarning: pango_layout_set_text: assertion 'layout != NULL' failed
  28. window.show_all ()
  29. /usr/share/kodi/FEH.py:88: PangoWarning: pango_layout_set_alignment: assertion 'layout != NULL' failed
  30. window.show_all ()
  31. /usr/share/kodi/FEH.py:88: PangoWarning: pango_layout_set_ellipsize: assertion 'PANGO_IS_LAYOUT (layout)' failed
  32. window.show_all ()
  33. /usr/share/kodi/FEH.py:88: PangoWarning: pango_layout_set_single_paragraph_mode: assertion 'PANGO_IS_LAYOUT (layout)' failed
  34. window.show_all ()
  35. /usr/share/kodi/FEH.py:88: PangoWarning: pango_layout_set_width: assertion 'layout != NULL' failed
  36. window.show_all ()
  37. /usr/share/kodi/FEH.py:88: PangoWarning: pango_layout_get_extents: assertion 'layout != NULL' failed
  38. window.show_all ()
  39. /usr/share/kodi/FEH.py:88: PangoWarning: pango_layout_set_attributes: assertion 'layout != NULL' failed
  40. window.show_all ()
  41. /usr/share/kodi/FEH.py:88: GtkWarning: IA__gdk_screen_get_default_colormap: assertion 'GDK_IS_SCREEN (screen)' failed
  42. window.show_all ()
  43. /usr/share/kodi/FEH.py:88: GtkWarning: IA__gdk_colormap_get_visual: assertion 'GDK_IS_COLORMAP (colormap)' failed
  44. window.show_all ()
  45. /usr/share/kodi/FEH.py:88: GtkWarning: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed
  46. window.show_all ()
  47. /usr/share/kodi/FEH.py:88: GtkWarning: IA__gdk_window_new: assertion 'GDK_IS_WINDOW (parent)' failed
  48. window.show_all ()
  49. Segmentation fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement