@parataxis0: regsvr32 wineasio.dll
wine64 regsvr32 wineasio.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: | 57 |
Popularity: | 0.33 |
First Submitted: | 2007-05-27 07:28 (UTC) |
Last Updated: | 2024-09-20 08:42 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 15 Next › Last »
@parataxis0: regsvr32 wineasio.dll
wine64 regsvr32 wineasio.dll
installed via yay and unlike before it did not tell me how to use regsvr32 commands to register asio to wine, any idea?
It's still not fixed on 64-bit and jack2. The ASIO driver fails to connect o jack each time with :
connect(2) call to jackdmp 1.9.12/jack-1000/default/jack_0 failed (err=No such file or directory) attempt to connect to server failed
@jhernberg: Yes it was supposed to be fixed, but I didn't test in ages. I think this was the issue: https://github.com/jackaudio/jack2/issues/183
@danboid: Sorry I somehow missed this one. AFAIK it's not needed to be a member of the audio user group to use wineasio.
It shouldn't be... But I really ought to revisit this package...:)
I'll try to get some time in the upcoming days/week to have a look at it.
There used to be an issue with 32b wineasio not working on 64b jack2, but AFAIK this was fixed a long time ago.
It seems that Wineasio is still broken with jack2 on 64 bit systems, is that correct?
Pinned Comments
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.
xiota commented on 2024-09-02 18:02 (UTC) (edited on 2024-09-19 10:06 (UTC) by xiota)
Problem is some 9.x version of wine stopped building the 32-bit odbc library.
wine-staging
works because it hasn't been updated recently.Edit: Removed suggested solutions.
falkTX commented on 2022-02-17 22:59 (UTC) (edited on 2022-02-17 22:59 (UTC) by falkTX)
Update for wineasio-1.1
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:
regsvr32 /usr/lib32/wine/i386-windows/wineasio.dll
wine64 regsvr32 /usr/lib/wine/x86_64-windows/wineasio.dll