Created attachment 688764 [details, diff] https://source.winehq.org/patches/data/200713 When running wine-nine-standalone with wine-vanilla-6.3 or wine-staging-6.3 it will segfault. $ wine /usr/lib/ninewinecfg.exe.so The process was killed by SIGSEGV: Segmentation fault This was bisected by a wine-nine-standalone dev to this wine commit. https://github.com/wine-mirror/wine/commit/93eb4dbd Who then sent a fix to the wine mailing list, I have attached the patch. https://www.winehq.org/pipermail/wine-devel/2021-February/181759.html And a wine-nine-standalone issue was also made. https://github.com/iXit/wine-nine-standalone/issues/96
Will wait to see what upstream does
Fixed upstream. https://source.winehq.org/git/wine.git/commitdiff/1e2b060eb15fa5216e9745cf48eb986a7721df61
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ca74716d50979502d3a45025f24d18960b1b5f7a commit ca74716d50979502d3a45025f24d18960b1b5f7a Author: Nick Sarnie <sarnex@gentoo.org> AuthorDate: 2021-03-02 05:07:57 +0000 Commit: Nick Sarnie <sarnex@gentoo.org> CommitDate: 2021-03-02 05:09:01 +0000 app-emulation/wine-staging: Backport patch Closes: https://bugs.gentoo.org/773433 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Nick Sarnie <sarnex@gentoo.org> app-emulation/wine-staging/Manifest | 1 + .../wine-staging/wine-staging-6.3-r1.ebuild | 668 +++++++++++++++++++++ 2 files changed, 669 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=fa7a3fb518ccfae6e9e4080531994f4d174d03c5 commit fa7a3fb518ccfae6e9e4080531994f4d174d03c5 Author: Nick Sarnie <sarnex@gentoo.org> AuthorDate: 2021-03-02 05:06:21 +0000 Commit: Nick Sarnie <sarnex@gentoo.org> CommitDate: 2021-03-02 05:08:58 +0000 app-emulation/wine-vanilla: Backport patch Bug: https://bugs.gentoo.org/773433 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Nick Sarnie <sarnex@gentoo.org> app-emulation/wine-vanilla/Manifest | 1 + .../wine-vanilla/wine-vanilla-6.3-r1.ebuild | 580 +++++++++++++++++++++ 2 files changed, 581 insertions(+)