https://bugs.winehq.org/show_bug.cgi?id=47081
Bug ID: 47081 Summary: The Sims Complete Collection doesn't start after failing to play the intro Product: Wine Version: 4.6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: quartz Assignee: wine-bugs@winehq.org Reporter: sashok.olen@gmail.com Distribution: ---
Created attachment 64272 --> https://bugs.winehq.org/attachment.cgi?id=64272 +quartz,+amstream
This only affects Complete Collection of the game. It can be workarounded by launching it with -skip_intro but if you don't, it will fail to start. Attaching a log with +quartz,+amstream debug channels. The log ends with: 0009:fixme:amstream:DirectDrawMediaStreamImpl_IDirectDrawMediaStream_GetFormat (0x207126c)->(0x33f3a8,(nil),(nil),0x33f3ac) stub!
https://bugs.winehq.org/show_bug.cgi?id=47081
--- Comment #1 from Alexandr Oleynikov sashok.olen@gmail.com --- Still an issue with 5.0-rc5 0009:fixme:amstream:ddraw_IDirectDrawMediaStream_GetFormat (02DF148C)->(0032F418,00000000,00000000,0032F41C) stub! I tried to change the return value here https://github.com/wine-mirror/wine/blob/master/dlls/amstream/ddrawstream.c#... to S_OK (which in the success return value according to these docs https://technet.microsoft.com/ru-ru/evalcenter/dd406809(v=vs.113) ) but it didn't help, so I guess it actually needs to be implemented.
https://bugs.winehq.org/show_bug.cgi?id=47081
--- Comment #2 from Alexandr Oleynikov sashok.olen@gmail.com --- Still an issue with Wine 5.14.
https://bugs.winehq.org/show_bug.cgi?id=47081
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #3 from Gijs Vermeulen gijsvrm@gmail.com --- We have Bug 24182 for IDirectDrawMediaStream::GetFormat().
You can try the series starting with https://source.winehq.org/patches/data/191615 to see if they fix your problem completely.
*** This bug has been marked as a duplicate of bug 24182 ***
https://bugs.winehq.org/show_bug.cgi?id=47081
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate
https://bugs.winehq.org/show_bug.cgi?id=47081
--- Comment #5 from Alexandr Oleynikov sashok.olen@gmail.com --- That patchset isn't enough to get it working, it also needs implementation of IStreamSample::Update and IStreamSample::CompletionStatus according to the logs attached to this message: https://bugs.winehq.org/show_bug.cgi?id=24182#c19