Slashdot Mirror


Wine 4.0 Released With Vulkan Support, Initial Direct3D 12 and Better HiDPI (phoronix.com)

Michael Larabel writes via Phoronix: Wine 4.0 is now officially available as the new annual stable release to Wine for running Windows programs and games on Linux and other operating systems. Following seven weekly release candidates, Wine 4.0 was ready to ship today as judged by Wine founder Alexandre Julliard. Wine 4.0 is a big release bringing initial Vulkan graphics API support, Direct3D CSMT is enabled by default, early Direct3D 12 support via VKD3D, continued HiDPI work, various OpenGL improvements, multi-sample D3D texture support, 64-bit improvements, continued Android support, and much more. The release announcement and notes can be read via WineHQ.org. The source can be downloaded here.

1 of 73 comments (clear)

  1. Re:The real question by bill_mcgonigle · · Score: 5, Insightful

    For example, I can use MS Word under VirtualBox and most things work fine, but do something like update the Table of Contents and *boom* Word crashes.

    There's probably something wrong with your Word or Windows (or out of memory, etc.). That combination should "just work" - it's really running on Windows on virtualized hardware.

    WINE contains no Windows; it's a reimplementation of the Win32API, etc. Stuff may or may not work depending on completeness and for bug-for-bug compatibility reasons (check their database).

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)