bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug awt/27118] SkinnedButton colormap problem on the Nokia 770/Maemo


From: philippe dot laporte at gatespacetelematics dot com
Subject: [Bug awt/27118] SkinnedButton colormap problem on the Nokia 770/Maemo
Date: 26 Apr 2006 14:25:30 -0000


------- Comment #17 from philippe dot laporte at gatespacetelematics dot com  
2006-04-26 14:25 -------
some traces:

 run-standalone.sh jamvm gnu.classpath.examples.swing.Demo
jamvm[21719]: GLIB WARNING ** Gdk - Using Xft rendering requires the drawable
argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
java.lang.InternalError: Gdk: Using Xft rendering requires the drawable
argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
   at gnu.java.awt.peer.gtk.GtkImage.drawPixelsScaled(Native Method)
   at gnu.java.awt.peer.gtk.GtkImage.drawImage(GtkImage.java:625)
   at gnu.java.awt.peer.gtk.GdkGraphics.drawImage(GdkGraphics.java:239)
   at gnu.java.awt.peer.gtk.GdkGraphics.drawImage(GdkGraphics.java:223)
   at gnu.java.awt.peer.gtk.GdkGraphics.drawImage(GdkGraphics.java:230)
   at javax.swing.ImageIcon.paintIcon(ImageIcon.java:417)
   at javax.swing.plaf.basic.BasicButtonUI.paintIcon(BasicButtonUI.java:390)
   at javax.swing.plaf.basic.BasicButtonUI.paint(BasicButtonUI.java:346)
   at javax.swing.plaf.metal.MetalButtonUI.update(MetalButtonUI.java:248)
   at javax.swing.JComponent.paintComponent(JComponent.java:2092)
   at javax.swing.JComponent.paint(JComponent.java:1763)
   at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:2183)
   at javax.swing.JComponent.paintImmediately2(JComponent.java:2158)
   at javax.swing.JComponent.paintImmediately(JComponent.java:2144)
   at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:590)
   at javax.swing.RepaintManager$RepaintWorker.run(RepaintManager.java:125)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:200)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:465)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:75)
jamvm[21719]: GLIB WARNING ** Gdk - gdkpixbuf-drawable.c:1249: Source drawable
has no colormap; either pass in a colormap, or set the colormap on the drawable
with gdk_drawable_set_colormap()
java.lang.InternalError: Gdk: gdkpixbuf-drawable.c:1249: Source drawable has no
colormap; either pass in a colormap, or set the colormap on the drawable with
gdk_drawable_set_colormap()
   at gnu.java.awt.peer.gtk.GtkImage.drawPixelsScaled(Native Method)
   at gnu.java.awt.peer.gtk.GtkImage.drawImage(GtkImage.java:625)
   at gnu.java.awt.peer.gtk.GdkGraphics.drawImage(GdkGraphics.java:239)
   at gnu.java.awt.peer.gtk.GdkGraphics.drawImage(GdkGraphics.java:223)
   at gnu.java.awt.peer.gtk.GdkGraphics.drawImage(GdkGraphics.java:230)
   at javax.swing.ImageIcon.paintIcon(ImageIcon.java:417)
   at javax.swing.plaf.basic.BasicButtonUI.paintIcon(BasicButtonUI.java:390)
   at javax.swing.plaf.basic.BasicButtonUI.paint(BasicButtonUI.java:346)
   at javax.swing.plaf.metal.MetalButtonUI.update(MetalButtonUI.java:248)
   at javax.swing.JComponent.paintComponent(JComponent.java:2092)
 at javax.swing.JComponent.paint(JComponent.java:1763)
   at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:2183)
   at javax.swing.JComponent.paintImmediately2(JComponent.java:2158)
   at javax.swing.JComponent.paintImmediately(JComponent.java:2144)
   at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:590)
   at javax.swing.RepaintManager$RepaintWorker.run(RepaintManager.java:125)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:200)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:465)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:75)
jamvm[21719]: GLIB WARNING ** Gdk - Using Xft rendering requires the drawable
argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
java.lang.InternalError: Gdk: Using Xft rendering requires the drawable
argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
   at gnu.java.awt.peer.gtk.GdkGraphics.drawString(Native Method)
   at gnu.java.awt.peer.gtk.GdkGraphics.drawString(GdkGraphics.java:304)
   at
javax.swing.plaf.basic.BasicGraphicsUtils.drawStringUnderlineCharAt(BasicGraphicsUtils.java:469)
   at
javax.swing.plaf.basic.BasicMenuItemUI.paintText(BasicMenuItemUI.java:830)
   at
javax.swing.plaf.basic.BasicMenuItemUI.paintMenuItem(BasicMenuItemUI.java:733)
   at javax.swing.plaf.basic.BasicMenuItemUI.paint(BasicMenuItemUI.java:610)
   at javax.swing.plaf.basic.BasicMenuItemUI.update(BasicMenuItemUI.java:922)
   at javax.swing.JComponent.paintComponent(JComponent.java:2092)
   at javax.swing.JComponent.paint(JComponent.java:1763)
   at javax.swing.JComponent.paintChildrenOptimized(JComponent.java:2060)
   at javax.swing.JComponent.paintChildren(JComponent.java:1831)
   at javax.swing.JComponent.paint(JComponent.java:1765)
   at javax.swing.JComponent.paintChildrenOptimized(JComponent.java:2060)
   at javax.swing.JComponent.paintChildren(JComponent.java:1831)
   at javax.swing.JComponent.paint(JComponent.java:1765)
   at javax.swing.JLayeredPane.paint(JLayeredPane.java:648)
   at javax.swing.JComponent.paintChildrenOptimized(JComponent.java:2060)
   at javax.swing.JComponent.paintChildren(JComponent.java:1831)
   at javax.swing.JComponent.paint(JComponent.java:1765)
   at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:2183)
   at javax.swing.JComponent.paint(JComponent.java:1739)
   at java.awt.Container$GfxPaintVisitor.visit(Container.java:1906)
   at java.awt.Container.visitChild(Container.java:1721)
   at java.awt.Container.visitChildren(Container.java:1692)
   at java.awt.Container.paint(Container.java:766)
at
gnu.java.awt.peer.gtk.GtkComponentPeer.paintComponent(GtkComponentPeer.java:325)
   at
gnu.java.awt.peer.gtk.GtkComponentPeer.handleEvent(GtkComponentPeer.java:289)
   at java.awt.Component.dispatchEventImpl(Component.java:5061)
   at java.awt.Container.dispatchEventImpl(Container.java:1741)
   at java.awt.Window.dispatchEventImpl(Window.java:642)
   at java.awt.Component.dispatchEvent(Component.java:2322)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:474)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:75)
/usr/bin/run-standalone.sh: line 16: 21719 Segmentation fault      (core
dumped) $*


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27118





reply via email to

[Prev in Thread] Current Thread [Next in Thread]