Bug reports and technical issues

Leoreth, as Arabia, there's a glitch when you conquer a holy city.

for example, I conquered Constantinople. It had catholicism in it, as well as being the orthodox holy land. After conquering it, catholicism should disappear, islam should appear, and the holy land should stay. Catholicism didn't disappear.
 
Did Islam appear?
 
Did Islam appear?

I've also encountered that bug: When you conquer a holy city, Islam does appear correctly, and the holy city religion does not get deleted, but all other religions stay there too.
 
SVN updated yesterday, by England I cannot build Trafalgar Square. It doesn't appear in the possible buildable wonders in my cities. I'm still in Renaissance.
 
Do you have a naval unit with sufficient experience?
 
Then I'd like to see a save of that situation :)
 
mercenaries arent available in the latest svn.
as for the trafalgar square, i was never able to build it either and never even seen it available. some rival civilizations sometimes (not always) do make it though.
 
I've already found the mercenary error, it will be fixed with the next commit.
 
Trafalgar Square problem solved, too. That was a really stupid error that was apparently in the game for a long time, and was probably behind other wonder problems as well, including reports that discovering Astronomy cancels wonders in production.

The reason is that when you found a city, its size and starting buildings are determined by starting era. There's a "behind the scenes" starting era to achieve this effect for cities of later civs, which increases once you discover Astronomy (you might have noticed that cities you found afterwards are larger from the start). I've accidentally used this era value to check if buildings that are only in certain starting eras can be built, which resulted in a situation where the game thought you had a starting era that was later than the era you're actually in ;)

Commit with a fix will follow soon.
 
When playing as civs that spawn inside other civs' culture, I keep being unable to found cities because my culture doesn't properly push back. I don't have a "blank" area to found my city in. If you could check this out it would be appreciated!
 
Where did this occur? I've seen it sometimes for the Dutch, but thought I had worked around the problem.
 
The Dutch and Byzantines were the two I had seen. I don't think I have any saves though...
 
In my last game as Russia soviet vassal name of Germany was TXT_KEY_CIV_GERMANY_SOVIET_VASSAL.
Also Aztecs respawned in India for some reason.
 
Also Aztecs respawned in India for some reason.

That has happened to me literally every game. Whenever the aztecs respawn, out of nowhere they have colonies in india and I'm left thinking WTH did that happen?
 
Leoreth, there seems to be a bug with the mandate armies. Both my Greek and Phoenician army landed in Western Anatolia.
 
Victory.py, rev 334
Line 1362
Code:
					fEurope = (iEurope + iEasternEurope) * 100.0 / (con.iEasternEurope, iTotalEasternEurope)

Obviously, the denominator is incorrect.
 
Back
Top Bottom