Project

General

Profile

Actions

バグ #2437

closed

OpenRTM Eclipse tools 1.1.0-RC2をubuntu11.04 x86niインストール、失敗

Added by hanyuexing over 12 years ago. Updated about 12 years ago.

Status:
終了
Priority:
通常
Assignee:
Target version:
-
Start date:
05/16/2012
Due date:
% Done:

100%

Estimated time:

Description

rtmtools110-rc2_ja.zipをdownloadし、unzipの後で、pluginsをインストールした3.5.2-8ubuntu3(natty)のeclipseのフォルダにコピーする。
eclipse を起動して、以下のメッセージがある。

(eclipse:7660): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(eclipse:7660): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(eclipse:7660): Gtk-CRITICAL **: IA__gtk_window_resize: assertion `width > 0' failed
openrtm@Ubuntu1104:/usr/share/eclipse$ eclipse -clean

(eclipse:7704): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(eclipse:7704): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(eclipse:7704): Gtk-CRITICAL **: IA__gtk_window_resize: assertion `width > 0' failed

Actions #1

Updated by n-ando over 12 years ago

  • Status changed from 新規 to 担当
  • Assignee set to hanyuexing

エラーの原因の調査をお願いします。
また、対処方法または回避方法があればあわせてお願いします。

Actions #2

Updated by hanyuexing over 12 years ago

https://mail.gnome.org/archives/gtk-devel-list/2006-May/msg00006.html

中で、

#define GDK_TYPE_PIXBUF (gdk_pixbuf_get_type ())
#define GDK_PIXBUF(object) \
(G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXBUF, GdkPixbuf))
#define GDK_IS_PIXBUF(object) \
(G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXBUF))

If the type already exists, as in the case where the dynamically loaded images libpixbufloader-nnnn are used, then the GDK_IS_xxxxx macro will fail with the following visible diagnostics:

(process:1336004): GLib-GObject-WARNING **: cannot register existing type `GdkPixbuf'

(process:1336004): GdkPixbuf-CRITICAL **: file SRC_ROOT:[gtk^+-2^.8^.17.gdk-pixbuf]gdk-pixdata.c;1: line 323: assertion `GDK_IS_PIXBUF (pixbuf)' failed

もし このアドレスもdeveloper.gimp.org/api/2.0/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html 情報があるそうです。

Actions #3

Updated by hanyuexing over 12 years ago

もう一回インストールし、rtmtools110-rc2_ja.zipをdownloadし、unzipの後で、pluginsをインストールした3.5.2のeclipseのフォルダのpluginsにコピーする。
eclipseを起動できるが、RTC Builderを起動できない。

Actions #4

Updated by hanyuexing over 12 years ago

  • Status changed from 担当 to 解決

OK

Actions #5

Updated by n-ando about 12 years ago

  • Status changed from 解決 to 終了
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF