Re: [Turkey-users] Problems in executing turkey
Brought to you by:
znamenacek
|
From:
<tom...@gm...> - 2007-08-19 08:46:24
|
On Aug 1, 2007, at 21:06, Cesare Tirabassi wrote: > During GUI execution the program fails with the following exception: > > Exception during event dispatch: > java.lang.NullPointerException > at gnu.java.awt.peer.gtk.GtkImage.<init>(libgcj.so.80) > at gnu.java.awt.peer.gtk.GtkFramePeer.setIconImage(libgcj.so.80) > at gnu.java.awt.peer.gtk.GtkFramePeer.create(libgcj.so.80) > at gnu.java.awt.peer.gtk.GtkComponentPeer.<init>(libgcj.so.80) > at gnu.java.awt.peer.gtk.GtkContainerPeer.<init>(libgcj.so.80) > at gnu.java.awt.peer.gtk.GtkWindowPeer.<init>(libgcj.so.80) > at gnu.java.awt.peer.gtk.GtkFramePeer.<init>(libgcj.so.80) > at gnu.java.awt.peer.gtk.GtkToolkit.createFrame(libgcj.so.80) > at java.awt.Frame.addNotify(libgcj.so.80) > at java.awt.Window.show(libgcj.so.80) > at java.awt.Component.show(libgcj.so.80) > at java.awt.Component.setVisible(libgcj.so.80) > at net.sf.turkey.GUI$5.run(Unknown Source) > at java.awt.event.InvocationEvent.dispatch(libgcj.so.80) > at java.awt.EventQueue.dispatchEvent(libgcj.so.80) > at java.awt.EventDispatchThread.run(libgcj.so.80) > > I'm using java-1.5.0-gcj-4.2-1.5.0.0 with the gcj7-1-awt library. > Any hint on what can be wrong? Hello, and sorry for the delay, I have been away for the summer. This looks =20 like some problem with the application icon or other interface icons, =20= see the first exception mentioning GtkImage. Maybe You could compile =20 Turkey with the debugging turned on and see, which line exactly =20 triggers the exception? T. --=20 Dr. Gonzo: It=92s okay. He=92s just admiring the shape of your skull. |