Re: [Turkey-users] Problems in executing turkey
Brought to you by:
znamenacek
|
From: Cesare T. <nor...@al...> - 2007-08-19 09:22:57
|
Hello Tom=E1=B9, thanks for coming back to me on this. I have (kind of) solved the problem by changing from the gcj jvm to the sun one. Indeed with the latter everything works as it should. Any idea of what it can cause this behaviours? Perhaps some problem with the runtime linking of libraries? If I can get this to work with the free jvm it would be much better. We had to move the package to our non-free archive, while debian do not solve the problem and keep it in the free one, and we are now out of sync. Cheers, Cesare On Sun, 2007-08-19 at 10:46 +0200, Tom=E1=B9 Znamen=E1=E8ek wrote: > On Aug 1, 2007, at 21:06, Cesare Tirabassi wrote: >=20 > > 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? >=20 > Hello, >=20 > 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? >=20 > T. "We'll strategically withdraw to previously prepared position." "Who prepared them?" "we'll prepare them when we get there..." (Reaper Man) |