From: Brett L. <wak...@gm...> - 2007-10-10 22:09:15
|
On Wed, 2007-10-10 at 23:58 +0200, Erik Vos wrote: > > > But something seems wrong. > > > If I press New Game, I get an error: > > > > > > java.lang.NullPointerException > > > at > > > > > rails.ui.swing.GameSetupWindow.startNewGame(GameSetupWindow.java:246) > > > > > > > Hmmm... Which game is selected at the time you hit New Game? > > Any game. > > > Also, are the options visible, or not? > > Does not matter. > > I suppose the main thing is, that I have not touched the player area. > Just the three default names are there. Ok, looking at the line that is in the error... it's the check that looks for if you've selected "Human" and have something in the name textbox. Can you make sure your drop-downs are set to Human and not None? ---Brett. I am the wandering glitch -- catch me if you can. |