Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yooohoohello/fde4f9ed6aafc96a32c0d2739389ea7f to your computer and use it in GitHub Desktop.
Save yooohoohello/fde4f9ed6aafc96a32c0d2739389ea7f to your computer and use it in GitHub Desktop.
MFSolution mfplat.dll Workground Wineprefix Patch
MFSolution mfplat.dll Workground Wineprefix Patch:
https://imgchr.com/i/eE2nxA
https://i.postimg.cc/9MFx0K9T/MFSolutions.png
http://upload.ouliu.net/i/20190724153148t4uja.jpeg
https://lk1.bid/f.php?h=2bYP2opR&p=1
Please use "7z x MFSolutions.png" to extract patch files, setting your WINEPREFIX variable and run 'reg.sh' to be lazy on.
===========================================================================================
https://github.com/ValveSoftware/Proton/issues/1102#issuecomment-419678627
https://github.com/Winetricks/winetricks/issues/1132
Media Foundation needs enhancements
When I try installing MF using Winetricks, it installs only mf.dll file (native, builtin), but some games needs more files like:
mferror.dll
mfplat.dll
mfreadwrite.dll
msmpeg2adec.dll
msmpeg2vdec.dll
sqmapi.dll
You can get more information from this comment from a related issue:
ValveSoftware/Proton#1102 (comment)
So this MF workaround provides:
mf.dll
mfplate.dll
mfreadwrite.dll
wmadmod.dll
wmvdecod.dll
and there is another MF workaround provides:
mf.dll
mferror
mfplate.dll
mfreadwrite.dll
msmpeg2adec.dll
msmpeg2vdec.dll
sqmapi.dll
@jansalleine
Copy link

That reg.sh script has system32 and syswow64 mixed up:
cp -r system64 syswow32 $WINEPREFIX/drive_c/windows
should be
cp -r system32 syswow64 $WINEPREFIX/drive_c/windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment