View Single Post
Old 09-10-2018, 01:00 AM   #1
acebone
Human being with feelings
 
Join Date: Oct 2017
Location: Copenhagen, Denmark
Posts: 229
Default Wineasio no longer working FIXED!

Hi, I realise that this forum is about the linux-native version of Reaper, still this question is heavily linux-centric and it's about running reaper (win64) - so I'll chance it

Running on reaper on wine on an Ubuntu machine.

However - I had a glitch in the system and in trying to fix it, I made things worse, because I removed wine altogether and installed it again. The glitch is fixed, but now wineasio doesn't work.

When I try to register it - it can't find it:

Code:
~$ wine64 regsvr32 wineasio.dll.so 
regsvr32: Failed to load DLL 'wineasio.dll.so
When I tell it where it is - it seems to register it succesfully:

Code:
~$ wine64 regsvr32 /usr/lib/x86_64-linux-gnu/wine/wineasio.dll.so 
regsvr32: Successfully registered DLL '/usr/lib/x86_64-linux-gnu/wine/wineasio.dll.so'
But in Reaper it does not show any in/out ports, and in other apps like sampletank or amplitube there's an error message that the ASIO audio device is not available

I've done extensive search on the internets, but my tube-skills must be lacking, I can't find anything about people having this issue.

How do I make sure that wineasio is available in wine?

Last edited by acebone; 09-10-2018 at 02:12 AM.
acebone is offline   Reply With Quote