Your user must belong to the realtime group in order to use wineasio.
This can be done with sudo usermod -aG realtime $(whoami)
For registering wineasio as an ASIO driver run:
wine64 regsvr32 /usr/lib/wine/x86_64-windows/wineasio64.dll
Git Clone URL: | https://aur.archlinux.org/wineasio.git (read-only, click to copy) |
---|---|
Package Base: | wineasio |
Description: | ASIO driver implementation for Wine |
Upstream URL: | https://github.com/wineasio/wineasio |
Keywords: | asio audio jack wine |
Licenses: | GPL-2.0-or-later, LGPL-2.1-or-later |
Submitter: | shinlun |
Maintainer: | Kazel |
Last Packager: | Kazel |
Votes: | 60 |
Popularity: | 1.06 |
First Submitted: | 2007-05-27 07:28 (UTC) |
Last Updated: | 2025-07-28 23:58 (UTC) |
Your user must belong to the realtime group in order to use wineasio.
This can be done with sudo usermod -aG realtime $(whoami)
For registering wineasio as an ASIO driver run:
wine64 regsvr32 /usr/lib/wine/x86_64-windows/wineasio64.dll
@falktx Wrong path on the command for 64bit: the .dll path now seems to be /usr/lib/wine/x86_64-windows/wineasio64.dll
(There’s 64 in the filename).
@kazel Maybe you could unpin falktx’s message, and re-post its content with the correct path ?
Anyway thanks for the package !
SHA256 sum appears to be wrong for wineasio-1.3.0.tar.gz. On GitHub the sum appears to be:
sha256:f8bf74c871233f65e5befecc7b4f2629f2566f84e951e363af0ad51eae516a4c
2025 version please? Could not build it on wine-staging
I removed the 32 binary and put it in the aur as an extra package -> wineasio32
wineasio32 pulls in wine-staging as make dependency and doesn't install all the other files from the wineasio package (binary only), therefore it depends on wineasio.
when i get some time in the next days i will look into splitting the package or even dropping the 32 bit binary.
I'm using a custom wine-tkg build on Manjaro based on Wine v9.16 (wine-9.16.r0.g6c5cb546 ( TkG Staging Esync Fsync )). Any chance to get the update from 1.2.0-7 to 1.2.0-8 working besides switching to wine-staging?
i can confirm, that it builds with wine-staging but not with regular wine
. i think the dependency need to be updated accordingly
Pinned Comments
Kazel commented on 2025-08-20 23:57 (UTC) (edited on 2025-08-21 00:00 (UTC) by Kazel)
Your user must belong to the realtime group in order to use wineasio.
This can be done with
sudo usermod -aG realtime $(whoami)
For registering wineasio as an ASIO driver run:
wine64 regsvr32 /usr/lib/wine/x86_64-windows/wineasio64.dll
Kazel commented on 2024-09-19 09:36 (UTC) (edited on 2024-09-20 08:46 (UTC) by Kazel)
I removed the 32 binary and put it in the aur as an extra package -> wineasio32
wineasio32 pulls in wine-staging as make dependency and doesn't install all the other files from the wineasio package (binary only), therefore it depends on wineasio.