https://bugs.winehq.org/show_bug.cgi?id=45703
--- Comment #5 from Louis Lenders xerox.xerox2000x@gmail.com --- Looks like regression test turns out into red herring...
I stopped at somewhere inside wine-3.20, in all versions from 3.14 upwards WINWORD just started fine ....
While testing I compiled with :
./configure CFLAGS="-O0" --disable-win64
My current wine (yesterdays git that crashes)
../wine/configure CFLAGS="-O0" --enable-win64
cd /home/louis/sda2/wine32-build/
PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig/ ../wine/configure CFLAGS="-O0" --with-wine64=../wine64-build
For now I guess there must be something resulting different from the compiler options (????)
I`ll compile current git with CFLAGS="-O0" --disable-win64, see if it starts then