protonscr

Resident Evil 7 Biohazard - Black screen when launching the game

dxvkclosed
doitsujin/dxvk#761 · opened 2018-11-11 by Ahmed-E-86 · updated 2019-12-18 · 12 comments · github
1 matching comments, n / p to jump
AAhmed-E-86 2018-11-11 github

Software information

Resident Evil 7 Biohazard, 1366×768 - default settings.

The game doesn't load and it looks like this:

screenshot_20181111_170040

System information

  • GPU: AMD HD 8750M
  • Driver: 18.3 latest version
  • Wine version: 3.18 staging
  • DXVK version: 0.91

Log files

Ddoitsujin maintainer 2018-11-11 github

The game requires native media foundation DLLs as far as I know. This is not a DXVK bug.

AAhmed-E-86 2018-11-11 github

I installed it using Winetricks but nothing changed.

Llieff 2018-11-11 github

You can't install it using Winetricks. It installs only mf.dll, not full set

mf.dll
mferror.dll
mfplat.dll
mfreadwrite.dll
msmpeg2adec.dll
msmpeg2vdec.dll
sqmapi.dll

which is needed. In other words, this game currently not supported by wine.

AAhmed-E-86 2018-11-11 github

I found similar issue at Winehq https://bugs.winehq.org/show_bug.cgi?id=43814
which is 1 year old. another game that will not be fixed!

Llieff 2018-11-11 github

If you have dlls from win7, you can try them https://github.com/ValveSoftware/Proton/issues/1102
But there may be more issues after mpflat one.

AAhmed-E-86 2018-11-11 github

@lieff

Now the game crashes instead of loading forever.

Llieff 2018-11-11 github

¯_(ツ)_/¯
It can be because of denuvo protection.

AAhmed-E-86 2018-11-12 github

I opened an issue about this problem at Winetricks: https://github.com/Winetricks/winetricks/issues/1132

I think they will fix it faster than WineHQ.

AAhmed-E-86 2019-01-31 github

Resident Evil 7 Biohazard starts after modifying some lines to the old fix toni did before.

The modified script (without any dlls from Windows) :
python-installcab-master.zip

PS: This fix could work with all game that require Windows Media Foundation.

screenshot_20190130_014143

You need to write:
winetricks mf
export WINEPREFIX=/The/Location/Of/The/Game/Prefix
./install-mf-64.sh
You need to copy mfplat.dll version 12.0.7601.23471 (Windows7 64bit) to the game folder

Mmozo78 2019-02-01 github

Did you try the Gold Edition?

AAhmed-E-86 2019-02-01 github

Did you try the Gold Edition?

No, I didn't. What is the difference between them?

Mmozo78 2019-02-01 github

I don't know but it doesn't run :D It's with more DLCs and is bigger than the normal release. Obviously it has some additional content :)

Launch options

Upstream links

DLLs