For example, currently, if --enable-archs=i386,x86_64 is used, and there is an
x86_64 cross compiler present but no i386 cross compiler, Wine will silently
remove i386 from the list of cross-compiled architechtures, and only compile
PE code for x86_64. This seems quite undesirable.
I am not aware of any practical reason for this to happen. Debian does ship
i686 and x86_64 MinGW compilers in separate packages, though, so it is possible
in theory.
--
I noticed this while looking into a different, related issue.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3560
This MR fixes a bug in Far Cry 6 where the necessary objects cannot be initialized in its speech synthesis thread.
--
v2: sapi/tests: Increase timeout in tts test_spvoice.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3514
gdiplus: fillPath and strokePath parameters cannot be used at the same time for GdipCreateCustomLineCap
--
v2: gdiplus: fillPath and strokePath parameters cannot be used at the same time for GdipCreateCustomLineCap
https://gitlab.winehq.org/wine/wine/-/merge_requests/3550