Still no UI, tried some fixes

felwar

Warlord
Joined
Feb 10, 2006
Messages
149
Okay, I figured I would wait for Fire, but it didnt help my problem with having no UI in the game. Getting rid of the custom assets folder did nothing.

I originally had these errors showing in my ThemeParseLog:

Error : Decl - ('Civ4Theme_Common.thm', Ln:401, Col:13) Assignment source propertyId 'SF_CtrlTheme_Civ4_Control_Font_Size3_Italic' not found
Error : Decl - ('Civ4Theme_Common.thm', Ln:402, Col:13) Assignment source propertyId 'SF_CtrlTheme_Civ4_Control_Font_Size3_BoldItalic' not found
Error : Decl - ('Civ4Theme_Common.thm', Ln:408, Col:13) Assignment source propertyId 'SF_CtrlTheme_Civ4_Control_Font_Size1_Bold' not found
Error : Decl - ('Civ4Theme_Window.thm', Ln:3048, Col:9) Assignment source propertyId 'SF_CtrlTheme_Civ4_Control_Font_Size1_Bold' not found

I fixed these by going into Civ4Theme_Common and getting rid of the comment marks in front of the lines where these are declared (not sure why they were even commented out). However, this also did not actually solve my user interface problem, although it did get rid of those specific errors.

So here is what is left of the python exceptions. There were some blank ones, but I think I have the important details:

File "<string>" line 1 in ?

File "<string>" line 52 in load_module

CvEventInterface line 13 in ?

File "<string>" line 52 in load_module

CvFFHspellseventmanager line 6 in ?

File "<string>" line 52 in load_module

CvEventManager line 13 in ?

File "<string>" line 52 in load_module

CvScreensInterface line 3 in ?

File "<string>" line 52 in load_module

CvMainInterface line 24 in ?

File "<string>" line 52 in load_module

AStarTools line 12 in ?

File "<string>" line 52 in load_module

CvConfigParser line 26 in ?

File "<string>" line 52 in load_module

CvPath line 119 in ?

CvPath line 100 in _getUserDir

CvPath line 109 in _getInstallDir

CvPath line 88 in _getRegValue

Windows Error

Failed to load python module CvEventInterface

I track each line as a call to the next file it gets an error with down to CvPath, where I can't find the lines it is pointing to because it reads as all compressed together (ie. Only 6 long lines in notepad).

I would really like to be able to play FFH again, and I'm hoping someone can point me in the right direction. Maybe it will provide an answer for others having this issue as well.
 
Most people are fixed by deleting CustomAssets. I know you player FfH quite a bit as I remember your posts. When did it stop working for you?
 
Stopped working when I installed it on my new computer, which came with Vista. I had posted about it then, but as I said, the suggested fixes didn't work. I know others posted saying it worked in vista, and it isn't limited to this mod for some people. I was hoping the python exceptions, specifically the ones with errors running interface scripts, would lead to a solution. I don't know enough about it though.
 
Try deleting the 'C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\Mods\Fall from Heaven 2 020\Assets\python\INIParser' directory.
 
Try deleting the 'C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\Mods\Fall from Heaven 2 020\Assets\python\INIParser' directory.

I still get the same errors. CVconfigparser and CVPath still exist under the Utils directory in the python folder. I tried moving CVpath from there and it resulted in the same errors except for saying there was no CVpath file instead of giving the line errors.
 
I still get the same errors. CVconfigparser and CVPath still exist under the Utils directory in the python folder. I tried moving CVpath from there and it resulted in the same errors except for saying there was no CVpath file instead of giving the line errors.

I think I can get this all cleaned up. This is all old legacy stuff that isn't used anymore. There are a few functions I need but not any of the path stuff.
 
K, Felwar, try patch "a". I tried to remove all of the CvPath dependancies.
 
Kael you fixed it! Thank you so much, I can play FFH again! I actually cheered IRL. :lol:
 
Back
Top Bottom