From: Stefan F. <ste...@we...> - 2010-09-06 20:47:12
|
Thanks for the raising the issue: I was able to recreate the problem. Most likely a change of the filename pattern is the reason for that error. There are two entries that use those filename patterns: Save => Filename date pattern (setting in default profile: yyyyMMdd_HHmm) Log => Report filename date pattern (setting in default profile: currently empty) Those settings are parsed by SimpleDateFormat, which allows only a specifc syntax. See for a reference the table included here: http://download.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html Possible solutions to fix the user profile: A) Manual change to the setting intended using the allowed syntax. B) Manual change to the default setting above C) Create a new profile (e.g. user_new) and store that to the same file location as user D) Create a new profile (e.g. user_new) and save it to another location and import that to user (This reminds me that something like restore to a default template would be nice). Given those workarounds I would hardly call it completely unusable ;-) but I admit that Rails could fail more graciously. If none of those works, please forward your configuration profile to me by pm. Stefan On Monday, September 06, 2010 02:46:14 am John David Galt wrote: > I've downloaded and installed Rails 1.4; created a config file; and tried > to start a game, twice (one 1835 and one 1856). In both cases, as soon as > I hit "New Game", a popup appears on the screen, with a red stop sign at > the left, saying > > Game setup from file Game.xml failed: > Illegal pattern character 'r' > [ OK ] > > Obviously the game is completely unusable until this is fixed. > > --------------------------------------------------------------------------- > --- This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |