- Dec 17, 2017
- 7,426
- 9,696
It works! At least the "Juli Peek HJ" video from day 1.Ok, not direct from Valve, but from their Proton Project on Github. Here is the link
You must be registered to see the links
He user named Mastergatto uploaded the guide and dlls as it looks like.
You must be registered to see the links(original link to the zip-file)
No, I use a 64bit prefix and using "wine64 regsvr32" works.
WMF_workaround.zip has 2 directories in it - system32 and syswow64. Counter-intuitively, the system32 directory has x86-64 DLLs and the syswow64 directory has x86 DLLs.
The steps I took to get it to work:
- I copied the DLLs from the syswow64 directory to .wine/drive_c/windows/system32
- wine start regedit.exe mf.reg
- wine start regedit.exe wmf.reg
- wine regsvr32 msmpeg2vdec.dll
- wine regsvr32 msmpeg2adec.dll
I'll update my wine post with this info. Thanks for finding it!