[Bug 45372] Resident Evil 7 requires mfplat.dll.MFCreateMFByteStreamOnStream to be implemented

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 30 14:14:59 CDT 2018


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

--- Comment #13 from Vladimir <nickfaces at gmail.com> ---
(In reply to Alistair Leslie-Hughes from comment #9)
Found in your patch such lines: 


+    hr = CreateStreamOnHGlobal(NULL, TRUE, &stream);
+    ok(hr == S_OK, "got 0x%08x\n", hr);
+
+    hr = MFCreateMFByteStreamOnStream(stream, &bytestream );
+    ok(hr == S_OK, "got 0x%08x\n", hr);

If you fix 0x% 08x\n in the "universal" value type of 0x0XX0

XX will be the any value

That can help?

p.s. I'm completely zero in programming, but I'm trying to understand the logic
of the patch

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