
anonymous
Published
The screen became a grey box but could recover with Alt+Enter
There was obviously some regression between Proton 5.13 and 6.3, at least for this hardware setup.
Heavy stuttering when moving the mouse after having played for a while, but a workaround exists pending a fix
LD_PRELOAD= XMODIFIERS= MANGOHUD_CONFIG="fps_limit=240" DXVK_ASYNC=1 WINE_FULLSCREEN_FSR=1 VK_LOADER_LAYERS_ENABLE=VK_LAYER_MANGOHUD_overlay_x86_64 %command% -provider Portal -autologin -ignorecoherentgpucrash -mapLoadinfo
In-game store font is ever-so-slightly fuzzy.
Switching between fullscreen and windowed does not work well on my ultrawide, but windowed fullscreen works well.
Heavy stuttering when moving the mouse after having played for maybe half an hour. Workaround exists.
Relevant reading with regards to the stuttering cursor:
- https://github.com/doitsujin/dxvk/issues/4436#issuecomment-2466646597
- https://github.com/ValveSoftware/steam-for-linux/issues/11446
Breaking down the launch options;
- LD_PRELOAD= : this fixes the stuttering when moving the cursor.
- XMODIFIERS= : fixes input of dead keys when using input methods such as Fcitx5
- MANGOHUD_CONFIG="fps_limit=240" : limits framerate, here to 240, as the game only offers 30, 60 or no limit
- DXVK_ASYNC=1 : unsure if this is required anymore but doesn't hurt
- WINE_FULLSCREEN_FSR=1 : should trigger FSR if you have fullscreen and a lower resolution than native, but unsure
- VK_LOADER_LAYERS_ENABLE=VK_LAYER_MANGOHUD_overlay_x86_64 : enables mangohud, required if used in combination with LD_PRELOAD=""
- %command% : self-explanatory
- -provider Portal : to log in with your arena.net account instead of through Steam
- -autologin : have the launcher autologin if you have saved your credentials, rarely works and you have tog press Login anyway
- -ignorecoherentgpucrash : unsure if it's needed anymore but should help if the in-game store crashes
- -mapLoadinfo : shows some statistics on loading screens
Plays without issues
Was not able to apply the "DLC" downloaded from the vendor's site. Had to copy installation folder from a Windows machine.
Freezes often
Installs and runs with the winetricks and protontricks commands others have listed.
Invariably freezes after a few minutes, often just as the intro animation (after choosing character names) ends. Music and everything just stops, and you have to manually force-close the program.