Package Details: wineasio 1.2.0-10

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)

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:

  • For 32bit, run: regsvr32 /usr/lib32/wine/i386-windows/wineasio.dll
  • For 64bit, run: wine64 regsvr32 /usr/lib/wine/x86_64-windows/wineasio.dll

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 15 Next › Last »

Gimmeapill commented on 2018-09-15 14:00 (UTC) (edited on 2018-09-15 14:00 (UTC) by Gimmeapill)

@parataxis0: regsvr32 wineasio.dll

wine64 regsvr32 wineasio.dll

parataxis0 commented on 2018-09-14 22:47 (UTC)

installed via yay and unlike before it did not tell me how to use regsvr32 commands to register asio to wine, any idea?

alcomatt commented on 2018-03-25 10:30 (UTC)

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

Gimmeapill commented on 2018-02-07 19:53 (UTC)

@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

jhernberg commented on 2018-02-07 19:27 (UTC)

@danboid: Sorry I somehow missed this one. AFAIK it's not needed to be a member of the audio user group to use wineasio.

jhernberg commented on 2018-02-07 19:25 (UTC)

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.

Gimmeapill commented on 2018-02-06 20:12 (UTC)

It seems that Wineasio is still broken with jack2 on 64 bit systems, is that correct?

danboid commented on 2016-11-29 22:30 (UTC)

Currently, wineasio notifies the user of the need to run the regsvr32 command to register the dll after the package has been installed. I would like to see this message added to to also point out that non-root users need to be a member of the audio group to use wineasio. It should also notify them of the requirement to logout and back in again to enable the audio group permissions, if they weren't set already. Thanks

jrdnjhntn commented on 2016-09-16 15:04 (UTC)

Cool. that makes total sense! I'm building staging right now, with some other patches applied to it too. I don't expect to see any real advantage of staging either (with reaper anyway). thx