I can't start the game
Game launches into a black screen for a few seconds and then closes.
Running the game with no launch options (except PROTON_LOG=1
), gives me this blank window, which then closes itself a few seconds later (LOG FILE HERE):
The same happens when I try to launch the game with PROTON_USE_WINED3D=1
, the only difference being this error that pops up (LOG FILE HERE):
@kisak-valve Does the label mean it won't be fixed?
This is fixed in DXVK as of https://github.com/doitsujin/dxvk/commit/bee21e753977ffc046303f5b98fb8e54c7f45727.
Please note that the game does not work on RADV and AMDVLK at the moment.
@doitsujin Where should I note it?
So it is playable on RADV and AMDVLK after this fix?
No, that's why I mentioned that it doesn't work on those drivers. It will run, but not render correctly.
FWIW I think the reason why it renders incorrectly on RADV is a broken shader in the game. This is not really somthing that can be fixed in Proton / DXVK.
Okay so it runs with latest DXVK (thanks!), the performance is what I already had expected on my ancient GTX 660, but there's this weird bug that keeps turning the game darker over time, even with brightness settings maxed out:
https://www.youtube.com/watch?v=0dlqfwPHYyg&feature=youtu.be
BTW I know the frame times and the fps are shit, but tbh I didn't even try tweaking the game graphics much. Might try doing that later...
EDIT: Also, apparently the game can't figure out how much VRAM I have:
@guihkx
but there's this weird bug keeps turning the game darker over time, even with brightness settings maxed out:
That appears to be another game bug, see https://steamcommunity.com/app/961440/discussions/0/2521353993639265147/
@doitsujin Where should I report the bug? Whom should I report? The mesa developers?
It's not a Mesa bug, it's a game bug. The best thing would be to get Capcom to fix it, but i highly doubt that's going to happen.
The game starts and runs with Wine 4 rc5 and DXVK 0.95, but the game gets bugged out when you try to access the laptop/computer in the game. You don't get an interface where you access the computer, instead you can just walk around without the possibility to interact with the environment, not even escape works anymore and I have to forcefully quit the game (alt-f4). Anyway: the performance is not bad and great to see progression
@ivohuisjes How do you open a Steam game via Wine? Install a Windows version Steam client?
I have wine-staging and DXVK 0.95 installed.
Lutris > Manage runners > Wine Steam > Configure > Wine version: 4 RC5 (staging) > (check) Enable DXVK 0.95
Note: The latest Lutris version (I use 0.4.23) will automatically detect the latest available DXVK version.
Note: To install RE2 demo in Lutris, just add a new wine steam game and put in the app id: 961440
This may help: https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html
@ivohuisjes But there is no 0.95 in the DXVK select menu.
@ivohuisjes Did I do it right?
export WINEPREFIX=~/.local/share/lutris/runners/winesteam/prefix64/
winetricks --force setup_dxvk.verb
There is no way to download RE2 1 shot demo on it, because I can't browse the website in Wine Steam
That appears to be another game bug, see https://steamcommunity.com/app/961440/discussions/0/2521353993639265147/
Yep, it definitely is. I've booted onto my Windows 10 installation (it's on the same machine) and the exact same thing happens. Too bad, I highly doubt they're fixing the demo.
@doitsujin
No, that's why I mentioned that it _doesn't_ work on those drivers. It will run, but not render correctly.
FWIW I think the reason why it renders incorrectly on RADV is a broken shader in the game. This is not really somthing that can be fixed in Proton / DXVK.
Can you explain? How bad is this incorrect rendering, and if it's a game bug, why can it work on Nvidia and AMD on Windows but not mesa, if it's not a mesa problem?
@z0z0z RADV optimizes a load instruction with an undefined result away, the proprietary driver doesn't. Even so, the reason why it works on those drivers basically comes down to sheer luck.
Can't Valve update their DXVK version in Proton?
The invisible object issue on RADV is fixed in Mesa as of this commit.
RE2 1-shot demo Non-Stop Shooting / Judder / Drop Frames Suddenly / Strange Texture (961440)
Issue transferred from https://github.com/ValveSoftware/Proton/issues/2236.
@laichiaheng posted on 2019-01-19T08:08:27:
@laichiaheng The screen space reflections are not a bug, this is what it's supposed to look like.
What! How does it look so crappy and ugly.
By the way, is it normal to see DXVK on Linux performs much worse than DX11 on Windows?
RX580 seems to be able to run at 1080p60fps on Windows 10, but it almost runs at 1080p4Xfps on Ubuntu 18.04.1
By the way, is it normal to see DXVK on Linux performs much worse than DX11 on Windows?
Lower performance should be expected, yes. That being said, on my RX 480 the performance difference is at around 15% or so in this game.
@doitsujin It was 60fps on AMDGPU-PRO, but 4Xfps on RADV, I didn't expect that there was such huge different in performance with these 2 drivers.
Most helpful comment
The invisible object issue on RADV is fixed in Mesa as of this commit.