https://bugs.winehq.org/show_bug.cgi?id=49960 Bug ID: 49960 Summary: The Sims Complete Collection is stuck on playing intro Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: quartz Assignee: wine-bugs(a)winehq.org Reporter: sashok.olen(a)gmail.com Distribution: --- Created attachment 68351 --> https://bugs.winehq.org/attachment.cgi?id=68351 +amstream,+quartz,+gstreamer When launching The Sims Complete Collection on current master (5d5102f8498413f4b7e11f7da0509e7717fb3735) with staging patches applied, the game plays the intro jingle very choppily (with no image whatsoever) and gets stuck on a black a screen (the game doesn't allow to skip the intro). In the output, I see spam of this: 0024:fixme:amstream:ddraw_sample_Update Unsupported flags 0x3. If I comment out this section in ddrawstream.c: if (flags & ~SSUPDATE_ASYNC) { FIXME("Unsupported flags %#x.\n", flags); return E_NOTIMPL; } the jingle plays (with image and audio) for a single frame and then immediately ends, and the game starts the loading process. Attached is a log with +amstream,+quartz,+gstreamer debug channels enabled. -- 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.