https://bugs.winehq.org/show_bug.cgi?id=48931
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #2 from Qian Hong fracting@gmail.com --- I remember there was a 64bit only Cygwin stack overflow, which could be workaround by downgrading FreeType:
https://github.com/TeaCI/msys2-docker/blob/master/Dockerfile#L4
wget http://security.ubuntu.com/ubuntu/pool/main/f/freetype/libfreetype6_2.5.2-1u... && wget http://security.ubuntu.com/ubuntu/pool/main/f/freetype/libfreetype6_2.5.2-1u... && dpkg -i libfreetype6_2.5.2-1ubuntu2_amd64.deb libfreetype6_2.5.2-1ubuntu2_i386.deb
Unfortunately, I don't have Linux environment to test at the moment.
Anyone could give it a test?