https://bugs.winehq.org/show_bug.cgi?id=49474
--- Comment #8 from Zebediah Figura z.figura12@gmail.com --- It's not particularly obvious from the log that something's going wrong in quartz. That's not to say that it's not, but pretty much the last thing it does is:
2693.019:00e8:trace:quartz:MediaSeeking_SetPositions graph 021DCAC8, current 0, current_flags 0x25, stop <null>, stop_flags 0x24. 2693.019:00e8:trace:quartz:MediaSeeking_SetPositions Setting current position to 0 (0.0 seconds). ... (logs from SetPositions() omitted) ... 2693.110:0024:trace:quartz:MediaFilter_Stop graph 021DCAC8.
and then it tears down the graph. Note in particular this is done on a different thread, and after about 90 ms.
What leads you to believe that quartz is at fault here? In particular, if you've tried native quartz, please actually mention that in the bug report. [In general reading https://wiki.winehq.org/Bugs would be to your benefit. It's linked on the bug report page for a reason.]