wineasio
I've been spending a lot of time trying to get wineasio working with the wine appimage, but am having a lot of problems. What do you think about making an appimage with working wineasio? I'd really appreciate it!
hi, can you test this AppImage
after first launch then use this cli command to register wineasio dlls
./wine-devel_8.21-x86_64.AppImage wineasio-register
then test your application
thanks for the response!
wineasio registered successfully. But for some reason I can't select it in winecfg, and if I set it as the audio driver in Reaper, reaper doesn't work.
I installed winbind, jackd, and pipewire-jack. But no dice.
Merry Christmas!
Merry Christmas!
I got it working sadly its only x64 as 32bit dll not registering on wow64 wine, also have to manually start jackd server, AppImage
Well thanks for trying. I did get it to work temporarily with your last appimage, what I did was rename both the files 'wineasio.dll' (without 64 or 32), put the 64 bit one in system32 and the 32 bit one in syswow64 in the prefix, and the two .so files in the /appimage/opt/lib/wine/unix-386 and 64 respectively, then running regsvr32 on both. And one time, only one, I got both to register. But I rebooted with a clean OS and did the same thing I did before and it didn't work.
I think its probably because I was running commands in the terminal I can't remember, stuff like exporting environment variables and apt installing different dependencies. I haven't been able to make it work again lol.