Package Details: wineasio 1.2.0-7

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.059601
First Submitted: 2007-05-27 07:28 (UTC)
Last Updated: 2024-04-06 09:01 (UTC)

Pinned Comments

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 .. 14 Next › Last »

chuckdaniels commented on 2020-07-12 08:01 (UTC) (edited on 2020-07-12 08:03 (UTC) by chuckdaniels)

The official repository is now: https://github.com/wineasio/wineasio

Also, there is a related bug to ArchLinux:

  • realtime-privileges package must be installed.

  • user must be in the realtime group.

I suppose that realtime-privileges should be added as dependency. Also, it seems that steinberg-asio is not longer needed.

About the group, a notice after installing it should be enough.

More details here: https://github.com/wineasio/wineasio/issues/4

I have a PKGBUILD that works with the new project structure (git submodules) if that could be useful. If I can offer any help on my side just tell.

redtide commented on 2020-03-16 17:27 (UTC)

Thank you for the notice but I already knew that, I'll see with him and jhernberg what to do with this when needed, we are in contact via IRC and GitHub.

chuckdaniels commented on 2020-03-16 11:31 (UTC)

It seems that falkTX took the lead of wineasio. You can find his repository here: https://github.com/falkTX/wineasio

He will handle also wineasio GitHub organization, but its original maintainer has not change permissions yet. More info here: https://github.com/wineasio/wineasio/issues/6

Nowaker commented on 2020-01-09 23:26 (UTC)

asio.c:37:10: fatal error: wine/unicode.h: No such file or directory
   37 | #include "wine/unicode.h"
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile64:80: asio.o] Error 1

udaemon commented on 2019-05-15 09:05 (UTC) (edited on 2019-05-15 09:06 (UTC) by udaemon)

@ DarkShadow44: thanks, yes that worked. tried it beforehand but made a mistake. so, if anybody encounters the same issue being told that unicode.h is missing upon building wineasio you can solve the problem by copying unicode.h from here: https://github.com/wine-mirror/wine/blob/master/include/wine/unicode.h to your /usr/include/wine directory and then build the program again.

thanks to jhernberg for providing the wineasio-package and for updating - if you can! :-

DarkShadow44 commented on 2019-05-14 17:45 (UTC)

@udaemon Well, that header isn't part of the wine package anymore, but it's still used for development. Maybe pulling the header from github for building this could help.

udaemon commented on 2019-05-07 10:53 (UTC)

salut, installing wineasio I get the error that wine/unicode.h is not found. hence the process stops. I'm running wine 4.7 on an 64-bit Antergos/Arch system.

maybe the problem is to be found in connection with this change to wine 4.6 (see: https://www.winehq.org/announce/4.6): "include: Disallow using unicode.h when building against msvcrt."?

any suggestion is very appreciated. thank you!

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