Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Releases: Kron4ek/wine-portable-executable

Wine-Staging 6.5 (Portable Executable)

27 Mar 21:33
Compare
Choose a tag to compare

This is the last release. The project is deprecated in favor of another my project Conty, which is basically a much improved and extended version of this project.

Conty not only allows to run Wine without any dependecies installed, but also allows to run anything else. Take a look, if you are interested.

https://github.com/Kron4ek/Conty

Also, i have the project with regular Wine builds (Vanilla, Staging, TkG and Proton), i still maintain it and don't plan to abandon.

https://github.com/Kron4ek/Wine-Builds

Wine-Staging 6.4 (Portable Executable)

13 Mar 21:32
Compare
Choose a tag to compare

Wine-Staging 6.3 (Portable Executable)

27 Feb 17:30
Compare
Choose a tag to compare

Wine-Staging 6.2 (Portable Executable)

14 Feb 08:16
Compare
Choose a tag to compare

Wine-Staging 6.1 (Portable Executable)

31 Jan 11:51
Compare
Choose a tag to compare

Wine-Staging 6.1.

Runtime changelog:

  • FAudio 21.01
  • Vulkan-Loader 1.2.166
  • VKD3D abe7051-git
  • Plus the latest (on 29.01.21) updates from the Ubuntu 18.04 repos

Wine-Staging 6.0 (Portable Executable)

15 Jan 08:40
Compare
Choose a tag to compare

Proton 5.13-4 (Portable Executable)

10 Dec 12:04
Compare
Choose a tag to compare

Wine-Staging 5.22 (Portable Executable)

21 Nov 11:05
Compare
Choose a tag to compare

Wine-Staging 5.22.

Issues

Wine-Staging 5.21 (Portable Executable)

07 Nov 08:50
Compare
Choose a tag to compare

Wine-Staging 5.20 (Portable Executable)

24 Oct 17:22
Compare
Choose a tag to compare

Reuploaded 25.10.20. Recompiled with MinGW.

Wine-Staging 5.20.

ESYNC is finally updated and ready to use! It is included in this Staging release (and, i suppose, will also be included in future releases). As before, it is disabled by default and can be manually enabled with the WINEESYNC environment variable:

export WINEESYNC=1
ulimit -n 1000000 (increasing file descriptors limit is required for Esync)
./wine-portable-5.20-staging-amd64.sh some_game.exe

Staging-TkG builds have Fsync support in addition to Esync. Fsync can be enabled (yes, it is disabled by default too) with the WINEFSYNC environment variable:

export WINEFSYNC=1
./wine-portable-5.20-staging-tkg-amd64.sh some_game.exe

However, unlike Esync, Fsync requires additional kernel-side patches. So if your kernel doesn't include the required patches, then just use Esync. You can enable both of them, in which case Wine will automatically use Fsync if it's supported by the kernel, and Esync otherwise.

Proton supports Esync and Fsync too.

Most of you probably already know all this, but still this information may be useful to someone.

Runtime changelog:

  • FAudio 20.10
  • Vulkan-Loader 1.2.158
  • VKD3D 1c23448-git
  • Plus the latest (on 23.10.20) updates from the Ubuntu 18.04 repos