Skip to content

WineForge 0.6.0.3

Latest

Choose a tag to compare

@Alien4042x Alien4042x released this 22 Aug 13:20
· 5 commits to main since this release

Changed

  • Updated the Wine base to Wine 11.16.
  • Ported the WineForge launcher from Apple Swift to Tauri to improve the user interface and make future design work easier.

Fixed

  • Fixed Steam Overlay support in games using the D3DMetal path.
  • Fixed Battle.net update permission handling where games or the launcher could incorrectly report that an update was required.
  • Fixed the bundled runtime packaging. The first upload was removed and rebuilt because three required dylib files were missing:
    • WineForgeCore/lib/libfreetype.6.dylib
    • WineForgeCore/lib/libgnutls.30.dylib
    • WineForgeCore/lib/libSDL2-2.0.0.dylib

Notes

  • The new Tauri launcher is functional, but some minor interface issues may still be present while the frontend continues to be refined. If you run into launcher-specific problems, please report them. If Tauri turns out to cause more issues than expected, I may temporarily return to the previous Swift launcher.
  • The missing runtime dylib files could also have contributed to some older crashes or inconsistent behavior, because parts of the runtime could prefer Homebrew-provided libraries instead of the bundled WineForge libraries. This has been corrected in this build.