[Bug 50043] Kholat from GOG does not launch anymore

WineHQ Bugzilla wine-bugs at winehq.org
Sat Nov 7 10:01:21 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50043

--- Comment #8 from Nikolay Sivov <bunglehead at gmail.com> ---
Interesting, so it's using Media Session and that somewhat works already. A
couple of obvious issues to fix:

---
0140:warn:mfplat:topology_loader_Load Failed to resolve for marker 0, hr
0x80004001.
---

That's because we're missing most of topology loader.

---
0140:fixme:mfplat:media_source_GetCharacteristics (0x70adb50)->(0x834fc28):
stub
---

Easier part, we have some patches on the list for it, also not critical.

---
0140:fixme:mfplat:media_source_Stop (0x70adb50): stub
---

Something to be done in winegstreamer as well.

Sorry, I didn't last point of comment 5. Do you mean video plays to completion
and menu appears after it automatically, or that you can skip it? According to
logs I would expect that IMFMediaSession::Stop() is used for skipping.
Otherwise application would simply wait for MESessionEnded event.

-- 
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.



More information about the wine-bugs mailing list