https://bugs.winehq.org/show_bug.cgi?id=45543
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=45514
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello Nikolay,
yes, your patch prevents the crash. The main user interface is fully functional after passing the registration dialog. I played some example tracks.
--- quote --- I was unable to reproduce because it doesn't even start for me, it displays black unresponsive window and stops there. --- quote ---
Did you work around bug 45514 ? The easiest way without using Wine-Staging is to export 'ntdll.wine_get_version()' by ordinal (one line change):
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ntdll/ntdll.spec#l151...
--- snip --- @ cdecl wine_get_version() NTDLL_wine_get_version --- snip ---
Example:
--- snip --- 1234 cdecl -noname wine_get_version() NTDLL_wine_get_version --- snip ---
$ wine --version wine-4.6
Regards