Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What were the exact circumstances of the error?
I'm not 100% certain since I'm garbage at code, but I suspect it's because the BreakRelations method runs, the second half of the if/else statement is run, and the nested if statement checks whether one of the pawns is not Polygamous in order to break them up. But because both pawns are Polygamous, this is skipped and the loop starts again, running infinitely.
Sticking a message log in the while loop makes the game print it a bunch of times in the debug log before the game crashes.