https://bugs.winehq.org/show_bug.cgi?id=28140
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Component|-unknown |richedit Fixed by SHA1| |ea7186348f48a749ab28ecc405f | |b56601c56e4f8
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello Paul,
thanks for testing. I did some testing too with various Wine versions and it turns out almost every Wine version in between Wine 1.7.19 and Wine 3.7 causes different crashes/error reports.
I finally settled with https://source.winehq.org/git/wine.git/commitdiff/ea7186348f48a749ab28ecc405... ("riched20: Check para before use in ME_PrevRun.").
Thanks Jactry
From that commit onwards, the launcher and main executable run without crash.
As explained earlier the launcher can't be bypassed, it's required to be functional (parent and child communicate over pipes).
--- snip --- $ git describe --contains ea7186348f48a749ab28ecc405fb56601c56e4f8 | sed 's/~.*//' wine-3.7 --- snip ---
$ wine --version wine-4.5
Regards