https://bugs.winehq.org/show_bug.cgi?id=50474 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #1 from Zebediah Figura <z.figura12(a)gmail.com> ---
Unhandled exception: unimplemented function Qt5Core.dll.??0QMutex@@QEAA(a)XZ called in 64-bit code (0x000000007bc7c9e1).
I've seen this before, though I can't remember where—an application apparently ships with QT libraries different from the ones it was built against, such that the mangled symbols are wrong. I think Windows fails to load the library (IIRC the application tries to dynamically load some helper which links to qt5core). You might try disabling qt5core via DLL overrides in winecfg. -- 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.