Infinite loop in Multiple Production

Issue #201 wontfix
joseasoler repo owner created an issue

scutarii provided a savegame which will enter into an infinite loop after pressing enter. The cause is that Cevedes is trying to build infinite archers. When opening the city window for Cevedes, the following assert is displayed:


Assert Failed File: CvGameTextMgr.cpp Line: 20659 Expression: (iBaseModifier * iBaseProduction) / 100 == city.getYieldRate(eYieldType) Message: Yield Modifier in setProductionHelp does not agree with actual value

Comments (1)

  1. Log in to comment