With this I meant that many new games don't run good on wine
▼ Hatsune mUkko
Hello Takasur
Evgenii
To keep it on topic.
I've got strange bug recently. The program I'm writing for some reason started to segfault on start on release build. It segfaults on
/include/c++/bits/locale_facets.h:877
which is
return this->do_widen(__c);
in
char_type widen(char __c) const
function.
The strangest thing is that adding -g flag to compiler fixes the issue. It occures both on minGW 5.3.0 and 6.1.0
I thought to report to bug tracker, but havent reduced the bug yet.