https://bugs.winehq.org/show_bug.cgi?id=37332 --- Comment #3 from Ken Thomases <ken(a)codeweavers.com> --- I don't know if it's the cause of the crash, but it looks like there's a problem playing a video. Wine uses its wineqtdecoder DLL to use QuickTime to decode the video data, but it's reporting that it's being called with unrecognized selectors (commands or queries). There's also a warning from the Objective-C runtime that two plugins are loading classes with the same name at the same time. That can cause incorrect behavior. One of the plugins is the Flip4Mac WMV Import plugin. The other is the TSLicense.framework, but it's not clear where that comes from or what is loading it. You could try disabling either of those plugins by moving them out of their directories. You could also try disabling wineqtdecoder using 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.