WINE_AppImage icon indicating copy to clipboard operation
WINE_AppImage copied to clipboard

wineasio

Open freedy30 opened this issue 1 year ago • 4 comments

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!

freedy30 avatar Dec 22 '24 06:12 freedy30

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

mmtrt avatar Dec 24 '24 16:12 mmtrt

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!

freedy30 avatar Dec 25 '24 01:12 freedy30

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

Screenshot_20241226_173653

mmtrt avatar Dec 26 '24 12:12 mmtrt

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.

freedy30 avatar Dec 27 '24 00:12 freedy30