Skip to content

v0.73.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Sep 14:34
· 14 commits to main since this release
550900d
  • Disabled WineMetalGL during launches, it was causing too many problems. Confirmed launch of balatro / portal 2 working again with this fix.
  • Added Stop button after hitting Play from MetalSharp.
  • Added language support for 20 languages in setup / settings.
  • Improved unhandled games default rules by scanning game folders and recognizing DLL's to improve baseline experience
  • Confirmation pop-up for in-app updates; Press Ok to proceed or Cancel to stop.
  • Resolve weird blue overlay in fallback artwork for hero images / app card images.
  • Scoped MetalSharp wine launches to avoid conflicts with programs such as Sakiragur
  • Restored D3D9 route as a seperate lane; Includes x87 acceleration. Confirmed by launching Portal 2, Half Life Alex, and Undertale. All games worked very well.
  • Advertise Rosetta AVX / AVX2 to Wine launches for games such as HellDivers 2
  • Resolved wine drive paths for external steam libraries ; @erenaspire7
  • Restored VKD3D to previous state; Confirmed previously working games work again. x87 acceleration was not accepted in this route and caused issues.
  • For Steam games detected as using Ubisoft Connect (including Assassin’s Creed Odyssey), start an absent Ubisoft Connect client with -uplay_steam_mode and the game’s Steam AppID before launching the game.**

Recovery for stuck in-app updates

If MetalSharp's in-app updater is stuck on an older version, download update.sh, quit MetalSharp, save any running game work, then run:

/bin/bash ~/Downloads/update.sh --recover

The script reuses a valid update DMG already downloaded by MetalSharp or downloads the latest stable official release, verifies the DMG and Developer ID signature, and installs it using the fixed updater. It then relaunches MetalSharp and runs the normal migration handoff to restore the installation/runtime. The script asks before stopping MetalSharp and Steam/Wine processes and may request administrator approval. At present the latest stable release is 0.73.0; after 0.74.0 is published, the same command will install 0.74.0 directly. Once recovered, use MetalSharp's in-app updater for later releases.