Proton
Proton copied to clipboard
Resident Evil 2 (883710) Remake
Compatibility Report
- Name of the game with compatibility issues: Resident Evil 2 Remake
- Steam AppID of the game: 883710
System Information
- GPU: <RX 580>
- Driver/LLVM version: <4.5 Mesa 19.0.0-devel/8.0.0>
- Kernel version: <4.20.4>
- Link to full system information report as Gist:https://gist.github.com/laichiaheng/055e1066aa03ed3930716282898e5046
- Proton version: 3.16-6BETA
I confirm:
- [x] that I haven't found an existing compatibility report for this game.
- [x] that I have checked whether there are updates for my system available.
Symptoms
After I pass the 1st chapter, it keeps loading forever
Reproduction
Leave the gas station.
Possibly Media Foundation related.
Is there any workaround for it?
There's a chance a nasty workaround like https://github.com/ValveSoftware/Proton/issues/1102#issuecomment-419678627 might help, but that needs several libraries from a Window 7 install to attempt and is not easy.
https://github.com/jzengc/wine/tree/proton_3.16_mf
this might work
Can I pass the 1st chapter in the demo? if so i can test that MF branch, I just might buy the game and test it too.
The red PC still causes the game to break.
https://github.com/ValveSoftware/Proton/issues/838#issuecomment-447379664 Another fix
<Link removed by moderator>
This build has mf support i think? Try it with the fix. Source : https://www.gamingonlinux.com/articles/theres-a-brand-new-steam-play-beta-version-out-with-faudio-also-a-steam-play-whitelist-update.13143/comment_id=143171
@james-munson please don't upload and link windows dlls like that, if they were distributable, we'd use standalone installer instead.
@kisak-valve I think it's better to remove this link https://github.com/ValveSoftware/Proton/issues/2266#issuecomment-457803041.
<Link removed by moderator>
This build has mf support i think? Try it with the fix. Source : https://www.gamingonlinux.com/articles/theres-a-brand-new-steam-play-beta-version-out-with-faudio-also-a-steam-play-whitelist-update.13143/comment_id=143171
Do I need to create the compatibilitytools.d
folder by myself?
I answer myself, yes. Why do they know these folder names? I'm redownloading the game, if it works, I can save lots of money from buying hard drive.
@nsivov that's not my upload. @laichiaheng ? https://github.com/ValveSoftware/Proton#install-proton-locally
sudo mkdir ~/.steam/steam/compatibilitytools.d/ and extract that build into that folder
Is it possible to build Proton with the latest wine-staging? The performance of Proton is really worse than wine-staging, Proton always runs at 4Xfps, no matter how low the setting is, wine-staging almost runs at 60fps always.
<Link removed by moderator>
This build has mf support i think? Try it with the fix. Source : https://www.gamingonlinux.com/articles/theres-a-brand-new-steam-play-beta-version-out-with-faudio-also-a-steam-play-whitelist-update.13143/comment_id=143171
Bad news, it doesn't work.
try this version of wine https://github.com/spinozaure/wine/
or
https://github.com/kakra/wine-proton/releases
https://github.com/kakra/wine-proton/releases/download/wine-proton_3.16-4.0-unofficial-1/wine-proton_3.16-4.0-unofficial-1.tar.xz
, unpack within existing "Proton 3.16 Beta" folder.
Steam isn't able to download any Proton now, weird.
@james-munson I tried the 2nd method, and It didn't work.
Downloading the game will do more testing did you try this? https://github.com/ValveSoftware/Proton/issues/838#issuecomment-447379664
@james-munson Yes, I did, the game crashed. Do I need to copy the 32bit dlls to SysWow64?
did you update dvxk?
32bit to normal system 32 and 64 in SysWow64
@james-munson Yes. It always stuck at 10% loading page, then it crashes.
32bit to normal system 32 and 64 in SysWow64
No, In Windows-64bit, System32 stores 64bit dlls, SysWow64 stores 32bit dlls.
having the same issue, just gets stuck on loading no matter what i try
@james-munson Windows is the only way to go, I just bought a 500GB SSD to install Windows 10 for this game 30min ago, now I'm going to install Windows 10.
https://www.reddit.com/r/linux_gaming/comments/ajyx51/resident_evil_2_playable_with_the_latest_dxvk_and/
@james-munson Damn! I just spent my money on SSD to play this game, I didn't have to spend that much! I can install Linux on this SSD though.
@james-munson Are you able to play this game now?
@laichiaheng no, not even with the newest dvxk, a guy on the that reddit post might have a fix. I crash once i get in game after the trucker cut scene
"The solution was to export the CLSID branch, rename the paths in Wine's notepad, and then re-import the corrected .reg file.
I'm going to see how it's doing with that. "
Not sure how to do that.
DarkeoX Check for the prefix registry, look at the "mf.dll" and "mfReadwrite.dll" paths under HKEY_CLASSES_ROOT\CLSID.
The Python thingy messed up in my install. Used "%SYSTEMROOT%" in the path but somehow Wine appends it as a relative path to the game's dir and of course can't find the dlls.
I had to export that branch of the registry, edit it in Wine's notepad not to mess up encoding and stuff, rewritting all "%SYSTEMROOT%\System32\mf.dll" occurrences to "C:..." proper ones.
The solution: https://github.com/doitsujin/dxvk/issues/886#issuecomment-458487008