From: Stefan F. <ste...@we...> - 2012-02-22 15:36:17
|
Erik & Frederick: in fact all but the first run fail, a clear indication that running several games in sequence is the issue: The GameIs message is produced in line 91 of rails.game.Game: ReportBuffer.add(LocalText.getText("GameIs", name)); The message is written to the current gameManager's reportBuffer. This reportBuffer is that of the previous gameManager instead of the new one. To 99% this must have been something to do with Frederick's change of the NDC mechanism. As I do not know what has been changed, it might be easier for Frederick to track that bug. Stefan > BTW all test cases now fail because the first "GameIs" report line has > disappeared from the test report. But this line still appears in the report > window. > Something must have changed in the game initialization process. > > Erik. |