Software 42296 Published by

Wine Staging 1.9.8 has been released



Time for another release! Wine Staging 1.9.8 is now available. This version contains improvements for 64 bit support and MSYS2.

Running 64 bit Windows software on Linux using Wine is nothing special for most users. Although there might be some smaller bugs left that only affect 64 bit software, the basic concept is working fine. 64-bit support for OS X is a different story though. The usage of the GS segment register in Windows applications conflicts with the OS X system libraries. This basically means that Wine and OS X want to store different values at the same location. Fixing or working around this problem is difficult and it is still unknown if a fully compatible and efficient solution can be achieved. Nevertheless, there are ways to improve compatibility without implementing a complete solution.

This release adds an experimental patch to improve support for running 64-bit applications on OS X by partially fixing the issue. If you are interested in more technical details, you can also take a look at the Wine devel mailing list discussions [1] and [2]. Although the feedback was very promising so far, we would be happy to see some additional testers. Check out the WineHQ OS X download page (either use the installer or grab a 64-bit tarball) if you want to give it a try.

Wine Staging 1.9.8 also continues the ongoing effort to improve compatibility with MSYS2 and adds several enhancements regarding stack handling and exception unwinding on 64-bit. Although running typical Unix applications in Wine does not sound like a high priority use-case for the average user, the low level nature of MSYS2 has already exposed a whole bunch of bugs in Wine. Fixing those can also improve compatibility with proprietary applications that are much harder to debug.

As usual there were also various other small fixes which are included in the list below.

Add stubs for QUERY_TYPE_SO_STATISTICS and QUERY_TYPE_SO_OVERFLOW (3DMark Vantage, Wine Bug #20776)
Various improvements in wineps.drv for Adobe PageMaker compatibility
Use a separate stack when starting new threads (MSYS2)
Ignore invalid exit_frame when exiting thread (MSYS2)
Trigger stack overflow exception earlier on x86_64 (MSYS2)
Improve compatibility of 64-bit support for OS X
Add support for async handling in InternetReadFile (ManiaPlanet / Trackmania 2)
Fix a bug when exception handling triggers stack guard page (MSYS2)
Fix handling of wildcard paths in GetShortPathName and GetLongPathName (The Guild 2, Wine Bug #39355)
Add support for loading PNG icon files (.NET 4.6, Wine Bug #38959)
Add feclient.dll stub (Visual C++ Build Tools 2015, Wine Bug #40451)
Improve handling of builtin frames for x86_64 when switching stacks (MSYS2)

  Wine Staging 1.9.8 released