https://bugs.winehq.org/show_bug.cgi?id=49789
--- Comment #21 from OlekA brodo@o2.pl --- (In reply to Zebediah Figura from comment #20)
A reverse bisect shows that 0c631ebb2354334eaf309bc0765d3283654cf902 fixes the mentioned issue:
0c631ebb2354334eaf309bc0765d3283654cf902 is the first good commit commit 0c631ebb2354334eaf309bc0765d3283654cf902 Author: Alexandre Julliard julliard@winehq.org Date: Mon Sep 28 16:34:11 2020 +0200
kernel32: Build with msvcrt.
config.log from comment 16 shows that your wine isn't compiled with mingw, which would be needed for the above commit to have an effect.
I'm marking this as fixed accordingly; please reopen if you can reproduce with Wine compiled with mingw. I'm also removing the regression tag, since the crash is rather variable and I could reproduce it even with 5.9.
[I can't reproduce the failure related to EH_STACK_INVALID anymore, even with 6.0-rc2. I'll just discard it as a fluke...]
How can I set the wine's configuration to properly see mingw-w64-v8.0.0_gcc10.2.0 that IS just installed on my system ? ( it is here: /usr/mingw-w64-v8.0.0_gcc10.2.0/).
Compiling wine halts at this configure action:
checking for i686-w64-mingw32-gcc... no checking for i586-w64-mingw32-gcc... no checking for i486-w64-mingw32-gcc... no checking for i386-w64-mingw32-gcc... no checking for i686-pc-mingw32-gcc... no checking for i586-pc-mingw32-gcc... no checking for i486-pc-mingw32-gcc... no checking for i386-pc-mingw32-gcc... no checking for i686-mingw32msvc-gcc... no checking for i586-mingw32msvc-gcc... no checking for i486-mingw32msvc-gcc... no checking for i386-mingw32msvc-gcc... no checking for i686-mingw32-gcc... no checking for i586-mingw32-gcc... no checking for i486-mingw32-gcc... no checking for i386-mingw32-gcc... no checking for i686-w64-mingw32-clang... no checking for i586-w64-mingw32-clang... no checking for i486-w64-mingw32-clang... no checking for i386-w64-mingw32-clang... no checking for mingw32-gcc... no configure: error: MinGW compiler not found, cross-compiling PE files won't be supported. This is an error since --with-mingw was requested.