From: Justin R. <jus...@gm...> - 2011-02-15 06:49:30
|
This was already addressed in a separate thread. The problem is fixed but won't be out in circulation unless you get dev code or a release comes out sooner. I had the issue and was able to place the port by just loading it in 1.4 and then saving later and loading it back in 1.4.1. On Mon, Feb 14, 2011 at 8:52 PM, Chris Shaffer <chr...@gm...> wrote: > 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) > > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > |