[Turkey-users] Problems in executing turkey
Brought to you by:
znamenacek
|
From: Cesare T. <nor...@al...> - 2007-08-01 19:06:06
|
Hello, I'm trying to build turkey for the Ubuntu gutsy official repositories, and have a runtime problem (which I don't know if relates to the way the package is built). 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? Many thanks, Cesare Tirabassi |