New version unplayable?

Tomice

Passionate Smart-Ass
Joined
Oct 5, 2009
Messages
2,366
Location
Austria, EU, no kangaroos ;)
Hi! It seems the new version has a fatal error: After the leader loadscreen and the narrator talk, a broken version of the tech screen appears and prevents any gameplay. I can't click it away, although I can move units in the background through keypad commands.

I'll post more details ASAP, screens, log and so on.
 
Don't worry, You aren't the only one, I have the same issue! I was about to post the same thing, does it look like this?


QQ2q2eb.jpg
 
Exactly, thanks and welcome to CivFanatics!

The lua.log only contains this line:

[430467.140] Initializing Lua 5.1.4

But it's the first time I post it, maybe it's my mistake.


EDIT:
My version of CIVUP is 2.4.2 in contrast to 2.5 like you name it on your homepage. I'll try manual download instead of steam workshop.

EDIT2:
Manual download of version 2.5 and 1.13.2 doesn't change a thing. Of course I removed all other mods, cleared cache and moduserdata, and deleted previous versions manually.
 
I'm having a problem with the unoffical patch mod and I've done everything suggested here. Normal game works fine.

I go to mods click enable on this mod (only mod there) then single player and start game. But when the game starts the screen gets a gray tone and I can't do anything. There is a Question mark box in the middle a bit like a tech tree option and there is another button near the bottom with close on it. I can click/toggle a few things but nothing seems to have any effect. Any suggestions?
 
Same problem. There is an error in my lua.log as below.

CivUp 2.4.2 though, which is the latest on Steam.

Spoiler :
[1285382.281] Tutorial: Loaded Additional Tutorial checks - Assets\DLC\Expansion\Tutorial\lua\TutorialInclude_Expansion1.lua
[1285383.046] ChoosePantheonPopup: -265
[1285383.046] ChoosePantheonPopup: 963
[1285383.046] ChoosePantheonPopup: 698
[1285383.281] MapPins: 11 ms loading MapPins.lua
[1285383.328] OptionsScreen: 13 ms loading OptionsScreen.lua
[1285383.343] Syntax Error: [string "C:\Users\Teaf\Documents\My Games\Sid Meier's Civilization 5\MO..."]:191: 'then' expected near 'return'
[1285383.343] Runtime Error: Error loading C:\Users\Teaf\Documents\My Games\Sid Meier's Civilization 5\MODS\Civ V Unofficial Patch v2.4.2 (GK) (v 1)\3_Interface_Branches\_Mods\UnitTrees\UpgradeTree.lua.
[1285383.359] YL_EventRegistration: 10 ms loading CustomNotification.lua
[1285383.390] CiVUP_Events: 2 ms loading CustomNotification.lua
[1285383.984] AT_Init: 578 ms loading Game.Fields
[1285384.171] OppPopup: 171 ms loading Opp_Events.lua
[1285384.171] OppPopup: 188 ms loading OppPopup.lua
[1285384.328] Demographics: Dequeuing demographics
[1285384.328] Demographics: Dequeuing demographics


Edit:

To fix it, just browse to the UpgradeTree.lua file as listed above and go to line 191 and change it from:

if not era return end

to

if not era then return end
 
I'm having a problem with the unoffical patch mod and I've done everything suggested here. Normal game works fine.

I go to mods click enable on this mod (only mod there) then single player and start game. But when the game starts the screen gets a gray tone and I can't do anything. There is a Question mark box in the middle a bit like a tech tree option and there is another button near the bottom with close on it. I can click/toggle a few things but nothing seems to have any effect. Any suggestions?

I'm having the same problem with my steam goty + G&K. No other mods installed except for those DLC's included in the GOTY edition.
Trying to run "G&K enhanced mod & Civ 5 Unofficial patch (G&K)"

Sounds like the same screen I'm seeing like the first block of a tech tree thats blank except for a ?. A checkbox for "small" and a close button that does nothing.
The games running beneath as I can hotkey to open menus and select units.

Any ideas?

** Update**

I ran the Lua log and found the following error. From the description I'm guessing its whats effecting both of us. Anyone know how to sort it?

[8306.600] Syntax Error: [string "C:\Users\***\Documents\My Games\Sid Meier's Civilization 5\MO..."]:191: 'then' expected near 'return'
[8306.600] Runtime Error: Error loading C:\Users\***\Documents\My Games\Sid Meier's Civilization 5\MODS\Civ V Unofficial Patch v2.4.2 (GK) (v 1)\3_Interface_Branches\_Mods\UnitTrees\UpgradeTree.lua.
 
http://forums.civfanatics.com/showthread.php?p=12180836

Show the same problem we're having and the fix. Tried it and it works.

Love these forums!

To fix it, just browse to the UpgradeTree.lua file
C:\Users\***\Documents\My Games\Sid Meier's Civilization 5\MODS\Civ V Unofficial Patch v2.4.2 (GK) (v 1)\3_Interface_Branches\_Mods\UnitTrees\UpgradeTree.lua

open it in notepad and change line 191 as below.

if not era return end

to

if not era then return end
 
Back
Top Bottom