[Bug 48931] Any binary from 64bit Cygwin crashes on launch

WineHQ Bugzilla wine-bugs at winehq.org
Sun May 10 06:30:16 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=48931

Qian Hong <fracting at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fracting at gmail.com

--- Comment #2 from Qian Hong <fracting at 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-1ubuntu2_i386.deb
&& wget
http://security.ubuntu.com/ubuntu/pool/main/f/freetype/libfreetype6_2.5.2-1ubuntu2_amd64.deb
&& 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?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list