Skip to content

Wine-GE-Proton7-17 Released

Compare
Choose a tag to compare
@GloriousEggroll GloriousEggroll released this 26 Jun 04:36
· 206 commits to master since this release

Wine:

  • Paladins crash fixed. I found the fix and reported it upstream and they were able to get it fixed. As long as they allow EAC to keep working the game should now be playable (again)
  • Elden Ring missing fullscreen resolutions fixed
  • Apex Legends crashing on fullscreen 1080p mode for some systems can be fixed by enabling WINE_FULLSCREEN_FSR=1 (its a weird conflict with the fsr patch)
  • Wine updated to bleeding edge from 6/23 (6/24 has broken mfplat commits)
  • dxvk updated to latest git
  • vkd3d-proton updated to latest git
  • gstreamer libraries updated
  • FarCry 4 crash on systems with high core counts can be fixed by setting a CPU topology lower than 32:

WINE_CPU_TOPOLOGY="25:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24"

(it still has a crashing problem with dxvk + amd. works with dxvk+nvidia and wined3d+amd):

doitsujin/dxvk#2666
doitsujin/dxvk#2669