From: Chris S. <chr...@gm...> - 2011-02-15 04:52:55
|
We are playing a game of 1889, just begun using Rails 1.4.1. When the port owner tries to lay the tile, no tile is offered. The console dump is below. I think this is related to a bug discussed recently, but that was in development code, not 1.4.1. -- Chris Please consider the environment before printing this e-mail. log4j.configuration = log4j.properties Cmdline profile selection = null Profile selection = user Loading games list from GamesList.xml Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at rails.ui.swing.UpgradesPanel.populate(UpgradesPanel.java:106) at rails.ui.swing.ORUIManager.updateUpgradesPanel(ORUIManager.java:1729) at rails.ui.swing.ORUIManager.setLocalStep(ORUIManager.java:1706) at rails.ui.swing.ORUIManager.hexClicked(ORUIManager.java:668) at rails.ui.swing.hexmap.HexMap.mouseClicked(HexMap.java:550) at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:269) at java.awt.Component.processMouseEvent(Component.java:6178) at javax.swing.JComponent.processMouseEvent(JComponent.java:3267) at java.awt.Component.processEvent(Component.java:5940) at java.awt.Container.processEvent(Container.java:2105) at java.awt.Component.dispatchEventImpl(Component.java:4536) at java.awt.Container.dispatchEventImpl(Container.java:2163) at java.awt.Component.dispatchEvent(Component.java:4362) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4134) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055) at java.awt.Container.dispatchEventImpl(Container.java:2149) at java.awt.Window.dispatchEventImpl(Window.java:2478) at java.awt.Component.dispatchEvent(Component.java:4362) at java.awt.EventQueue.dispatchEvent(EventQueue.java:604) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177) at java.awt.EventDispatchThread.run(EventDispatchThread.java:138) |