https://bugs.winehq.org/show_bug.cgi?id=50755
Bug ID: 50755 Summary: Wine 6.3 stops loading winegcc made binaries Product: Wine Version: 6.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: chopinbig@tutanota.com Distribution: ---
Wine 6.3 has introduced something (I assume in the loader code) that stops the loading of winegcc wineg++ made binaries.
Winegcc (wineg++) binaries don't load and a trap 14 error is issued.
https://bugs.winehq.org/show_bug.cgi?id=50755
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang@codeweavers.com Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Zhiyi Zhang zzhang@codeweavers.com --- Duplicate of 50731. Should be fixed in 1e2b060eb15fa5216e9745cf48eb986a7721df61
*** This bug has been marked as a duplicate of bug 50731 ***
https://bugs.winehq.org/show_bug.cgi?id=50755
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate
https://bugs.winehq.org/show_bug.cgi?id=50755
--- Comment #3 from MarkW chopinbig@tutanota.com --- Wine 6.6 can no longer load 64 bit winegcc made apps using /usr/bin/wine.
Instead, 64 bit winegcc made apps require /usr/bin/wine64.
The old behaviour was that /usr/bin/wine could load 64 bit and 32 bit winegcc made apps.
Is Wine going to stick to the new behaviour?, it would break pre existing winegcc made apps.