On Thu Nov 3 10:12:10 2022 +0000, Piotr Caban wrote:
I don't know why it crashes on startup on your machine but it's not caused by _Condition_variable_notify_one being redefined in multiple .so files (I guess you're using no-mingw build of Wine). Maybe there's e.g. some kind of memory corruption that happens to be hidden by that change. If you don't believe me that it's not the problem - the application loads both msvcp120 and msvcp140, there are much more global symbols with the same names and you don't see any problem caused by it. Please change the commit message (patch title you set with git while committing the patch, not only merge request title).
Thanks for the tip I've updated the commit info