[Bug 45543] Rekordbox 5.3.0 terminates with the message " Unexpected application error"

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Apr 12 15:45:15 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=45543

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.winehq.org/sho
                   |                            |w_bug.cgi?id=45514

--- Comment #11 from Anastasius Focht <focht at 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#l1518

--- 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list