Wine updates

Did Wine updates stop? Mine seem stuck at 8.26 with no new version.

Edit: Checked Glorious Eggroll and the Steam version of GE is at 9-2.

That is 8 releases beyond this one.

Checks wine-ge (realising OP only checked proton-ge and missed the important message from GE):

" Additional notes:

I won’t outright say this is the last wine-ge build, but we are getting close. The reason is that myself, alongside the other devs for lutris, heroic, and bottles, have begun working together on ULWGL (GitHub - Open-Wine-Components/umu-launcher).

Essentially ULWGL will allow you to run your non-steam games using Proton, Proton-GE, or other Proton forks using the same pressure vessel containerization and runtime that Valve use to run games with Proton. This means your games will run the exact same way as proton runs games, but outside and independant from Steam.

A vital part of this is that we’ve begun to build the ULWGL database (GitHub - Open-Wine-Components/umu-database: Contains spreadsheet of game titles for different stores, their store specific code names, and their ULWGL ids.), which provides various existing launchers and related tools a way to get unified game fixes (winetricks, dll overrides, environment variables, etc) for non-steam games.

To explain it briefly, the current path for running games in wine is like this:

  1. some installer with a custom script (lutris, heroic, bottles, etc) starts the install via wine. This custom script may contain things the game needs like winetricks, dll overrides, environment variables and so on.
  2. when the script runs, it starts wine using either a custom runtime (lutris and bottles currently have their own, heroic uses system libraries if i recall) or native system libraries. It calls winetricks or sets overrides or environment variables as directed by whatever script is running. Keep in mind the install script solely depends on who made it (lutis, bottles, heroic,?) and they can all differ or be completely missing fixes altogether.
  3. wine then runs the game using either native system libraries or whatever custom runtimes are configured for whatever launcher is being used (lutris,bottles, heroic)

That’s a lot of points of failure between different launchers. The script could differ between launchers. Scripts could have different winetricks or overrides or environment variables between launchers. Runtimes could differ or not exist at all.

With ULWGL – all of that is handled under one unified roof. So the way to run wine games changes:

  1. Launcher passes ‘codename’ and ‘store’ to the ULWGL database. The database then provides a ulwgl ID for the game based on the codename and store it received
  2. Launcher then passes the ULWGL ID to the ULWGL launcher
  3. ULWGL launcher then launches the game using proton + valve’s runtime + pressure vessel environment (the same thing used in proton in steam), and uses the ULWGL ID to identify protonfix scripts and apply them. Protonfix scripts essentially replace the install scripts various launchers use.

This way all games have the exact same running environment and the exact same protonfix scripts, and work can be done in unison to fix any problems on the protonfix script instead of each and every individual launcher script or other external files.

This is why Wine-GE will eventually no longer be needed, because ULWGL makes its need obsolete by allowing non steam games to run with Proton in a unified runtime environment with unified fixes. The original purpose wine-ge was created is because at the time there was no way to run non-steam games with Proton PROPERLY. Sure, you could hobble some scripts together and do it, but the biggest part of the problem at that time was nobody was using Valve’s runtime or pressure vessel, which by not doing so heavily breaks parts that Proton relies on to run properly. Now that ULWGL is created, it creates an almost mirrored way to run non steam games the way steam runs steam games in proton. I say almost because of course we’ve added tweaks and things like protonfixes into the mix.

Lutris and Heroic have already begun implementing ULWGL, with bottles soon to follow:

lutris/lutris@c16242b
lutris/lutris@abd8d9c

Heroic-Games-Launcher/HeroicGamesLauncher#3480

For tracking further information and changes ongoing ULWGL all repositories can be found here:

Open Wine Components · GitHub"

This sounds great and everything… And i will say I love your tool from a being able to tweak things standpoint… But I have a bit of a problem with what you plan to do from how you describe it. Lutris install scripts and workaround are notoriously out of date and I can’t say I ever use them for this very reason. Matter of fact, I cannot remember the last time I installed something using a script from the webpage. I used to a long time ago, but not anymore.

With GE, it just works. I might use Winetricks to install corefonts on occasion, but nothing much outside of that. This is clean and free of the outdated scripts.

So my worry here is that you are going to rely on outdated scripts that are maybe years old to run games that do no need it when GE would have worked fine in the first place.

I have to say, GE is the path forward from a user standpoint. Why are we doing this?

  1. I have nothing to do with lutris
  2. read the message - GE IS THE DRIVING FORCE BEHIND THIS!!! This is GE’s message why there will likely be no more wine-ge builds - go check the git site for yourself

Sorry about that. I thought you wrote the above.

Thanks for the info though.

Still no Wine updates.

Might be about time to try a new tool over Lutris. This is a potential deal killer.