From: Stefan F. <ste...@we...> - 2011-11-22 14:40:03
|
Thanks for reporting that bug. Only option you currently have is reverting the option to not show the background map in the configuration dialog. I wonder if no other user ever tried using a background map before??? Seems that the map file is not correctly located in the jar, thus uses not the default Class/Resource-Loader. As we developers run from Eclipse we have not seen the bug before. I will look into that. I have changing the Classloader high on my priority-list for Rails 2.x for several reasons anyway. Stefan On Tuesday, November 22, 2011 05:11:28 am Jerry Anderson wrote: > Ok - i figured out what i was doing wrong. the game starts but I am not > seeing the background map for 18GA. I am getting an error about the path. > There is no "data" directory. This is the error > java.io.FileNotFoundException: > C:\Personal\18XX\rails-1.5.3\rails-1.5.3\data\18GA\MapImage.svg (The > system cannot find the path specified) at > java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(Unknown Source) > at java.io.FileInputStream.<init>(Unknown Source) > at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source) > at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown > Source) at > org.apache.batik.util.ParsedURLData.openStreamInternal(ParsedURLData.java: > 547) at > org.apache.batik.util.ParsedURLData.openStream(ParsedURLData.java:471) at > org.apache.batik.util.ParsedURL.openStream(ParsedURL.java:417) at > org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(SAXSVGDocume > ntFactory.java:158) at > org.apache.batik.dom.svg.SAXSVGDocumentFactory.createSVGDocument(SAXSVGDoc > umentFactory.java:124) at > org.apache.batik.bridge.DocumentLoader.loadDocument(DocumentLoader.java:10 > 6) at > org.apache.batik.swing.svg.SVGDocumentLoader.run(SVGDocumentLoader.java:84 > ) > > > > ________________________________ > From: Jerry Anderson <jer...@ya...> > To: "rai...@li..." <rai...@li...> > Sent: Monday, November 21, 2011 7:34 PM > Subject: [Rails-users] How do i run Rails on Windows > > > Are there instructions somewhere that explain how to run the game. I see > the batch file but I have no idea what to supply as a command line > parameter. %1. > > --------------------------------------------------------------------------- > --- All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > Rails-users mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-users |