Releases: GloriousEggroll/wine-ge-custom
Wine-GE-Proton8-1 Released
- All build components rebased to Proton 8 experimental/upstream
- proton-wine updated to latest experimental
- wine-staging rebased on top of proton-wine 8
- proton-ge game patches and pending wine upstream patches rebased on top of proton-wine 8
NOTES:
-
FSR is currently disabled again. It needs a massive rebase and same as before I don't know if it's currently possible to rebase/port it over to the new proton 8 build.
-
Having the nvapi hack configuration enabled in dxvk.conf seems to crash battlenet. Recommend removing it from the config for existing Lutris battle.net installations and related games.
-
Overwatch losing focus after death seems to be fixed
Lutris-GE-7.0-8-LoL
THIS BUILD IS -ONLY- FOR:
LEAGUE OF LEGENDS
RIOT GAMES CLIENT
DO NOT USE FOR OTHER GAMES.
Changelog:
First and foremost I want to clarify that these new patches and the heavy debugging was -NOT- done by myself. I am just providing the build and updating the lutris installers for the wider range of people.
Full credit and a big thank you go to:
The leagueoflinux reddit community for their debugging and persistence:
https://www.reddit.com/r/leagueoflinux/comments/12cei7t/patch_137_feedback_megathread_transition_to_64bit/
NOTE:
If you have been swapping different wine builds to test and swapped between wine 8 and wine 7 sometimes when the wine version changes (esp from 8 to 7), going reverse from 8 back to 7 can create broken prefixes due to the prefix being upgraded to wine 8 then not being able to be downgraded. The reason this breaks is because wine 8 introduces new functions that do not exist in wine 7.
In this case, you need to reinstall the wine prefix. You can reinstall the wine prefix without reinstalling the game by first moving the C:\Riot Games\ folder outside of the wine prefix, then remove the league of legends wine prefix and reinstall via lutris. You can then move the Riot Games folder back.
Wine-GE-Proton7-43 Released
This is a hotfix for EAC. In Wine-GE 7-41 the star citizen hotfix broke EAC compatibility for other games, this has been fixed now.
wine updated to latest bleeding edge
Note: If you are using the 0.5.13-beta1 of Lutris, a patch is needed to prevent SteamGameId being overridden:
lutris/lutris@6d78eeb
Wine-GE-Proton7-42 Released
- Hotfix to bring in upstream fall guys EAC fix
- wine updated to latest proton bleeding edge
Wine-GE-Proton7-41 Release
This is a hotfix that brings the Star Citizen specific EAC patch to upstream. It allows Star Citizen to run without needing to change the /etc/hosts file and does not interfere with EAC for other games.
Note:
Before running Star Citizen
(1) You must set SteamGameId=starcitizen
environment variable to trigger the EAC workaround
(2) this script should be run to remove existing EAC files:
#!/bin/sh
if [ -d \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\" ]; then rm -rf \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\"; fi
Wine-GE-Proton7-40 Release
This is mainly just a hotfix to add the official Diablo IV upstream fix instead of the previous revert. This release is suitable for usage with other games.
Wine-GE-Proton7-39-diablo_4_beta Released
This release is ONLY for Diablo 4 and should -not- be needed in the future.
TLDR:
Wine commit:
GloriousEggroll/proton-wine@8c23e2e
breaks D4. Reverting it fixed it. I have no idea if this commit is needed for other games, so I advise NOT using this build for other games.
Must be used with DXVK 2.1 or higher and VKD3D-Proton 2.8 or higher.
I've already updated the DXVK and VKD3D releases on the Lutris side to match this.
I've also updated the Lutris Diablo IV install script to use this build.
Also, I've created a video for a workaround if battle.net gets hung during lutris installation:
https://www.youtube.com/watch?v=PRY56C9Jce0&lc=
Wine-GE-Proton7-39 Released
- update wine to proton bleeding edge
- import Anno 1800 multiplayer patch
Wine-GE-Proton7-38 Released
- update wine to bleeding edge
- rebase staging patches
- cleanup deprecated/upstreamed patches
Wine-GE-Proton7-37 Released
This is mainly just a hotfix release that adds the upstream Ubisoft Uplay fix.
-Updated proton-wine to latest bleeding edge