Civitar
Adventurer
So I'm running a little total conversion mod, and a weird thing is happening. Whenever I try to select the Kizu civilization, the Lua.log displays this:
...and the menu disappears so I am left looking at the background image until I use Task Manager to shut down Civ5. This does not happen for any other civ in the mod, and according to Nomad or What it doesn't happen even for Kizu when he tries it - his Lua.log is error-free.
Additionally, if I try to select Kizu through the Advanced Setup Screen, this happens:
...and the little dropdowns remain unchanged, set to the Unknown Civilization. Again, this doesn't happen for any other civilization.
Does anybody know why this might be?
EDIT: Bane_ says Kizu works for him, but Ismalia does not, while throwing an error from line 344 of AdvancedSetup.lua. Nomad says Kizu, the Celestials, and Ismalia work for him.
Code:
[97947.546] Runtime Error: Assets\UI\FrontEnd\GameSetup\GameSetupScreen.lua:479: attempt to index a nil value
stack traceback:
Assets\UI\FrontEnd\GameSetup\GameSetupScreen.lua:479: in function 'SetSelectedCiv'
Assets\UI\FrontEnd\GameSetup\GameSetupScreen.lua:257: in function 'UpdateDisplay'
Assets\UI\FrontEnd\GameSetup\GameSetupScreen.lua:567: in function <Assets\UI\FrontEnd\GameSetup\GameSetupScreen.lua:564>
Additionally, if I try to select Kizu through the Advanced Setup Screen, this happens:
Code:
[97975.984] Runtime Error: Assets\UI\FrontEnd\GameSetup\AdvancedSetup.lua:307: attempt to index a nil value
stack traceback:
Assets\UI\FrontEnd\GameSetup\AdvancedSetup.lua:307: in function 'RefreshPlayerList'
Assets\UI\FrontEnd\GameSetup\AdvancedSetup.lua:457: in function '?'
Assets\UI\FrontEnd\GameSetup\AdvancedSetup.lua:1245: in function 'ForEachScreenOption'
Assets\UI\FrontEnd\GameSetup\AdvancedSetup.lua:1255: in function 'PerformPartialSync'
Assets\UI\FrontEnd\GameSetup\AdvancedSetup.lua:445: in function <Assets\UI\FrontEnd\GameSetup\AdvancedSetup.lua:441>
Does anybody know why this might be?
EDIT: Bane_ says Kizu works for him, but Ismalia does not, while throwing an error from line 344 of AdvancedSetup.lua. Nomad says Kizu, the Celestials, and Ismalia work for him.