From cf1a595054bab6eaf9d5c40e0601fdb16a5aca3e Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 18 Feb 2022 18:12:52 +0000 Subject: [PATCH] wineasio news Signed-off-by: falkTX --- News.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/News.php b/News.php index c062fd4..d502770 100644 --- a/News.php +++ b/News.php @@ -8,6 +8,37 @@ include_once("includes/header.php");

THIS IS A FAKE PAGE, KXSTUDIO NEWS USES A DYNAMIC MODULE NOW

+

+ > WineASIO v1.1.0 released
+ On 2022-02-18 by falkTX +

+

+ Hello everyone, a new release of WineASIO is here.
+ This is mostly for Wine >= 6.5 compatibility, and a few small fixes here and there.
+ Check the git log for the precise changes. +

+

+ Details are explained in the README file, + but in short we now need to build an extra fake dll and use full paths when calling regsvr32.
+ Where we previously needed:
+ wine64 regsvr32 wineasio.dll +
+ Now we require the full path, on Ubuntu for example it is:
+ wine64 regsvr32 /usr/lib/x86_64-linux-gnu/wine/x86_64-windows/wineasio.dll +

+

+ As was the case with v1.0.0, there are no pre-compiled binaries for WineASIO, though it is available as a package in the KXStudio repositories.
+ You can find this v1.1.0 release at github.com/wineasio/wineasio. +

+

+ Small warning: WineASIO is not compatible with PipeWire.
+ This is + under investigation, + it is not known at this point why it does not work for PipeWire's JACK implementation. +

+ +
+

> Cardinal 22.02 is now released
On 2022-02-14 by falkTX