Home KXStudio > News
RSS

KXStudio : News

> 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.