• 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.
(Note: if I posted to bad section, please remove it)

I'm playing England with AGC and 1.08 patch.

In 1542, after "Henry's offer" (or similiar, I haven't managed to read exactly) game crashes.
Meath&Connaught belongs to me, Munster belongs to France and Connaught to Burgundy.

Can anybody help?

Probably it one of those events:

#Henry VIII's Offer#
event = {
id = 3827

# Triggered by EIR 3826

random = no
country = ENG
name = "EVENTNAME3827"
desc = "EVENTHIST3827"
style = 2

action_a ={ #Accept them#
name = "ACTIONNAME3827A"
command = { type = vassal which = EIR }
command = { type = vassal which = CON }
command = { type = vassal which = LEI }
command = { type = vassal which = MST }
command = { type = vassal which = ULS }
command = { type = addcore which = 231 } #Connaught
command = { type = addcore which = 232 } #Ulster
command = { type = addcore which = 234 } #Leinster
command = { type = addcore which = 235 } #Munster
}
}

#Henry VIII's Offer#
event = {
id = 3828

# Triggered by EIR 3826

random = no
country = ENG
name = "EVENTNAME3828"
desc = "EVENTHIST3828"
style = 2

action_a ={ #We cannot accept this!#
name = "ACTIONNAME3828A"
command = { type = casusbelli which = EIR value = 60 }
command = { type = casusbelli which = CON value = 60 }
command = { type = casusbelli which = LEI value = 60 }
command = { type = casusbelli which = MST value = 60 }
command = { type = casusbelli which = ULS value = 60 }
command = { type = addcore which = 231 } #Connaught
command = { type = addcore which = 232 } #Ulster
command = { type = addcore which = 234 } #Leinster
command = { type = addcore which = 235 } #Munster
}
}
 
Can't see why they'd mess things up. But you could comment those events out and see if it still crashes...

[AGC hasn't been worked on for ages; have you tried AGCEEP (which is the successor project)?]