• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Shizzazzle

Private
75 Badges
Sep 13, 2013
21
0
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mare Nostrum
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - After Dark
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Europa Universalis IV: Res Publica
  • Magicka
  • Heir to the Throne
  • Hearts of Iron III Collection
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Crusader Kings II
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Hearts of Iron IV: Cadet
  • BATTLETECH
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Synthetic Dawn
  • Cities: Skylines - Mass Transit
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris: Nemesis
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Mount & Blade: Warband
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • War of the Roses
  • Victoria 2
So, I'm getting an instant CTD whenever I hover over the 'Establish Cairo' decision as the Fatimids. Only other mods I'm using are Better Looking Garbs (w/ compatibility patches) and the Expanded Trade submod. I disabled the Expanded Trade submod because that seemed like the obvious culprit, but I still got the same crash. If there's any way I can fix the decision it would be much appreciated. I've attached my save game and version.txt file.

Save game: https://www.mediafire.com/file/9091qvues3yuqu0/946_11_19.ck2/file
 

Attachments

  • version.txt
    231 bytes · Views: 7
Last edited:

王灼华

Private
53 Badges
Jun 24, 2016
17
0
  • Crusader Kings II: Charlemagne
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Pre-order
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Crusader Kings II
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Imperator: Rome Sign Up
  • Hearts of Iron IV: Together for Victory
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Monks and Mystics
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Victoria 2
Hey there.
I recently encountered the same issue as you did while playing as Fatimids so I checked the codes. The problem can be fixed by copying the lines of establishing Cairo from the vanila game.
I works for me so you many find it most helpful.

Code:
    shiite_caliphate_cairo_decision = {
        is_high_prio = yes
        only_independent = yes
        ai_check_interval = 60

        potential = {
            has_landed_title = d_ismaili
            has_landed_title = k_egypt
            c_cairo = { owner_under_ROOT = yes }
            b_cairo = { has_holder = no }
            796 = {
                OR = {
                    NOT = { num_of_max_settlements = 7 }
                    has_empty_holding = yes
                }
            }
            is_alternate_start = no
            NOT = { has_global_flag = established_cairo }
        }
        allow = {
            prestige = 500
            custom_tooltip = {
                text = NEEDS_500_GOLD_COST
                wealth = 500
            }
            has_landed_title = d_ismaili
            has_landed_title = k_egypt
            c_cairo = { owner_under_ROOT = yes }
        }
        effect = {
            set_global_flag = established_cairo
            wealth = -500
            if = {
                limit = {
                    capital_scope = {
                        NOT = { province = 796 }
                    }
                }
                custom_tooltip = { text = cairo_decision_TT }
            }
            if = {
                limit = {
                    NOT = { has_landed_title = c_cairo }
                }
                c_cairo = {
                    show_scope_change = no
                    grant_title_no_opinion = root
                }
            }
            c_cairo = {
                set_name = "PROV796"
            }
            796 = {
                show_scope_change = no
                if = {
                    limit = {
                        796 = {
                            NOR = {
                                num_of_max_settlements = 6
                                num_of_max_settlements = 7
                            }
                        }
                    }
                    add_holding_slot = 2
                }
                else_if = {
                    limit = {
                        796 = {
                            num_of_max_settlements = 6
                        }
                    }
                    add_holding_slot = 1
                }
                build_holding = {
                    title = b_cairo
                    type = castle
                    holder = ROOT
                }
                hidden_tooltip = {
                    b_cairo = {
                        province_capital = yes
                        root = { capital = PREV }
                        add_building = ca_wall_q_1
                        add_building = ca_wall_q_2
                        add_building = ca_wall_1
                        add_building = ca_wall_2
                        add_building = ca_keep_1
                        add_building = ca_keep_2
                        add_building = ca_militia_barracks_1
                        add_building = ca_militia_barracks_2
                        add_building = ca_training_grounds_1
                        add_building = ca_barracks_1
                        add_building = ca_barracks_2
                        add_building = ca_stable_1
                        add_building = ca_town_1
                        add_building = ca_town_2
                    }
                }
            }
        }
    }