Activity for wineasio

  • Michael W Michael W posted a comment on discussion Help

    I have been using KXStudio and AVLinux for years with wineasio and no problems I could not fix. I have AVLinux 32, the second to the latest version from last year installed on a Dell Optiplex. I run Harrison Mixbus, etc. I tried to run some windows VSTi's the other day and could not get wineasio to register, even using the application AVLinux has to register wineasio. Gmack created a special version of wineasio for AVLinux. Any suggestions on how to debug the "failed to register wineasio" problem...

  • olansley olansley created merge request #2

    Fix to allow build with WINE 4.8

  • Juan Luis Pérez Estrella Juan Luis Pérez Estrella posted a comment on discussion Help

    Edit prepare_64bit_asio file and change #!/bin/sh to #!/bin/bash

  • retnev retnev posted a comment on discussion Help

    Wineasio installer for 64-bit fails. Below the details root@BLA:/temp/wineasio# ./prepare_64bit_asio ./prepare_64bit_asio: 2: ./prepare_64bit_asio: Syntax error: redirection unexpected

  • dreamcat four dreamcat four posted a comment on discussion Help

    Oh, this is actually the wrong source code repository. It has moved to github. Newer code there (with bug fixes) https://github.com/jhernberg/wineasio Definately should use that one instead.

  • dreamcat four dreamcat four posted a comment on discussion Help

    Hi there. I have just compiles wineasio yesterday. As 64-bits version on ubuntu 18.04. This is not for debian, so some things might need to be different over there (IDK). Anyway, here is the instruction for ubuntu 18.04. git clone git://wineasio.git.sourceforge.net/gitroot/wineasio/wineasio cd wineasio # install wine headers, and winegcc / windbuild, for the 3.16 dev version, into /opt/wine-devel wget -q https://dl.winehq.org/wine-builds/Release.key -O- | sudo apt-key add - sudo apt-add-repository...

  • Dominique Michel Dominique Michel modified a comment on discussion Help

    I get the 32 bits version to compile by adding "-L/usr/lib32/${WINE_FLAVOR_INSTALLED}/wine -L/usr/lib32/${WINE_FLAVOR_INSTALLED}" after -mnocygwin in the linker flags in Makefile. Currently with the 64 bits distribution,s you cannot rely on /usr/lib, and with the different wine flavors, you cannot rely on /usr/lib[32|64]/wine either.

  • Dominique Michel Dominique Michel posted a comment on discussion Help

    I get the 32 bits version to compile by adding "-L/usr/lib32/${WINE_FLAVOR_INSTALLED}/wine -L/usr/lib32/${WINE_FLAVOR_INSTALLED}" after -mnocygwin in the linker flags in Makefile. Currently with the 64 bits distribution,s you cannot rely on /usr/lib, and with the different wine flavor, you cannot rely on /usr/lib[32|64]/wine either.

  • Dominique Michel Dominique Michel posted a comment on discussion Help

    That fork compile only with the 64 bits version.

  • Dominique Michel Dominique Michel posted a comment on discussion Help

    When compiling wineasio on gentoo amd64, I get the following error: gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -g -O2 -D__WINESRC__ -DNATIVE_INT64 -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -o regsvr.o regsvr.c winegcc -shared wineasio.dll.spec -mnocygwin -L/usr/lib/wine -L/usr/lib -o wineasio.dll.so asio.o main.o regsvr.o -ljack -lodbc32 -lole32 -lwinmm -luuid main.o: In function...

  • Vladimir Smirnov Vladimir Smirnov posted a comment on discussion Help

    Debian testing. Can not compile. Installed packages: wine, jack2, gcc , g++ - with their devel and multilibs. Also created topic on Debian Forums. Kxstudio method not working: much older packages producing conflicts with no result. Is there easier way to get and install wineasio like one for Arch Linux??

  • keantoken keantoken posted a comment on discussion Help

    Try opening the Jack patchbay and going to add. Then select the client and click add plug. Do this for outputs and inputs.

  • Andrew Andrew posted a comment on discussion Help

    Hi, I'm attemtping to reduce the latency between my midi keyboard, this program and alsa. Running Fedora, I managed after a few modifications to compile the asio driver and put it in the correct place (for both 32 & 64). I switched the [hkey_current_user\software\driver\Audio] to be "jack". I've also tried "asio". I've started jack server and confirmed it's working. Now when I run Ivory the default output devices are null (no devices). Help! :) Andrew

  • keantoken keantoken posted a comment on discussion Help

    Hi. I'm using 64-bit Debian Sid, should be the latst reasonably stable packages. I cloned wineasio and jackd1 with git, and copied /jack/jack.h and asio.h to the wineasio directory. If I try to use the 64-bit version I get this: $ ./prepare_64bit_asio ./prepare_64bit_asio: 2: ./prepare_64bit_asio: Syntax error: redirection unexpected So I just tried make. It runs for a while until I get this: winegcc -shared -m32 wineasio.dll.spec -mnocygwin -L/usr/lib32/wine -L/usr/lib32 -o wineasio.dll.so asio.o...

  • kech kech posted a comment on discussion Help

    I compiled wineasio 64bit in linux without any issues, however whenever I select the dirver in FL Studio that runs under wine in linux I get "Division by zero" error message and everything just hangs. Any ideas?

  • Kristijan Pleško Kristijan Pleško posted a comment on discussion Help

    Yes, I did copy wineasio.dll.so to the right place. I've followed instructions for...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Help

    Did you copy the libs to the right places? It's a bit hard to give exact instructions...

  • Kristijan Pleško Kristijan Pleško posted a comment on discussion Help

    I managed to compile wineasio. The problem was in Wine version and folder names (on...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Help

    If you have it from the kxstudio repos it ought to work. Maybe the missing piece...

  • Kristijan Pleško Kristijan Pleško modified a comment on discussion Help

    Hello, sorry for this topic, but I cannot find in which library is this header. I've...

  • Kristijan Pleško Kristijan Pleško modified a comment on discussion Help

    Hello, sorry for this topic, but I cannot find in which library is this header. I've...

  • Kristijan Pleško Kristijan Pleško posted a comment on discussion Help

    Hello, sorry for this topic, but I cannot find in which library is this header. I've...

  • Atte Andre Jensen Atte Andre Jensen posted a comment on discussion Help

    I have spend some time doing a fresh install of reaper using wineasio + wine-rt from...

  • Atte Andre Jensen Atte Andre Jensen modified a comment on discussion Help

    Thing is: my setup is a bit convoluted. I used linreaper (bash shell script) that...

  • Atte Andre Jensen Atte Andre Jensen modified a comment on discussion Help

    Thing is: my setup is a bit convoluted. I used linreaper (bash shell script) that...

  • Atte Andre Jensen Atte Andre Jensen posted a comment on discussion Help

    Thing is: my setup is a bit convoluted. I used linreaper (bash shell script) that...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Help

    Strange, but it looks like your registry is set to 6 inputs and outputs. Are you...

  • Atte Andre Jensen Atte Andre Jensen posted a comment on discussion Help

    Like this: atte@skagen:~/.local/reaper/.wine$ regedit Searching for "wineasio" gives...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Help

    Can you please run regedit on your wineprefix, and search for the wineasio key? What...

  • Atte Andre Jensen Atte Andre Jensen posted a comment on discussion Help

    The maximum port number (both in and out) in the dropdown menu is 6:

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Help

    In reaper you have to go to Prefs-Audio-Device and change the range of I/O ports...

  • Atte Andre Jensen Atte Andre Jensen posted a comment on discussion Help

    Hi I run reaper on linux with wineasio. I only see six outputs and six inputs in...

  • 贾博钧 贾博钧 posted a comment on discussion Help

    Thank you! Now it works perfectly.

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Help

    If you are trying to run 32b wineasio in 64b linux that is broken right now with...

  • 贾博钧 贾博钧 posted a comment on discussion Help

    Oh, and by the way, I've tested with JACK1, but many (but not all) things will "zombify"....

  • 贾博钧 贾博钧 posted a comment on discussion Help

    The client is there in QJackCtl, but there is no sound output. Hydrogen JACK has...

  • Juliano Juliano posted a comment on discussion Help

    After some struggle I solved the problem. I installed wine-dev like you said, but...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Help

    I think you are missing some -dev package (I am not familiar with debian anymore)....

  • Juliano Juliano posted a comment on discussion Help

    Hi! I have a Debian 8 amd64, and I'm trying to install wineasio. So, I downloaded...

  • Martin Townsend Martin Townsend posted a comment on discussion Open Discussion

    I'm happy to keep my 32bit int driver in a separate directory and use it for Reason...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Open Discussion

    Seeing that I get a real lazy feeling contemplating picking up the code again and...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Open Discussion

    IIRC, I did have an implementation earlier that allowed changing between 32b float...

  • Martin Townsend Martin Townsend posted a comment on discussion Open Discussion

    Thanks for the info. Yep Reason 3 is ancient :) I bought it many many years ago but...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Help

    Sorry about the late reply, I couldn't find my sourceforge password to login :S Not...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Open Discussion

    Hmm, I don't know what I can really do to help with this. Reason really ought to...

  • Peter L Jones Peter L Jones posted a comment on discussion Open Discussion

    You may get better support for questions on setting up Reason from its authors rather...

  • Martin Townsend Martin Townsend posted a comment on discussion Open Discussion

    Hi, I recently got Reason 3 working with wineasio but I had to recompile it with...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Help

    I am not quite sure what is wrong above, but just want to let you know that I'm in...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Help

    Hello, I have to excuse myself yet again for taking so long to reply! When using...

  • Steve Steve posted a comment on merge request #1

    I changed the makefile to use conditionals instead of a seperate Makefile. This will...

  • Steve Steve posted a comment on discussion Help

    I was able to get these changes to compile and successfully work. Use the above changes...

  • Steve Steve posted a comment on discussion Open Discussion

    I have managed to compile your latest code on OSX and would love to get the small...

  • Ishay Sommer Ishay Sommer posted a comment on discussion Help

    Hi, I have got Ableton 8 and 9 to work with POL, Jack and Wineasio with my M-audio...

  • nach nach posted a comment on discussion Help

    Hi. Please, can you help with a doubt? It's about sample rate using wineasio. If...

  • Joakim Hernberg Joakim Hernberg posted a comment on discussion Help

    The one big thing steinberg could do for wineasio is to give us permission to modify/distribute...

  • akI akI posted a comment on discussion Help

    Right now im in some discussions about Cubase/Wine with Steinberg. If its usefull...

1