簡體   English   中英

Linux中的Eclipse啟動錯誤

[英]Eclipse Start Error in Linux

在我的工作空間中,當我想啟動Eclipse時,發生以下錯誤...我正在使用linux。 怎么了

(Eclipse:9665): Pango-CRITICAL **: pango_context_set_language: assertion `context != NULL' failed

 (Eclipse:9665): Pango-CRITICAL **: pango_layout_new: assertion `context != NULL' failed

(Eclipse:9665): Pango-CRITICAL **: pango_layout_set_text: assertion `layout != NULL' failed

(Eclipse:9665): Pango-CRITICAL **: pango_layout_set_attributes: assertion `layout != NULL' failed

(Eclipse:9665): Pango-CRITICAL **: pango_layout_set_alignment: assertion `layout != NULL' failed

(Eclipse:9665): Pango-CRITICAL **: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed

(Eclipse:9665): Pango-CRITICAL **: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed

(Eclipse:9665): Pango-CRITICAL **: pango_layout_set_width: assertion `layout != NULL' failed

(Eclipse:9665): Pango-CRITICAL **: pango_layout_get_extents: assertion `layout != NULL' failed

(Eclipse:9665): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:9665): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:9665): Gtk-CRITICAL **: gtk_icon_size_lookup_for_settings: assertion `GTK_IS_SETTINGS (settings)' failed

(Eclipse:9665): Gtk-WARNING **: Invalid icon size 6


(Eclipse:9665): Gtk-CRITICAL **: gtk_icon_theme_load_icon: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
Segmentation fault

由於缺少您的問題,因此需要一些關鍵信息。 我建議您按照以下步驟進行操作

  1. 檢查您嘗試運行的Eclipse版本是否與您的發行版兼容
  2. 檢查發行版中是否安裝了所有依賴項,例如(檢查pango lib版本)
  3. 等等

需要更多幫助,然后提供更多信息!

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM