|
From: Jean L. <jle...@st...> - 2004-08-20 14:31:59
|
Hi all, There is a nice bug in the new game function. When you are in the game, click on Game->New->Yes. Once you clicked on yes, check your CPU usage: there is a Java process that takes 100% of the CPU! I believe that the bug is in the quitGame(boolean) method of net.sf.freecol.client.control.ConnectController because I tried to comment on the call to this method in the newGame() method of net.sf.freecol.client.gui.Canvas and the bug disappeared... The problem is that I don't know where the bug is exactly. Cheers, Jean. |