Created
July 24, 2019 09:55
-
-
Save yooohoohello/fde4f9ed6aafc96a32c0d2739389ea7f to your computer and use it in GitHub Desktop.
MFSolution mfplat.dll Workground Wineprefix Patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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