Advertisement
Guest User

Untitled

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