Hi ! In case someone is interested. I could get wineasio work by :
-
using the asio-register from https://github.com/wineasio/wineasio/issues/122 (https://github.com/user-attachments/files/24083040/wineasio-register.zip)
-
for some very strange reasons, according to https://github.com/wineasio/wineasio/issues/100, by copying wineasio64.dll.so (instead of wineasio64.dll) to /home/mahen/.wine/drive_c/windows/system32/
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.dllKazel 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.