[11:34:08] Dominus: ouch, why is the linux ci using an ancient SDL? :)
[11:59:58] Dominus: Marzo, I'm having trouble. I'm trying to add a button to the Audio gump that enables the subtitles while speech is enabled. I'm doing something wrong with the rebuild button thing. The enabled button for the "subtitles" sometimes pulls in the text of other buttons (OK, HELP...) and after some opening and closing of the Audio gump it will crash
[12:00:06] Dominus: https://pastebin.com/KieJf4jv <- the patch
[12:00:22] Dominus: https://pastebin.com/816ypHYm <- the lldb bt
[18:01:50] Dominus: it's as if the many enabled buttons trigger a memory corruption somehow. I really can't see what I'm doing wrong but maybe it's something obvious that I just don't see
[18:18:04] Dominus: I think I got it... something something went wrong when loading the state. rewrote it and it works now