Skip to content

wine-mono-8.1.0

Compare
Choose a tag to compare
@madewokherd madewokherd released this 20 Oct 18:00
· 180 commits to develop since this release

Changes since 8.0.1:

  • Fixed a bug where the Win32 last error would be incorrectly changed to "Procedure Not Found" the first time each pinvoke method is called (this was causing Simon the Sorcerer to fail on startup).
  • Implemented SafeArray output marshaling for native-to-managed wrappers (used by WPF's accessibility code).
  • Added System.Windows.Controls.Ribbon.dll to the build (winehq bug 49804).
  • Fixed a bug where an AssemblyResolve handler could be called multiple times (and potentially return multiple different assemblies) for the same AssemblyName, if the returned Assembly does not match the given AssemblyName (madewokherd/mono#48, fixes STORY OF SEASONS: A Wonderful Life's launcher).
  • Fixed an exception when the same well-known service uri is registered multiple times (winehq bug 45144).
  • Fixed a bug where SafeHandle arguments would be marshaled as a COM object instead of the handle value (this affected System.Speech.dll).

Upstream updates:

  • FNA 23.05
  • Mono 7294c1e3
  • Build environment updated to Ubuntu 23.04.
  • SDL 2.28.2