https://bugs.winehq.org/show_bug.cgi?id=45543
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Anastasius Focht from comment #11)
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.
Thanks, I'll send it later.
--- 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 ---
I didn't, because I wasn't aware it needs that.