Gods and Kings bugs

Hulfgar

Emperor
Joined
Mar 31, 2008
Messages
1,798
Location
France
Did somebody solve those bugs? :

[6955.210] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_HARALD" does not exist in Leaders
[6955.210] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[6955.210] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_NEBUCHADNEZZAR" does not exist in Leaders
[6955.210] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_HARALD" does not exist in Leaders
[6955.210] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_HARALD" does not exist in Leaders
[6955.210] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[6955.210] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[6955.210] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_NEBUCHADNEZZAR" does not exist in Leaders
[6955.210] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_NEBUCHADNEZZAR" does not exist in Leaders
 
Wow if it's that then it means you cannot even delete those lines whithout making the mod incompatible with the DLC ?
 
You could write some SQL to "DELETE ... WHERE NOT EXISTS ..." so you only delete the entries if the DLC isn't available - that way your'll be compatible with and without the DLC and also remove the annoying errors from the log file
 
Back
Top Bottom