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.
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.