Mark Wielaard wrote:
Hi,
With the mauve regressions cleaned up we finally have a branch for 0.93
(tagged as classpath-0_93-branch with classpath-0_93-branch-point as
marker on the trunk). So things todo before release:
- sync up generics branch again.
- Run some larger applications as smoke tests
eclipse, jfreecharts, jedit, megamek, hsql-frontends, some applets,
etc. to make sure they still run as well as they did with 0.92.
Reports welcome!
I'm attempting to run MegaMek on cacao + classpath-0_93-branch. I see many
exceptions like this:
Exception during event dispatch:
java.lang.NullPointerException
at
gnu.java.awt.peer.gtk.GtkComponentPeer.paintComponent(GtkComponentPeer.java:316)
at gnu.java.awt.peer.gtk.GtkComponentPeer.handleEvent(GtkComponentPeer.java:284)
at gnu.java.awt.peer.gtk.GtkPanelPeer.handleEvent(GtkPanelPeer.java:63)
at java.awt.Component.dispatchEventImpl(Component.java:5749)
at java.awt.Container.dispatchEventImpl(Container.java:1922)
at java.awt.Component.dispatchEvent(Component.java:2833)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:626)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
at java.lang.VMThread.run(VMThread.java:120)
and (likely as a result of these exceptions) GTK widgets aren't being painted
correctly.
I'm investigating...
Tom