From: Erik V. <eri...@xs...> - 2012-02-27 14:44:27
|
> -----Original Message----- > From: Stefan Frey [mailto:ste...@we...] > > Another observation (most likely for Erik): > The "Load Recent" function fails on my system with a > java.lang.ArrayIndexOutOfBoundsException. However I have to admit that it > never seemed to work correctly (often it did not show the most recently > used file). In this context, "recent" means "recently modified", not "recently used". I suppose that's confusing, but it's the best I can do without building a list-of-most-recently-used files in Rails. Is this feature, in whatever form, useful at all for anyone? Otherwise I can better remove it. The crash seems to be related to the new SplashWindow: Exception in thread "AWT-EventQueue-0" java.lang.Error: Cannot call invokeAndWait from the event dispatcher thread at java.awt.EventQueue.invokeAndWait(EventQueue.java:1026) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1326) at rails.ui.swing.SplashWindow.<init>(SplashWindow.java:204) at rails.ui.swing.GameSetupWindow.loadAndStartGame(GameSetupWindow.java:231) Maybe Frederick can take a look? Erik. |