https://bugs.winehq.org/show_bug.cgi?id=52131
--- Comment #14 from Eric eric.wheez@gmail.com --- I found this stackoverflow post that seems relevant: https://stackoverflow.com/questions/16602756/strange-0x0eedfade-exception-in...
"After some debugging that lead me to nowhere (Call Stack with very strange places) I resigned from it and started to inspect lastly commited changes. One change was string operation where string (AnsiString) can be of length 64 or 128 (some kind of bit mask). I set 70th character of string that was earlier allocated with SetLength(buffer, 64). That was the problem. I think I would save time by enabling range checking."