https://bugs.winehq.org/show_bug.cgi?id=50474
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com ---
Unhandled exception: unimplemented function Qt5Core.dll.??0QMutex@@QEAA@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.