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

Gimmeapill commented on 2013-10-29 21:04 (UTC)

Doesn't seem to build on i686: "winegcc -shared -m32 wineasio.dll.spec -mnocygwin -L/usr/lib32/wine -L/usr/lib32 -o wineasio.dll.so asio.o main.o regsvr.o -ljack -lodbc32 -lole32 -lwinmm -luuid /usr/bin/ld: cannot find -lwinecrt0 collect2: error: ld returned 1 exit status winegcc: gcc failed Makefile:114: recipe for target 'wineasio.dll.so' failed make: *** [wineasio.dll.so] Error 2" I'd say there's something wrong with that "lib32" in the path...

jhernberg commented on 2013-10-29 20:55 (UTC)

@Tarqi: Try the new version, but that error sounds like something is messed up on your system.

jhernberg commented on 2013-10-29 20:54 (UTC)

This version supports 64bit apps too. Use this package on i686/X86_64, and if you run multilib and want 32bit support in wine, then install the companion lib32-wineasio package too.

schivmeister commented on 2013-10-29 18:10 (UTC)

Orphaning for jhernberg, who's (fortunately or unfortunately) in a better position to lend downstream support (in addition to upstream).

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