Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
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.