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.59
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 .. 6 7 8 9 10 11 12 13 14 15 Next › Last »

jhernberg commented on 2013-10-28 15:35 (UTC)

Just tagged and tarballed 0.9.2, including 64bit support. So now you can run 64bit windows ASIO hosts in wine.

jhernberg commented on 2013-10-25 22:35 (UTC)

In case anyone is interested in testing, I just pushed the changes needed to build for 64bit. No code changes, but a shell script to massage asio.h to make it compile on 64 bit, a Makefile for 64 bit, and some doc changes. At the moment only available in the git repo, but if there are no problems I'll tag and tarball 0.9.2 one of the coming days.

Gimmeapill commented on 2013-10-17 19:39 (UTC)

All good here

schivmeister commented on 2013-10-16 21:35 (UTC)

Please test as I do not have access to the SDK at this time.

jhernberg commented on 2013-10-16 12:27 (UTC)

So far wineasio is only 32bit, that means it will work with 32bit windows programs in 32 or 64bit wine. I have it working with 64 bit windows programs too, but it requires a different asio.h than Steinberg has released, mainly due to long having a different meaning in 64bit windows and linux. The problem is that I don't really want publish this header due to the copyright issues surrounding ASIO, but I am going to try to get wineasio included in wine. Let's see how that goes. If not I might be able to come up with some script that patches Steinberg's asio.h

DanielD commented on 2013-10-16 09:47 (UTC)

Is it possible to make it available to x64 programs running in wine ? I tried "wine64 regsrv32 wineasio.dll", it's not working.

jhernberg commented on 2013-10-15 18:58 (UTC)

I just tagged and tarballed 0.9.1. It has the fix needed for wine > 1.7.2

schivmeister commented on 2013-10-14 16:19 (UTC)

Yes, thanks guys, that should be taken care of by the PKGBUILD. Joakim has said that he'll get around to making a release in a couple of days, so we'll just wait for that to update this. Anyway, thanks to Gimmeapill for the heads-up on the issue.

DanielD commented on 2013-10-14 16:01 (UTC)

Works like a charm now. Thank you all guys, and sorry for the noob question, I'm fairly new to this Arch way ;)

Gimmeapill commented on 2013-10-14 08:29 (UTC)

@DanielD: just delete the symlinks under /src before rebuilding (or the whole src folder). Altough it's true that this kind of cleanup could be handled by the pkgbuild.