Erro ao Instalar o IE 4 Linux

1. Erro ao Instalar o IE 4 Linux

Jordão Rocha Freitas
jordao

(usa Ubuntu)

Enviado em 14/06/2009 - 17:28h

Aeh Galera, tranquilos!!

Fui instalar o ies4linux no ubuntu 8.10, até ai tudo normal pois já tinha instalado o IE no ubuntu 8.10 e o único erro que eu conhecia é que só podia instalar o IE com o Wine instalado. Mas dessa vez, instalei a ultima versão do Wine, instalei o cabextract, mas mesmo assim o deu erro. A saída de erro é a seguinte:

/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:72: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:321: Warning: invalid (NULL) pointer instance
window = gtk.Window(gtk.WINDOW_TOPLEVEL)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:321: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
window = gtk.Window(gtk.WINDOW_TOPLEVEL)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:337: GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
checkButton = gtk.CheckButton(msg)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:337: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
checkButton = gtk.CheckButton(msg)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:340: GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
checkButton.set_active(True)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:340: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
checkButton.set_active(True)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:94: Warning: invalid (NULL) pointer instance
combo = gtk.combo_box_new_text()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:94: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
combo = gtk.combo_box_new_text()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: GtkWarning: gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_context_set_language: assertion `context != NULL' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_layout_new: assertion `context != NULL' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_layout_set_width: assertion `layout != NULL' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_layout_set_wrap: assertion `PANGO_IS_LAYOUT (layout)' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_layout_set_alignment: assertion `layout != NULL' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_layout_get_pixel_extents: assertion `PANGO_IS_LAYOUT (layout)' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:98: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed
combo.append_text(locale)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:121: GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
ok = gtk.Button(label=ok_label, stock=gtk.STOCK_OK)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:121: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
ok = gtk.Button(label=ok_label, stock=gtk.STOCK_OK)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:121: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
ok = gtk.Button(label=ok_label, stock=gtk.STOCK_OK)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:126: GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
quit = gtk.Button(label=quit_label, stock=gtk.STOCK_CANCEL)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:126: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
quit = gtk.Button(label=quit_label, stock=gtk.STOCK_CANCEL)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:126: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
quit = gtk.Button(label=quit_label, stock=gtk.STOCK_CANCEL)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:129: GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
advanced = gtk.Button(label=advanced_label)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:129: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
advanced = gtk.Button(label=advanced_label)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:177: GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
ok = gtk.Button(label=label, stock=gtk.STOCK_OK)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:177: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
ok = gtk.Button(label=label, stock=gtk.STOCK_OK)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:177: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
ok = gtk.Button(label=label, stock=gtk.STOCK_OK)
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: GtkWarning: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: GtkWarning: gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_context_set_language: assertion `context != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_layout_new: assertion `context != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_layout_set_alignment: assertion `layout != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_layout_set_width: assertion `layout != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_layout_get_extents: assertion `layout != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_layout_set_wrap: assertion `PANGO_IS_LAYOUT (layout)' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_layout_get_pixel_extents: assertion `PANGO_IS_LAYOUT (layout)' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_context_get_language: assertion `context != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_context_get_metrics: assertion `PANGO_IS_CONTEXT (context)' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_font_metrics_get_ascent: assertion `metrics != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: PangoWarning: pango_font_metrics_get_descent: assertion `metrics != NULL' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: GtkWarning: gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: GtkWarning: gdk_display_get_pointer: assertion `GDK_IS_DISPLAY (display)' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: GtkWarning: gdk_screen_get_n_monitors: assertion `GDK_IS_SCREEN (screen)' failed
self.window.show_all()
/root/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:55: GtkWarning: get_monitor: assertion `GDK_IS_SCREEN (screen)' failed
self.window.show_all()
ui/pygtk/python-gtk.sh: line 6: 6720 Falha de segmentação python "$IES4LINUX"/ui/pygtk/ies4linux-gtk.py



O que preciso fazer galera ??


  


2. Re: Erro ao Instalar o IE 4 Linux

Genesco Sousa
gesousa

(usa Ubuntu)

Enviado em 14/06/2009 - 18:38h

me parece que vc não possui o pacote pygtk instalado...



3. Re: Erro ao Instalar o IE 4 Linux

Perfil removido
removido

(usa Nenhuma)

Enviado em 14/06/2009 - 19:39h

Tenta assim ./ies4linux --no-gui, isso vai instalar o ies4linux em modo texto sem o instalador gráfico.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts