Using latest Git revision here (what's the revision number, 1178, or 1/17/2016?), I suppose I should learn to handle Git and push requests, but I'm kinda useless at coding so I'll just report these here and hope for the best.
When a civ is vassalized peacefully, I get this:
Code:
Traceback (most recent call last):
File "BugEventManager", line 400, in _handleDefaultEvent
File "CvRFCEventHandler", line 416, in onVassalState
File "DynamicCivs", line 555, in onVassalState
NameError: global name 'iPlayer' is not defined
looks like iPlayer should be iVassal there.
When using platybuilder to force vassalize (because I want ALL the khanates

)
Code:
Traceback (most recent call last):
File "CvScreensInterface", line 699, in handleInput
File "WBDiplomacyScreen", line 383, in handleInput
File "WBDiplomacyScreen", line 424, in editRelationship
File "CvEventManager", line 1038, in onVassalState
ValueError: need more than 3 values to unpack
ERR: Python function handleInput failed, module CvScreensInterface
But it seems to work just fine regardless, the civs end vassalized as expected.
When checking victory conditions for the Iranians:
Code:
Traceback (most recent call last):
File "CvScreensInterface", line 305, in showVictoryScreen
File "CvVictoryScreen", line 207, in interfaceScreen
File "CvVictoryScreen", line 1583, in showVictoryConditionScreen
File "Victory", line 3074, in getUHVHelp
File "Victory", line 2289, in isControlled
NameError: global name 'tTopLeft' is not defined
ERR: Python function showVictoryScreen failed, module CvScreensInterface
Also, a trip through the pedia reveals still missing text entries for: Harappan City Builder, Iranian Qilzibash, Spy specialist (might as well remove it completely I guess), Marsh terrain and feature, Alp Arslan leaderhead, Pantheon civic help text (the 'can build classical wonders' info bit), Catholicism and Protestantism and their pedia entries, and all corporations.
There are probably more like descriptions and what not, but I wonder, what happened in the latest revisions for so many of those to get lost?